aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
blob: fe1ef3624a4ab413ec6a766b28d99a04b0fe6b87 (plain)
1
2
3
4
5
6
7
8
9
RDEPENDS_${PN} = "kexec"
PV = "0.5.9"
PR = "r10+gitr${SRCREV}"

SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
S = "${WORKDIR}/git"

require kexecboot.inc