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

SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "

SRCREV = "cd52db828d24a239698f142e9b028c6bc0d6a21a"
S = "${WORKDIR}/git"

require kexecboot.inc