aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-10-12 11:24:22 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-10-16 11:52:40 +0100
commit600ff02a378638e8794ebc8ccca49a4bb056617a (patch)
tree4ff202b97c875d417fe59233a4747ff393c88407
parente392fb2c084115aecd7befcdf31de57a8ea864db (diff)
downloadmeta-handheld-600ff02a378638e8794ebc8ccca49a4bb056617a.tar.gz
linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-git.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-git.inc b/recipes-kernel/linux/linux-git.inc
index 91aeb7f..1e92e8d 100644
--- a/recipes-kernel/linux/linux-git.inc
+++ b/recipes-kernel/linux/linux-git.inc
@@ -1,11 +1,10 @@
-KERNEL_RELEASE = "3.1.0-rc6"
+KERNEL_RELEASE = "3.1.0-rc9"
OLD_KERNEL_RELEASE = "3.0.99"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "b6fd41e29dea9c6753b1843a77e50433e6123bcb"
+SRCREV = "65112dccf8a113737684366349d7f9ec373ddc47"
-#git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
-SRC_URI = "git://github.com/torvalds/linux.git;protocol=git;branch=master \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"
S = "${WORKDIR}/git"