mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
6033ea7c61
commit
cb4ac55a33
|
|
@ -9,9 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
|||
# avoid circular dependencies
|
||||
EXTRA_IMAGEDEPENDS = ""
|
||||
|
||||
# for ubiattach we have to install full mtd-utils (>700KiB)
|
||||
# for ubiattach we have to install mtd-utils-ubifs
|
||||
# or use ubiattach-klibc instead
|
||||
IMAGE_INSTALL = "kexec kexecboot mtd-utils"
|
||||
IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs"
|
||||
|
||||
# Do not pollute the initrd image with rootfs features
|
||||
IMAGE_FEATURES = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user