From bafd1d013c2470bcec123ba4eb8232ab879b2660 Mon Sep 17 00:00:00 2001 From: Abdellatif El Khlifi Date: Wed, 19 Oct 2022 10:15:57 +0100 Subject: [PATCH] arm-bsp/machine: corstone1000: disable pulling the kernel into the initramfs exclude kernel-image-* packages from the rootfs Signed-off-by: Abdellatif El Khlifi Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index 3053c1c2..d0245ef2 100644 --- a/meta-arm-bsp/conf/machine/include/corstone1000.inc +++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc @@ -55,6 +55,9 @@ INITRAMFS_IMAGE_BUNDLE ?= "1" #telling the build system which image is responsible of the generation of the initramfs rootfs INITRAMFS_IMAGE = "corstone1000-initramfs-image" +# prevent the kernel image from being included in the intramfs rootfs +PACKAGE_EXCLUDE = "kernel-image-*" + # enable this feature for kernel debugging # MACHINE_FEATURES += "corstone1000_kernel_debug"