Files
Andrea Adami 31f161628e meta-initramfs: add kexecboot recipes from meta-handheld
* (purged from device specific settings)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-22 09:40:26 +01:00

13 lines
314 B
BlitzBasic

RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5.9"
PR = "r8+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
inherit klibc
require kexecboot.inc