aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-27 16:50:16 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-27 16:50:16 +0200
commit0fad563e9ac0254f07c310432863e7811b94cb26 (patch)
tree3a3128dadccc308696bd3b3cd47020b99f2787fb
parentd68a33bedd593a63bea8dba0b94a15b1dbd7d6b5 (diff)
downloadopenembedded-0fad563e9ac0254f07c310432863e7811b94cb26.tar.gz
linux_git: move to 2.6.39-rc5
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-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 b62beb115d..b0ad59b2d7 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -1,10 +1,10 @@
require linux.inc
-KERNEL_RELEASE = "2.6.39-rc4"
+KERNEL_RELEASE = "2.6.39-rc5"
OLD_KERNEL_RELEASE = "2.6.38"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "f0e615c3cb72b42191b558c130409335812621d8"
+SRCREV = "8e10cd74342c7f5ce259cceca36f6eba084f5d58"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"