[meta-freescale] [meta-fsl-demos][PATCH] fsl-image-{test, gui}: Disable tools-testapps image feature for iMX5

Otavio Salvador otavio at ossystems.com.br
Tue Jan 8 08:18:00 PST 2013


The tools-testapps includes mesa-demos which is currently broken for
AMD GPU libraries.

For now, we skip the feature when building for iMX5 SoCs.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-fsl/images/fsl-image-gui.bb  |    1 +
 recipes-fsl/images/fsl-image-test.bb |    1 +
 2 files changed, 2 insertions(+)

diff --git a/recipes-fsl/images/fsl-image-gui.bb b/recipes-fsl/images/fsl-image-gui.bb
index 038151b..e1bf8d5 100644
--- a/recipes-fsl/images/fsl-image-gui.bb
+++ b/recipes-fsl/images/fsl-image-gui.bb
@@ -8,6 +8,7 @@ SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps"
 
 # mesa-demos is currently broken when building with other GL library
 # so we avoid it by now and tools-testapps includes it.
+SOC_EXTRA_IMAGE_FEATURES_mx5 = ""
 SOC_EXTRA_IMAGE_FEATURES_mx6 = ""
 
 # Add extra image features
diff --git a/recipes-fsl/images/fsl-image-test.bb b/recipes-fsl/images/fsl-image-test.bb
index e43723b..439cee3 100644
--- a/recipes-fsl/images/fsl-image-test.bb
+++ b/recipes-fsl/images/fsl-image-test.bb
@@ -6,6 +6,7 @@ SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps"
 
 # mesa-demos is currently broken when building with other GL library
 # so we avoid it by now and tools-testapps includes it.
+SOC_EXTRA_IMAGE_FEATURES_mx5 = ""
 SOC_EXTRA_IMAGE_FEATURES_mx6 = ""
 
 # Add extra image features
-- 
1.7.10.4




More information about the meta-freescale mailing list