summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-11-03 11:57:58 -0400
committerJoshua Lock <josh@linux.intel.com>2011-11-14 18:02:36 -0800
commit5359255ce22a07d4359be2a68939da53b097845c (patch)
treeaf01f801450643b8132fc7f17fdc5db78c733086
parentc9805a0c3c9dee5373ded793eac45ebe94df038b (diff)
downloadpoky-5359255ce22a07d4359be2a68939da53b097845c.tar.gz
linux-yocto-stable: update SRC_URI to generic 2.6.34 repo
The existing linux-windriver repo was cloned into a more generically named linux-yocto-2.6.34 repository. It is the 2.6.34 repository that is taking updates for stable and point releases, so switching the SRC_URI to that repo needs to be done. The existing repository is maintained for old releases and builds, so nothing is lost. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-stable_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
index 3c1e669733..f3a02dc360 100644
--- a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
@@ -32,7 +32,7 @@ python __anonymous () {
32 bb.data.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype, d) 32 bb.data.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype, d)
33} 33}
34 34
35SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta" 35SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.34;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta"
36 36
37# Functionality flags 37# Functionality flags
38KERNEL_REVISION_CHECKING ?= "t" 38KERNEL_REVISION_CHECKING ?= "t"