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:
Arturo Buzarra 2023-02-06 09:04:29 +01:00
parent d2ac6f7093
commit 87d05a08a0
1 changed files with 0 additions and 1 deletions

View File

@ -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)} \