diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/kexecboot/kexecboot_0.4.bb | 6 | ||||
-rw-r--r-- | recipes/kexecboot/kexecboot_0.5.bb | 5 | ||||
-rw-r--r-- | recipes/kexecboot/kexecboot_git.bb | 17 |
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" |