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

Andrei Gherzan andrei at gherzan.ro
Wed Jul 13 04:55:34 PDT 2016


On Mon, Jul 11, 2016 at 12:17:54AM +0100, Paul Barker wrote:
> 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 | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
> index 56ca83e..98c047a 100644
> --- a/conf/machine/include/rpi-base.inc
> +++ b/conf/machine/include/rpi-base.inc
> @@ -51,3 +51,9 @@ MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
>  SPLASH = "psplash-raspberrypi"
>
>  IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* ${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}"
> +
> +# Don't install kernel image into rootfs
> +#

NIT: I would remove this extra commented new line.

> +# The kernel image is installed into the FAT32 boot partition and does not need
> +# to also be installed into the rootfs.
> +RDEPENDS_kernel-base = ""

Very good catch. Thanks.

--
Andrei Gherzan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160713/e69ba4e8/attachment.pgp>


More information about the yocto mailing list