meta-freescale-distro/recipes-fsl/images/fsl-image-gui-sdk.bb
Otavio Salvador 333478e05d fsl-image-gui-sdk: Drop 'apps-console-core' image feature
The 'apps-console-core' feature has been replaced by 'splash' feature
but core-image-sato, the image we include as base, already use
'splash' feature so we can just drop it from this image.

Change-Id: Ifb1e90255deaa65122497f8429027d16f94efd47
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27 15:23:34 -02:00

14 lines
252 B
BlitzBasic

include recipes-fsl/images/fsl-image-gui.bb
IMAGE_FEATURES += " \
dev-pkgs \
tools-sdk \
"
EXTRA_IMAGE_FEATURES += " \
tools-debug \
tools-profile \
tools-testapps \
debug-tweaks \
"
export IMAGE_BASENAME = "fsl-image-gui-sdk"