aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-04 15:00:47 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-07 09:12:56 +0200
commit5c5e270e7b804485a132e9c05e81271d7bfa1c10 (patch)
tree196efc43dd1c1da06490ffbdd435d06256495543 /recipes/linux/linux_git.bb
parent57c890552b870c6b0941fa3ba12943cf2e6879d0 (diff)
downloadopenembedded-5c5e270e7b804485a132e9c05e81271d7bfa1c10.tar.gz
linux(-kexecboot)_git: bump SRCREV for 2.6.36-rc7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux_git.bb')
-rw-r--r--recipes/linux/linux_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index 5928742e52..2291b15a41 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -1,10 +1,10 @@
require linux.inc
-KERNEL_RELEASE = "2.6.36-rc6"
+KERNEL_RELEASE = "2.6.36-rc7"
OLD_KERNEL_RELEASE = "2.6.35"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "899611ee7d373e5eeda08e9a8632684e1ebbbf00"
+SRCREV = "cb655d0f3d57c23db51b981648e452988c0223f9"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"