]> code.ossystems Code Review - openembedded-core.git/commitdiff
conf: remove references to SRC_TARBALL_STASH
authorJoshua Lock <josh@linux.intel.com>
Mon, 1 Feb 2010 17:36:55 +0000 (17:36 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 4 Feb 2010 00:18:29 +0000 (00:18 +0000)
SRC_TARBALL_STASH is deprecated, the same functionality can be acheived
with PREMIRRORS, so remove references to it from configuration files.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
build/conf/local.conf.sample
meta-moblin/conf/distro/moblin.conf
meta/conf/distro/poky.conf

index 14af548efd83f5b1d6522bc3ed14ed18941258d2..e195b33b88bf9b82c1042cc1b92e7523714ae0b0 100644 (file)
@@ -141,11 +141,6 @@ TMPDIR = "${OEROOT}/build/tmp"
 # Uncomment this if you want BitBake to emit the log if a build fails.
 BBINCLUDELOGS = "yes"
 
-# Specifies a location to search for pre-generated tarballs when fetching
-# a cvs:// or svn:// URI.  Uncomment this, if you do not want to pull directly
-# from CVS or Subversion
-SRC_TARBALL_STASH = "http://pokylinux.org/sources/"
-
 # Set this if you wish to make pkgconfig libraries from your system available 
 # for native builds. Combined with extra ASSUME_PROVIDEDs this can allow 
 # native builds of applications like oprofileui-native (unsupported feature).
index 5138e76a54f96a4e2d42d4ef18fadab21287827c..129b2cc30562d8fdbf3d98a53b7508cfd3adca8a 100644 (file)
@@ -89,8 +89,6 @@ require conf/distro/include/preferred-xorg-versions.inc
 
 PCMCIA_MANAGER ?= "pcmciautils"
 
-SRC_TARBALL_STASH += "http://pokylinux.org/sources/"
-
 IMAGE_LINGUAS ?= "en-gb"
 LIMIT_BUILT_LOCALES ?= "en_GB"
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"
index 2bf4be8c04f65099dec589053f86351a2ac7aefe..0a83defb5a9976f874fe39f1e847b8dd7de890f0 100644 (file)
@@ -94,8 +94,6 @@ require conf/distro/include/preferred-xorg-versions.inc
 
 PCMCIA_MANAGER ?= "pcmciautils"
 
-SRC_TARBALL_STASH += "http://pokylinux.org/sources/"
-
 IMAGE_LINGUAS ?= "en-gb"
 LIMIT_BUILT_LOCALES ?= "en_GB"
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"