[oe-commits] Andrea Adami : kexecboot(-klibc): upgrade to b667914

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 12:04:49 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 03d3a7f75d79755d426a8197779c462c021b9329
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=03d3a7f75d79755d426a8197779c462c021b9329

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Dec 11 23:22:54 2012 +0000

kexecboot(-klibc): upgrade to b667914

* now including boot from ubifs
* fixed extra menu redrawing
* 24bpp fixes
* first round of big-endian fixes

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-bsp/kexecboot/kexecboot-klibc_git.bb   |    4 ++--
 .../recipes-bsp/kexecboot/kexecboot_git.bb         |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
index da479c8..f9aee7c 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5.9"
-PR = "r9+gitr${SRCREV}"
+PR = "r10+gitr${SRCREV}"
 
 SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
-SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
+SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
 S = "${WORKDIR}/git"
 
 # the binary is statically linked against klibc
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index a3b4cde..fe1ef36 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec"
 PV = "0.5.9"
-PR = "r9+gitr${SRCREV}"
+PR = "r10+gitr${SRCREV}"
 
 SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
-SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
+SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc





More information about the Openembedded-commits mailing list