aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot_git.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-03-30 23:51:59 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-03-30 23:55:01 +0200
commitc7b72aee55f207c5ed7b267d054eb32947fc66ef (patch)
treed631b48a6834902f8d64c8f04bfe7390c5b2f345 /recipes/kexecboot/kexecboot_git.bb
parent90cebee2ea4efc464c591d3f9677dc595f2a6a9a (diff)
downloadopenembedded-c7b72aee55f207c5ed7b267d054eb32947fc66ef.tar.gz
kexecboot: clean recipes
- fix SRC_URI and bump SRCREV for _git recipe - minor cleanings to the recipes - bump PR - remove old kexecboot-0.3 checksums
Diffstat (limited to 'recipes/kexecboot/kexecboot_git.bb')
-rw-r--r--recipes/kexecboot/kexecboot_git.bb17
1 files changed, 10 insertions, 7 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 97a3f27512..c5e91f080e 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,14 +1,17 @@
-PR = "r0"
+PR = "r1"
DEFAULT_PREFERENCE = "-1"
-SRC_URI = "git://git.linuxtogo.org/home/thesing/kexecboot.git;protocol=git "
-SRCREV = "8823a939a38a8a3287f90dee062e8ab8569f884f"
+SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
+SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255"
-# v0.5
-#tag=8823a939a38a8a3287f90dee062e8ab8569f884f
+# v0.51 (pre cfg-files)
+#SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255"
-# v0.4
-#tag=d7af5356df4f25203831403c69f1a263c163f31a
+# v0.5 (add rescan / reboot)
+#SRCREV = "8823a939a38a8a3287f90dee062e8ab8569f884f"
+
+# v0.4 (add bootlogo)
+#SRCREV = "d7af5356df4f25203831403c69f1a263c163f31a"
S = "${WORKDIR}/git"