mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 23:13:02 +02:00

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>
22 lines
450 B
BlitzBasic
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"
|