* 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 <[email protected]> --- recipes-bsp/images/initramfs-kexecboot-image.bb | 2 +- .../images/initramfs-kexecboot-klibc-image.bb | 2 +- 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" -- 1.7.3.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
