diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-05-13 01:22:21 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-13 09:50:24 +0100 |
commit | c824cb3a7e1ea266e4f85fdb00669f374c9416a1 (patch) | |
tree | 1475558191dcb5a348058fce0b16885e441655e5 /meta-initramfs/recipes-bsp | |
parent | 5c49f8c7c0b1954213f54acd3e9597209c65a8ad (diff) | |
download | meta-openembedded-c824cb3a7e1ea266e4f85fdb00669f374c9416a1.tar.gz |
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>
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 1 | ||||
-rw-r--r-- | meta-initramfs/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 f9aee7c688..a158eb4d1b 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 @@ | |||
1 | RDEPENDS_${PN} = "kexec-klibc" | ||
2 | PV = "0.5.9" | 1 | PV = "0.5.9" |
3 | PR = "r10+gitr${SRCREV}" | 2 | PR = "r10+gitr${SRCREV}" |
4 | 3 | ||
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index fe1ef3624a..d664261cf3 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -1,4 +1,3 @@ | |||
1 | RDEPENDS_${PN} = "kexec" | ||
2 | PV = "0.5.9" | 1 | PV = "0.5.9" |
3 | PR = "r10+gitr${SRCREV}" | 2 | PR = "r10+gitr${SRCREV}" |
4 | 3 | ||