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

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>
14 lines
252 B
BlitzBasic
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"
|