diff options
-rw-r--r-- | recipes/kexecboot/kexecboot_git.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index 3696ddaa9a..9d5b470ebe 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,11 @@ PV = "0.5" -PR = "r3+gitr${SRCREV}" +PR = "r4+gitr${SRCREV}" -SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git;branch=cfgfiles " -SRCREV = "0d4d33d85baa6251de3b1e20bd7bd464f11c5097" +SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " +SRCREV = "e7f85b13e144a594fa726f5f7ca4bd3e2327e2b3" + +#SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git;branch=cfgfiles " +#SRCREV = "0d4d33d85baa6251de3b1e20bd7bd464f11c5097" # v0.51 (pre cfg-files) #SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255" |