core-image-base: remove package-management for core-image-base images
In order to reduce the final size in the rootfs, this commit removes the package manager for the core-image-base images. https://onedigi.atlassian.net/browse/DEL-8335 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
d2ac6f7093
commit
87d05a08a0
|
|
@ -5,7 +5,6 @@
|
|||
IMAGE_FEATURES += " \
|
||||
dey-network \
|
||||
eclipse-debug \
|
||||
package-management \
|
||||
ssh-server-dropbear \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'accel-video', 'dey-gstreamer', '', d)} \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'alsa', 'dey-audio', '', d)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue