mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 05:20:48 +00:00
initramfs-kexecboot images: install ubiattach for boot from UBI volumes
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
43010e86aa
commit
4683b70b14
@ -9,7 +9,7 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
|||||||
# avoid circular dependencies
|
# avoid circular dependencies
|
||||||
EXTRA_IMAGEDEPENDS = ""
|
EXTRA_IMAGEDEPENDS = ""
|
||||||
|
|
||||||
IMAGE_INSTALL = "kexec kexecboot"
|
IMAGE_INSTALL = "kexec kexecboot ubiattach"
|
||||||
|
|
||||||
# Do not pollute the initrd image with rootfs features
|
# Do not pollute the initrd image with rootfs features
|
||||||
IMAGE_FEATURES = ""
|
IMAGE_FEATURES = ""
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
require initramfs-kexecboot-image.bb
|
require initramfs-kexecboot-image.bb
|
||||||
|
|
||||||
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
|
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
|
||||||
|
|
||||||
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"
|
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user