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

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

SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb"
# temporary fix for machines with unrotated fb
SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1"
SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1"
S = "${WORKDIR}/git"

require kexecboot.inc