mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
committed by
Martin Jansa
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 = ""
|
||||
|
||||
Reference in New Issue
Block a user