aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-26 01:49:31 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-26 01:49:31 +0200
commit269d9f3e6d5081da9fe20398df363406e09851e2 (patch)
tree6900359f4c2f218ff0d67fb915a6249f37c2a700
parent53dee8bf61e086ee1796c7a57ef01e107927fce4 (diff)
downloadopenembedded-269d9f3e6d5081da9fe20398df363406e09851e2.tar.gz
linux_git: fix SRCREV for 2.6.39-rc4
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/linux/linux_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index d9e8e86488..b62beb115d 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -4,7 +4,7 @@ KERNEL_RELEASE = "2.6.39-rc4"
OLD_KERNEL_RELEASE = "2.6.38"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "8fd62c82872a5a721c9fb0071ca0f7a49c1732e4"
+SRCREV = "f0e615c3cb72b42191b558c130409335812621d8"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"