[yocto] [meta-raspberrypi][PATCH V2 1/4] rpi-base.inc: Don't install kernel image into rootfs

Paul Barker paul at paulbarker.me.uk
Sat Oct 22 12:49:54 PDT 2016


The kernel image is installed into the FAT32 boot partition and does not need to
also be installed into the rootfs.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
---
 conf/machine/include/rpi-base.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 69774f4..995b62a 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -52,3 +52,7 @@ MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
 SPLASH = "psplash-raspberrypi"
 
 IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* ${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}"
+
+# The kernel image is installed into the FAT32 boot partition and does not need
+# to also be installed into the rootfs.
+RDEPENDS_kernel-base = ""
-- 
2.1.4




More information about the yocto mailing list