diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-02-14 22:15:53 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-19 01:48:45 +0100 |
commit | cb4ac55a33d1964042ee9a3d277ea10573e23664 (patch) | |
tree | 46560958c3fa61b726ea6bec69d5b1d33abf4b53 /meta-initramfs | |
parent | 6033ea7c61de16bf00f7b9c380494b846699f024 (diff) | |
download | meta-openembedded-cb4ac55a33d1964042ee9a3d277ea10573e23664.tar.gz |
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>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 |
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 7e617adbd..e706ea8f3 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 |
10 | EXTRA_IMAGEDEPENDS = "" | 10 | EXTRA_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 |
14 | IMAGE_INSTALL = "kexec kexecboot mtd-utils" | 14 | IMAGE_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 |
17 | IMAGE_FEATURES = "" | 17 | IMAGE_FEATURES = "" |