[oe] [meta-initramfs][PATCH] kexecboot(-klibc): remove runtime dependency on kexec(-klibc)

Andrea Adami andrea.adami at gmail.com
Sun Apr 28 22:04:43 UTC 2013


* the binary itself can run without kexec (in host-debug mode) so
* specify in the cpio IMAGE which packages are needed at runtime

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 1 -
 meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
index f9aee7c..a158eb4 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
@@ -1,4 +1,3 @@
-RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5.9"
 PR = "r10+gitr${SRCREV}"
 
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index fe1ef36..d664261 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -1,4 +1,3 @@
-RDEPENDS_${PN} = "kexec"
 PV = "0.5.9"
 PR = "r10+gitr${SRCREV}"
 
-- 
1.8.1.5





More information about the Openembedded-devel mailing list