Remove i.MX5 and i.MX6 workaround to avoid mesa-demos inclusion

mesa-demos was fixed and now it can be built for non-mesa
implementations as well. So, it does not need to be artificially
removed from images.

Change-Id: I2824aa478161dd2d04ec9f386978a4e2c31e7093
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2013-04-12 13:21:18 -03:00
parent 75fe0ce208
commit 724cfb9297
2 changed files with 0 additions and 10 deletions

View File

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

View File

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