[meta-freescale] [meta-fsl-arm][PATCH 2/3] imx-base.inc: Use specific version of DirectFB just for i.MX6 SoCs with GPU

Otavio Salvador otavio at ossystems.com.br
Tue Aug 4 10:15:19 PDT 2015


There is no need to override the directfb recipe version for i.MX6
UltraLite SoC as it does not rely on Vivante GPU driver.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/include/imx-base.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index d2b7f7a..f0b39b3 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -27,7 +27,10 @@ XSERVER = "xserver-xorg \
            xf86-input-evdev \
            ${XSERVER_DRIVER}"
 
-PREFERRED_VERSION_directfb_mx6 = "1.7.4"
+PREFERRED_VERSION_directfb_mx6q  = "1.7.4"
+PREFERRED_VERSION_directfb_mx6dl = "1.7.4"
+PREFERRED_VERSION_directfb_mx6sx = "1.7.4"
+PREFERRED_VERSION_directfb_mx6sl = "1.7.4"
 
 # Ship kernel modules
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
-- 
2.5.0



More information about the meta-freescale mailing list