]> code.ossystems Code Review - meta-freescale.git/commitdiff
packagegroup-core-directfb: Change override for i.MX6 SoCs with GPU
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 31 Jul 2015 19:49:07 +0000 (16:49 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:14 +0000 (15:03 -0300)
Fix to support future mx6 i.MX 6UltraLite which does not have a GPU.
This SoC will use mesa so mesa changes before should be more SoC
specific to allow future mx6 SoC without GPU to use software
rendering.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend

index a95af5379fae2d71007de5db785167cd88e4c9ce..20aa642ef3bbd9ae1457b0432e0bc6d70d9fa3f4 100644 (file)
@@ -1,3 +1,12 @@
 # i.MX6 has DirectFB acceleration support, so add it
-RDEPENDS_${PN}_append_mx6 = " libvivante-dfb-mx6"
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
+RDEPENDS_${PN}_append_mx6q  = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6q  = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN}_append_mx6dl = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6dl = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN}_append_mx6sx = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6sx = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN}_append_mx6sl = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6sl = "${MACHINE_ARCH}"