aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-07-14 12:58:31 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-07-18 10:18:48 +0200
commit06b5d4e3322c71df19712be8f1fffde29a509015 (patch)
tree059ff0805054e0b4ccbfcfebbd94223cd6e3912b /recipes/linux/linux_git.bb
parent328c6515cb4363a4fc8233ac4e649c5661e9155c (diff)
downloadopenembedded-06b5d4e3322c71df19712be8f1fffde29a509015.tar.gz
linux(-kexecboot)_git: bump SRCREV, add fix for bug 16310
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux_git.bb')
-rw-r--r--recipes/linux/linux_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index 04257534bf..231383e972 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -1,10 +1,11 @@
require linux.inc
KERNEL_RELEASE = "2.6.35-rc5"
-SRCREV = "1c5474a65bf15a4cb162dfff86d6d0b5a08a740c"
+SRCREV = "f469461df6ff822f71b8737bda86eea20f16ff93"
PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
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"