aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-06-01 23:48:53 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-06-01 23:48:53 +0200
commitfbbe2f7dbb538590140852ff0c9cfa4405c67e16 (patch)
treed308b974451252dc0f2c648e0a293d3a774ec4cc
parent60dce4afbc68565e487651bc628487f4af2b5ea3 (diff)
downloadopenembedded-fbbe2f7dbb538590140852ff0c9cfa4405c67e16.tar.gz
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@gmail.com>
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb4
-rw-r--r--recipes/kexecboot/kexecboot_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 2e8c2dd18c..a3725fdfba 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 2f2bf13b84..dba92c752e 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