diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-19 23:28:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-19 23:28:07 +0100 |
commit | 4f12d257a67c744cdf4daeb8ba29e43d403829a0 (patch) | |
tree | 6434152387e3e21db0c9dc205746070677dbb74c | |
parent | f28bd758bd9a4c59375874853609893546835346 (diff) | |
download | openembedded-core-4f12d257a67c744cdf4daeb8ba29e43d403829a0.tar.gz openembedded-core-4f12d257a67c744cdf4daeb8ba29e43d403829a0.tar.bz2 openembedded-core-4f12d257a67c744cdf4daeb8ba29e43d403829a0.zip |
linux-yocto-stable: Update repository url
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-stable_git.bb | 2 |
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..ce9d6d792f 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 () { bb.data.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype, d) } -SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.34.git;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta" # Functionality flags KERNEL_REVISION_CHECKING ?= "t" |