All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-demos PATCH] Remove i.MX5 and i.MX6 workaround to avoid mesa-demos inclusion
@ 2013-04-13 17:39 Otavio Salvador
  2013-04-15 13:56 ` Daiane Angolini
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-04-13 17:39 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-15 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13 17:39 [meta-fsl-demos PATCH] Remove i.MX5 and i.MX6 workaround to avoid mesa-demos inclusion Otavio Salvador
2013-04-15 13:56 ` Daiane Angolini
2013-04-15 14:10   ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.