From aeb4d7d40d7298aae4672766f908a81b57f9231b Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 19 Jan 2012 00:52:57 +0100 Subject: 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 --- recipes-bsp/images/initramfs-kexecboot-image.bb | 2 +- recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') 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" -- cgit 1.2.3-korg