mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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
|
# avoid circular dependencies
|
||||||
EXTRA_IMAGEDEPENDS = ""
|
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
|
# 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
|
# Do not pollute the initrd image with rootfs features
|
||||||
IMAGE_FEATURES = ""
|
IMAGE_FEATURES = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user