diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-06-18 22:58:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-20 13:37:30 +0200 |
commit | 4683b70b14ddd1888267d6b2eba7d31eb7930f2c (patch) | |
tree | e838180ffa6b66e6ec17bfac686cc91bc6e051ea | |
parent | 43010e86aa505afa878a9a8797db59b7cfd81ac6 (diff) | |
download | meta-openembedded-4683b70b14ddd1888267d6b2eba7d31eb7930f2c.tar.gz |
initramfs-kexecboot images: install ubiattach for boot from UBI volumes
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 | ||||
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 2 |
2 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 f306fb564..236869975 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |||
@@ -9,7 +9,7 @@ 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" | 12 | IMAGE_INSTALL = "kexec kexecboot ubiattach" |
13 | 13 | ||
14 | # Do not pollute the initrd image with rootfs features | 14 | # Do not pollute the initrd image with rootfs features |
15 | IMAGE_FEATURES = "" | 15 | IMAGE_FEATURES = "" |
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb index e81f9ee0d..e4e52cf3b 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require initramfs-kexecboot-image.bb | 1 | require initramfs-kexecboot-image.bb |
2 | 2 | ||
3 | IMAGE_INSTALL = "kexec-klibc kexecboot-klibc" | 3 | IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc" |
4 | 4 | ||
5 | export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image" | 5 | export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image" |