diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-04 17:16:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:13:00 +0100 |
commit | f0c821ff4efeca36b196370e33ee4ec71730819b (patch) | |
tree | 35213d3e4b08e43b82e5d3533b6fdf981301f2de /meta | |
parent | 333a3d34da0dc821f4d37921ac8444e2c3f3e1e6 (diff) | |
download | openembedded-core-f0c821ff4efeca36b196370e33ee4ec71730819b.tar.gz openembedded-core-f0c821ff4efeca36b196370e33ee4ec71730819b.tar.bz2 openembedded-core-f0c821ff4efeca36b196370e33ee4ec71730819b.zip |
linux-yocto_3.0: Fix SRC_URI to use yoctoproject.org
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 8f496687ec..ead9d7c056 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb @@ -26,7 +26,7 @@ PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_FORMAT = "meta_machine" -SRC_URI = "git://git.pokylinux.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" |