aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
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
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')
-rw-r--r--recipes/kexecboot/kexecboot_0.4.bb6
-rw-r--r--recipes/kexecboot/kexecboot_0.5.bb5
-rw-r--r--recipes/kexecboot/kexecboot_git.bb17
3 files changed, 15 insertions, 13 deletions
diff --git a/recipes/kexecboot/kexecboot_0.4.bb b/recipes/kexecboot/kexecboot_0.4.bb
index c38b2b402c..da93aeb34e 100644
--- a/recipes/kexecboot/kexecboot_0.4.bb
+++ b/recipes/kexecboot/kexecboot_0.4.bb
@@ -1,6 +1,6 @@
-PR = "r5"
+PR = "r6"
-SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \
+SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-${PV}.tar.gz \
file://add-reboot-option.patch;patch=1 \
file://scan_devices-top.patch;patch=1 \
file://graphical-no-devices.patch;patch=1 \
@@ -10,6 +10,4 @@ SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \
file://kexecboot-tosa.patch;patch=1 \
file://fb-render-16bit.patch;patch=1"
-S = "${WORKDIR}/kexecboot-${PV}"
-
require kexecboot.inc
diff --git a/recipes/kexecboot/kexecboot_0.5.bb b/recipes/kexecboot/kexecboot_0.5.bb
index b901903a2a..f4474f7136 100644
--- a/recipes/kexecboot/kexecboot_0.5.bb
+++ b/recipes/kexecboot/kexecboot_0.5.bb
@@ -1,4 +1,5 @@
-SRC_URI = "http://projects.linuxtogo.org/frs/download.php/226/kexecboot-${PV}.tar.gz \
- "
+PR = "r1"
+
+SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-${PV}.tar.gz "
require kexecboot.inc
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"