summaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot_git.bb
blob: 8e90ffd127375b69a9dafd0439e2670b9f142852 (plain)
1
2
3
4
5
6
7
8
9
RDEPENDS_${PN} = "kexec"
PV = "0.5"
PR = "r24+gitr${SRCREV}"

SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
S = "${WORKDIR}/git"

require kexecboot.inc