Files
meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
Andrea Adami c824cb3a7e 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>
2013-05-13 09:50:24 +01:00

12 lines
264 B
BlitzBasic

PV = "0.5.9"
PR = "r10+gitr${SRCREV}"
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
inherit klibc
require kexecboot.inc