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