aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-10-15 23:08:38 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-10-15 23:29:15 +0200
commit45f99a1bd269788e996aa817f3d4ac413038158f (patch)
treefef3855f793010108dc824b84b8d062bf96f4cb4 /recipes
parent2ed09255cdc46f5a64f809d22d137f2afc8df423 (diff)
downloadopenembedded-45f99a1bd269788e996aa817f3d4ac413038158f.tar.gz
kexecboot_git: bump to 8daf258fc5d1e5eb6127285c63d66f31f05cf80d. Bump PR
(and for initramfs-kexecboot-image and linux-kexecboot too).
Diffstat (limited to 'recipes')
-rw-r--r--recipes/kexecboot/initramfs-kexecboot-image.bb1
-rw-r--r--recipes/kexecboot/kexecboot_git.bb10
-rw-r--r--recipes/kexecboot/linux-kexecboot.inc2
3 files changed, 7 insertions, 6 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index da69f1be33..6321d36e9b 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -1,4 +1,5 @@
#initramfs image which mounts the rootfilesystem and kexecs a kernel from there
+PR = "r1"
ONLINE_PACKAGE_MANAGEMENT = "none"
IMAGE_FSTYPES = "cpio.gz"
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 9d5b470ebe..3f63276386 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,13 +1,13 @@
PV = "0.5"
-PR = "r4+gitr${SRCREV}"
+PR = "r5+gitr${SRCREV}"
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.52 (using boot.cfg and new screen layout)
+# looking forward to the new 0.6 version
+SRCREV = "8daf258fc5d1e5eb6127285c63d66f31f05cf80d"
-# v0.51 (pre cfg-files)
+# v0.51 (pre cfg-files, using kernel-cmdline)
#SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255"
# v0.5 (add rescan / reboot)
diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc
index bf54173b97..4b2bb1d00a 100644
--- a/recipes/kexecboot/linux-kexecboot.inc
+++ b/recipes/kexecboot/linux-kexecboot.inc
@@ -1,5 +1,5 @@
# We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
-PR = "r14"
+PR = "r15"
SRC_URI = "file://defconfig"