diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-31 16:49:07 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | 5e54c3850b71dca15eaef1d3c52bd8ddec6ee65c (patch) | |
tree | efbb0155d7b9b4f37fa368975e78644d797ff561 | |
parent | 03c461be46850debdeb696620990449634435144 (diff) | |
download | meta-freescale-5e54c3850b71dca15eaef1d3c52bd8ddec6ee65c.tar.gz |
packagegroup-core-directfb: Change override for i.MX6 SoCs with GPU
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>
-rw-r--r-- | recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend b/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend index a95af537..20aa642e 100644 --- a/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend +++ b/recipes-graphics/packagegroups/packagegroup-core-directfb.bbappend | |||
@@ -1,3 +1,12 @@ | |||
1 | # i.MX6 has DirectFB acceleration support, so add it | 1 | # i.MX6 has DirectFB acceleration support, so add it |
2 | RDEPENDS_${PN}_append_mx6 = " libvivante-dfb-mx6" | 2 | RDEPENDS_${PN}_append_mx6q = " libvivante-dfb-mx6" |
3 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | 3 | PACKAGE_ARCH_mx6q = "${MACHINE_ARCH}" |
4 | |||
5 | RDEPENDS_${PN}_append_mx6dl = " libvivante-dfb-mx6" | ||
6 | PACKAGE_ARCH_mx6dl = "${MACHINE_ARCH}" | ||
7 | |||
8 | RDEPENDS_${PN}_append_mx6sx = " libvivante-dfb-mx6" | ||
9 | PACKAGE_ARCH_mx6sx = "${MACHINE_ARCH}" | ||
10 | |||
11 | RDEPENDS_${PN}_append_mx6sl = " libvivante-dfb-mx6" | ||
12 | PACKAGE_ARCH_mx6sl = "${MACHINE_ARCH}" | ||