[oe-commits] Andrea Adami : kexecboot(-klibc): remove runtime dependency on kexec(-klibc )

git at git.openembedded.org git at git.openembedded.org
Mon May 13 14:13:51 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: c824cb3a7e1ea266e4f85fdb00669f374c9416a1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c824cb3a7e1ea266e4f85fdb00669f374c9416a1

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon May 13 01:22:21 2013 +0200

kexecboot(-klibc): remove runtime dependency on kexec(-klibc)

* 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>

---

 .../recipes-bsp/kexecboot/kexecboot-klibc_git.bb   |    1 -
 .../recipes-bsp/kexecboot/kexecboot_git.bb         |    1 -
 2 files changed, 0 insertions(+), 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}"
 





More information about the Openembedded-commits mailing list