meta-digi: ccmp13: add 'core-image-base' as DEFAULT_IMAGE_NAME
Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
732f8cb0cf
commit
5c5fb956f2
|
|
@ -68,6 +68,9 @@ IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", \
|
||||||
"tar.bz2 boot.ubifs recovery.ubifs squashfs", \
|
"tar.bz2 boot.ubifs recovery.ubifs squashfs", \
|
||||||
"tar.bz2 ubifs boot.ubifs recovery.ubifs", d)}'
|
"tar.bz2 ubifs boot.ubifs recovery.ubifs", d)}'
|
||||||
|
|
||||||
|
# Default image for install scripts
|
||||||
|
DEFAULT_IMAGE_NAME ?= "core-image-base"
|
||||||
|
|
||||||
# For populate_sdk, gcc-arm-none-eabi_9 has a python2 dependency, so we remove it.
|
# For populate_sdk, gcc-arm-none-eabi_9 has a python2 dependency, so we remove it.
|
||||||
ST_TOOLS_FOR_SDK:remove = "nativesdk-gcc-arm-none-eabi"
|
ST_TOOLS_FOR_SDK:remove = "nativesdk-gcc-arm-none-eabi"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue