aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_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_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_git.bb')
-rw-r--r--recipes/linux/linux_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index 49675149b6..5928742e52 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -1,11 +1,10 @@
require linux.inc
-KERNEL_RELEASE = "2.6.36-rc2"
+KERNEL_RELEASE = "2.6.36-rc6"
OLD_KERNEL_RELEASE = "2.6.35"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "d1b113bb028999e82a8528e1484be8c23fb5a7d9"
-PV = "${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://defconfig"