mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
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:
parent
75fe0ce208
commit
724cfb9297
|
@ -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} \
|
||||
|
|
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user