diff options
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 236869975..33ceca43e 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |||
@@ -9,7 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | |||
9 | # avoid circular dependencies | 9 | # avoid circular dependencies |
10 | EXTRA_IMAGEDEPENDS = "" | 10 | EXTRA_IMAGEDEPENDS = "" |
11 | 11 | ||
12 | IMAGE_INSTALL = "kexec kexecboot ubiattach" | 12 | # for ubiattach we have to install full mtd-utils (>700KiB) |
13 | # or use ubiattach-klibc instead | ||
14 | IMAGE_INSTALL = "kexec kexecboot mtd-utils" | ||
13 | 15 | ||
14 | # Do not pollute the initrd image with rootfs features | 16 | # Do not pollute the initrd image with rootfs features |
15 | IMAGE_FEATURES = "" | 17 | IMAGE_FEATURES = "" |