mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 14:44:41 +02:00
* 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>
12 lines
264 B
BlitzBasic
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
|