[meta-freescale] [meta-fsl-demos PATCH] Remove i.MX5 and i.MX6 workaround to avoid mesa-demos inclusion

Otavio Salvador otavio at ossystems.com.br
Sat Apr 13 10:39:59 PDT 2013


mesa-demos has been fixed to proper build for non-mesa implementations
so it does not need to be removed from images.

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

diff --git a/recipes-fsl/images/fsl-image-gui.bb b/recipes-fsl/images/fsl-image-gui.bb
index e1bf8d5..84eac8a 100644
--- a/recipes-fsl/images/fsl-image-gui.bb
+++ b/recipes-fsl/images/fsl-image-gui.bb
@@ -6,11 +6,6 @@ WEB = "web-webkit"
 
 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
 EXTRA_IMAGE_FEATURES += " \
     ${SOC_EXTRA_IMAGE_FEATURES} \
diff --git a/recipes-fsl/images/fsl-image-test.bb b/recipes-fsl/images/fsl-image-test.bb
index 439cee3..cd300c9 100644
--- a/recipes-fsl/images/fsl-image-test.bb
+++ b/recipes-fsl/images/fsl-image-test.bb
@@ -4,11 +4,6 @@ IMAGE_FEATURES += "debug-tweaks"
 
 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
 EXTRA_IMAGE_FEATURES += " \
     ${SOC_EXTRA_IMAGE_FEATURES} \
-- 
1.8.1




More information about the meta-freescale mailing list