From 8235389fd1fdb37bed975063f69cbfd50026e008 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 1 Feb 2010 17:36:55 +0000 Subject: [PATCH] conf: remove references to SRC_TARBALL_STASH 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 --- build/conf/local.conf.sample | 5 ----- meta-moblin/conf/distro/moblin.conf | 2 -- meta/conf/distro/poky.conf | 2 -- 3 files changed, 9 deletions(-) diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 14af548efd..e195b33b88 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -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). diff --git a/meta-moblin/conf/distro/moblin.conf b/meta-moblin/conf/distro/moblin.conf index 5138e76a54..129b2cc305 100644 --- a/meta-moblin/conf/distro/moblin.conf +++ b/meta-moblin/conf/distro/moblin.conf @@ -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" diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 2bf4be8c04..0a83defb5a 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -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"