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 <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
