aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-30 13:10:01 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 06:46:31 +0100
commit07bf6c4b713ff16ba1e6bd79845914fe39a1b107 (patch)
treef6cd8d5e8208e98920112a52e8446d4d3b2dd980 /recipes/linux/linux_git.bb
parent1a7484525f1c6e36441690ec0e641f79ee125d72 (diff)
downloadopenembedded-07bf6c4b713ff16ba1e6bd79845914fe39a1b107.tar.gz
linux_git: bump SRCREV for 2.6.37-rc4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux_git.bb')
-rw-r--r--recipes/linux/linux_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index f5ac1a81cd..7e7df52bc2 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-rc8"
-OLD_KERNEL_RELEASE = "2.6.35"
+KERNEL_RELEASE = "2.6.37-rc4"
+OLD_KERNEL_RELEASE = "2.6.36"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "2d019713b7acbc01d769a1e512ca1f9a04c30bd0"
+SRCREV = "e8a7e48bb248a1196484d3f8afa53bded2b24e71"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"