mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user