mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +00:00
initramfs-kexecboot-image: fix dependency chain was: ['ubiattach']
* unfortunately there is no package-split for the mtd-utils recipe * to have ubiattach we need to install the full package * (or use ubiattach-klibc) 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,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
|||||||
# avoid circular dependencies
|
# avoid circular dependencies
|
||||||
EXTRA_IMAGEDEPENDS = ""
|
EXTRA_IMAGEDEPENDS = ""
|
||||||
|
|
||||||
IMAGE_INSTALL = "kexec kexecboot ubiattach"
|
# for ubiattach we have to install full mtd-utils (>700KiB)
|
||||||
|
# or use ubiattach-klibc instead
|
||||||
|
IMAGE_INSTALL = "kexec kexecboot mtd-utils"
|
||||||
|
|
||||||
# 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