aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-28 18:53:34 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-28 18:53:34 +0200
commit7f503f2d2d9391425a39c79835efdddec1d61f7e (patch)
tree407f9fb83f6a3b3cbe9a972a50f8716d6c31ebfd
parentea4922445c7989c790e15785e856802a3abf3b93 (diff)
downloadopenembedded-7f503f2d2d9391425a39c79835efdddec1d61f7e.tar.gz
kexecboot: move to bb849a9bc6aaa397336fcd83c67a194036f7f19b
* add new configure options for custom width and height Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/kexecboot/kexecboot_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 9032c62387..2f2bf13b84 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 = "r2+gitr${SRCREV}"
+PR = "r3+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "51940a6ce14e8cfc8d1068858075ee19bacd8493"
+SRCREV = "bb849a9bc6aaa397336fcd83c67a194036f7f19b"
S = "${WORKDIR}/git"
require kexecboot.inc