mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
arm-autonomy: arm-autonomy-host-image-minimal: Remove kernel-modules
To reduce final image size, remove the kernel-modules package from IMAGE_INSTALL. Change-Id: I61d7d2ea87c3007af1c8f7b4917e9692a1f9e001 Issue-Id: SCM-813 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -33,12 +33,12 @@ ARM_AUTONOMY_HOST_IMAGE_EXTERN_GUESTS ??= ""
|
||||
|
||||
# Includes minimal set required to start and manage guest. The xen specific
|
||||
# modules are not explicitly included as they are built as part of the kernel
|
||||
# image for performance reasons. Includes all kernel modules anyway as it makes
|
||||
# life easier and does not cost that much in size.
|
||||
# image for performance reasons. It doesn't include all kernel modules to
|
||||
# reduce the image size. If the kernel-modules packages are needed they can
|
||||
# be appended to IMAGE_INSTALL in a bbappend.
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-core-boot \
|
||||
packagegroup-core-ssh-openssh \
|
||||
kernel-modules \
|
||||
qemu-xen \
|
||||
xenguest-manager \
|
||||
xenguest-network-bridge \
|
||||
|
||||
Reference in New Issue
Block a user