aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-01-19 00:52:57 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-23 17:33:05 +0000
commitaeb4d7d40d7298aae4672766f908a81b57f9231b (patch)
treeee31ed9620cd978d019ca25227c7a8bcc6065e8b /recipes-bsp
parent5b4b4b012fe701597d0de803e7fa2d0ef5e59f2b (diff)
downloadmeta-handheld-aeb4d7d40d7298aae4672766f908a81b57f9231b.tar.gz
initramfs-kexecboot(-klibc)-image: explicitly install kexec(-klibc)
* for clarity, specify we just install the two binaries * (despite the fact that kexec is a runtime dependency for kexecboot) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/images/initramfs-kexecboot-image.bb2
-rw-r--r--recipes-bsp/images/initramfs-kexecboot-klibc-image.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/images/initramfs-kexecboot-image.bb b/recipes-bsp/images/initramfs-kexecboot-image.bb
index 12ad15a..f306fb5 100644
--- a/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -9,7 +9,7 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
# avoid circular dependencies
EXTRA_IMAGEDEPENDS = ""
-IMAGE_INSTALL = "kexecboot"
+IMAGE_INSTALL = "kexec kexecboot"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""
diff --git a/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
index 6c6de7a..e81f9ee 100644
--- a/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -1,5 +1,5 @@
require initramfs-kexecboot-image.bb
-IMAGE_INSTALL = "kexecboot-klibc"
+IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"