Files
Andrea Adami 02ebf5f7e3 kexecboot: upgrade and move to git tag 0daa77
* new git repository on github
* new LABEL separator
* text-ui fallback
* install /sys for upcoming ubifs detection
* menu-bug fix
* minor fixes

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:37:31 +02:00

13 lines
294 B
BlitzBasic

RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5.9"
PR = "r9+gitr${SRCREV}"
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
inherit klibc
require kexecboot.inc