core-image-base: don't override default IMAGE_INSTALL values
Otherwise, packagegroup-dey-core won't get included in ccimx6ulstarter images. This packagegroup contains fundamental OS elements, such as sysvinit, kernel modules and so on. Use CORE_IMAGE_BASE_INSTALL instead and make sure to append to the default value instead of overwriting it. https://jira.digi.com/browse/DEL-6536 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
3bc0da87b0
commit
982102fb68
|
|
@ -13,9 +13,7 @@ IMAGE_FEATURES += " \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL = " \
|
CORE_IMAGE_BASE_INSTALL += "dey-examples-digiapix"
|
||||||
dey-examples-digiapix \
|
|
||||||
"
|
|
||||||
|
|
||||||
# SDK features (for toolchains generated from an image with populate_sdk)
|
# SDK features (for toolchains generated from an image with populate_sdk)
|
||||||
SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
|
SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue