[oe-commits] Andrea Adami : kexecboot_git: bump to 8daf258fc5d1e5eb6127285c63d66f31f05cf80d. Bump PR

git version control git at git.openembedded.org
Thu Oct 15 21:29:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 45f99a1bd269788e996aa817f3d4ac413038158f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=45f99a1bd269788e996aa817f3d4ac413038158f

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Oct 15 23:08:38 2009 +0200

kexecboot_git: bump to 8daf258fc5d1e5eb6127285c63d66f31f05cf80d. Bump PR
(and for initramfs-kexecboot-image and linux-kexecboot too).

---

 recipes/kexecboot/initramfs-kexecboot-image.bb |    1 +
 recipes/kexecboot/kexecboot_git.bb             |   10 +++++-----
 recipes/kexecboot/linux-kexecboot.inc          |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index da69f1b..6321d36 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 9d5b470..3f63276 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 bf54173..4b2bb1d 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"
 





More information about the Openembedded-commits mailing list