diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2016-10-22 20:49:54 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-31 15:58:23 +0100 |
commit | 1f24992a3c5bd6546c9054942f1b1df8180769e0 (patch) | |
tree | 644726aafd8d24259baf88ad21ab6e41b83bb631 /conf | |
parent | c62e088a653a4c4449c0461a1dc3cbf9b9858fcb (diff) | |
download | meta-raspberrypi-1f24992a3c5bd6546c9054942f1b1df8180769e0.tar.gz |
rpi-base.inc: Don't install kernel image into rootfs
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@paulbarker.me.uk>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/rpi-base.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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" | |||
52 | SPLASH = "psplash-raspberrypi" | 52 | SPLASH = "psplash-raspberrypi" |
53 | 53 | ||
54 | IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* ${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}" | 54 | IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* ${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}" |
55 | |||
56 | # The kernel image is installed into the FAT32 boot partition and does not need | ||
57 | # to also be installed into the rootfs. | ||
58 | RDEPENDS_kernel-base = "" | ||