From 33bbdc67f2ed7189398292ff58a7fee42a85a166 Mon Sep 17 00:00:00 2001 From: Harry Moulton Date: Mon, 14 Mar 2022 16:25:02 +0000 Subject: [PATCH] arm-bsp/corstone1000: Add RDEPENDS to remove unwanted images. Remove unwanted build images that push the binaries size over the size limit for corstone1000. Signed-off-by: Harry Moulton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index 6ec09823..200fad1d 100644 --- a/meta-arm-bsp/conf/machine/include/corstone1000.inc +++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc @@ -51,6 +51,8 @@ KERNEL_IMAGETYPE = "Image" INITRAMFS_IMAGE_BUNDLE ?= "1" +RDEPENDS:${KERNEL_PACKAGE_NAME}-base ?= "" + #telling the build system which image is responsible of the generation of the initramfs rootfs INITRAMFS_IMAGE = "corstone1000-initramfs-image"