From 2f275ca47b5cb8992c77ef173cb1d98a1aaa48ef Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Tue, 4 Oct 2016 15:53:53 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-core/images/dey-image-qt.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/recipes-core/images/dey-image-qt.bb b/meta-digi-dey/recipes-core/images/dey-image-qt.bb index 56a646301..73b435b67 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-qt.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-qt.bb @@ -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"