aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/base.bbclass4
-rw-r--r--conf/local.conf.sample2
2 files changed, 3 insertions, 3 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index bc2e853270..52dfede863 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -795,7 +795,7 @@ ftp://ftp.kernel.org/pub ftp://ftp.uk.kernel.org/pub
ftp://ftp.kernel.org/pub ftp://ftp.hk.kernel.org/pub
ftp://ftp.kernel.org/pub ftp://ftp.au.kernel.org/pub
ftp://ftp.kernel.org/pub ftp://ftp.jp.kernel.org/pub
-ftp://.*/.*/ http://treke.net/oe/source/
-http://.*/.*/ http://treke.net/oe/source/
+ftp://.*/.*/ http://www.oesources.org/source/current
+http://.*/.*/ http://www.oesources.org/source/current
}
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 4ff306d79d..7a7afb4277 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -116,7 +116,7 @@ BBINCLUDELOGS = "yes"
# Specifies a location to search for pre-generated tarballs when fetching
# a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.
-CVS_TARBALL_STASH = "http://www.treke.net/oe/source/"
+CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"
# EDIT THIS FILE and then remove the line below before using!
REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}"