From fba2b7a05e6653f35e1f61f27bda33eeeb432489 Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Thu, 7 May 2020 12:08:25 +0100 Subject: [PATCH] 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 Reviewed-by: Bertrand Marquis Signed-off-by: Jon Mason --- .../recipes-core/images/arm-autonomy-host-image-minimal.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arm-autonomy/recipes-core/images/arm-autonomy-host-image-minimal.bb b/meta-arm-autonomy/recipes-core/images/arm-autonomy-host-image-minimal.bb index 71314cda..3859f523 100644 --- a/meta-arm-autonomy/recipes-core/images/arm-autonomy-host-image-minimal.bb +++ b/meta-arm-autonomy/recipes-core/images/arm-autonomy-host-image-minimal.bb @@ -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 \