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@gmail.com>
This commit is contained in:
Andrea Adami 2013-05-13 01:22:21 +02:00 committed by Paul Eggleton
parent 5c49f8c7c0
commit c824cb3a7e
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5.9"
PR = "r10+gitr${SRCREV}"

View File

@ -1,4 +1,3 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5.9"
PR = "r10+gitr${SRCREV}"