aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot_git.bb
blob: c5e91f080e3d186d94aa92479baa5aa752cf1f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PR = "r1"
DEFAULT_PREFERENCE = "-1"

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

# v0.51 (pre cfg-files)
#SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255"

# v0.5 (add rescan / reboot)
#SRCREV = "8823a939a38a8a3287f90dee062e8ab8569f884f"

# v0.4 (add bootlogo)
#SRCREV = "d7af5356df4f25203831403c69f1a263c163f31a"

S = "${WORKDIR}/git"

require kexecboot.inc