[oe-commits] Andrea Adami : kexecboot: move to git rev 698cf7185e013e873aa7df9388a31d857727d408

git version control git at git.openembedded.org
Wed Jun 1 21:53:01 UTC 2011


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Jun  1 23:48:53 2011 +0200

kexecboot: move to git rev 698cf7185e013e873aa7df9388a31d857727d408

* follow upstream developement
* new: Enable menu item selection by keys 0-9
* debug for 'rotated qvga' case in progress

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

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

diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 2e8c2dd..a3725fd 100644
--- a/recipes/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes/kexecboot/kexecboot-klibc_git.bb
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5.9"
-PR = "r3+gitr${SRCREV}"
+PR = "r4+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "bb849a9bc6aaa397336fcd83c67a194036f7f19b"
+SRCREV = "698cf7185e013e873aa7df9388a31d857727d408"
 S = "${WORKDIR}/git"
 
 # the binary is statically linked against klibc
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 2f2bf13..dba92c7 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec"
 PV = "0.5.9"
-PR = "r3+gitr${SRCREV}"
+PR = "r4+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "bb849a9bc6aaa397336fcd83c67a194036f7f19b"
+SRCREV = "698cf7185e013e873aa7df9388a31d857727d408"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc





More information about the Openembedded-commits mailing list