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:
parent
e951c89073
commit
13f2924399
|
|
@ -8,3 +8,6 @@ GRAPHICAL_CORE = "crank"
|
|||
|
||||
# Remove X11 image features
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue