ccmp15: crank: remove some features from crank image to reduce its size

Generated Crank rootfs image for the ConnectCore MP15 is too big to fit in a
dual boot system. This commit removes gstreamer and package-management features.

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2022-11-10 14:43:42 +01:00
parent e951c89073
commit 13f2924399
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ GRAPHICAL_CORE = "crank"
# Remove X11 image features # Remove X11 image features
IMAGE_FEATURES:remove:ccimx6ul = "x11-base x11-sato" IMAGE_FEATURES:remove:ccimx6ul = "x11-base x11-sato"
# Reduce the rootfs size to fit in the internal storage
IMAGE_FEATURES:remove:ccmp15 = "dey-gstreamer package-management"