meta-freescale-distro/recipes-fsl/images/fsl-image-test.bb
Otavio Salvador 724cfb9297 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>
2013-04-17 18:38:32 -03:00

22 lines
450 B
BlitzBasic

include recipes-core/images/core-image-base.bb
IMAGE_FEATURES += "debug-tweaks"
SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps"
# Add extra image features
EXTRA_IMAGE_FEATURES += " \
${SOC_EXTRA_IMAGE_FEATURES} \
nfs-server \
tools-debug \
tools-profile \
"
IMAGE_INSTALL += " \
packagegroup-fsl-gstreamer \
packagegroup-fsl-tools-testapps \
packagegroup-fsl-tools-benchmark \
"
export IMAGE_BASENAME = "fsl-image-test"