Files
meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
T
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

10 lines
225 B
BlitzBasic

RDEPENDS_${PN} = "kexec"
PV = "0.5.9"
PR = "r8+gitr${SRCREV}"
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
S = "${WORKDIR}/git"
require kexecboot.inc