dey-image-qt: do not include package-management for ccimx6ul
The ccimx6ul has a small NAND flash rootfs partition, and removing package-management image feature saves around 10MB. https://jira.digi.com/browse/DEL-3058 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
702145661c
commit
2f275ca47b
|
|
@ -26,6 +26,9 @@ IMAGE_FEATURES += " \
|
|||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
||||
"
|
||||
|
||||
# Remove some features to reduce the rootfs size to fit in the internal storage.
|
||||
IMAGE_FEATURES_remove_ccimx6ul = "package-management"
|
||||
|
||||
# SDK features (for toolchains generated from an image with populate_sdk)
|
||||
SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue