]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
images: add core-image-initramfs-boot
authorRoss Burton <ross.burton@arm.com>
Wed, 13 Dec 2023 18:22:37 +0000 (18:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Dec 2023 12:02:10 +0000 (12:02 +0000)
commit3e862cddf28e58957b7c6d9c983fdb40eb5442fb
treea9e1a2e1142a8fc226873057b5d12c4e5e2e1867
parentde136e9e6fb35d166a3ef5086d1feddecd574f9d
images: add core-image-initramfs-boot

Add a minimal initramfs image recipe that just contains enough initramfs
to find the real root filesystem and pivot to it.

BSPs can use MACHINE_EXTRA_RRECOMMENDS to pull in any kernel module
packages that are required to bring up the hardware so that the rootfs
can be found.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-core/images/core-image-initramfs-boot.bb [new file with mode: 0644]