aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kexecboot_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-23 14:35:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-29 23:44:55 +0200
commit3870681ff63236659cda220c00b4d87ecac196f0 (patch)
tree962a735f3d54e8c7cf2be32c8b0544c30d2a19a6 /recipes/linux/linux-kexecboot_git.bb
parent7a54b54c10da1e57ef5fd965f5b27a8489aaa994 (diff)
downloadopenembedded-3870681ff63236659cda220c00b4d87ecac196f0.tar.gz
linux(-kexecboot)_git: bump SRCREV for 2.6.36-rc6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-kexecboot_git.bb')
-rw-r--r--recipes/linux/linux-kexecboot_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb
index 14bfd3e36f..89200ca043 100644
--- a/recipes/linux/linux-kexecboot_git.bb
+++ b/recipes/linux/linux-kexecboot_git.bb
@@ -1,11 +1,12 @@
require linux-kexecboot.inc
-KERNEL_RELEASE = "2.6.35"
-SRCREV = "9fe6206f400646a2322096b56c59891d530e8d51"
-PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
+KERNEL_RELEASE = "2.6.36-rc6"
+OLD_KERNEL_RELEASE = "2.6.35"
+PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
+
+SRCREV = "899611ee7d373e5eeda08e9a8632684e1ebbbf00"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
- file://fix.module.loading.16310.patch \
file://defconfig"
S = "${WORKDIR}/git"