aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-05 22:58:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-05 22:58:46 +0000
commit606503bd1fe275b8ee2662d7ea3c44d3378d4ef5 (patch)
tree5364b3f53061041c35ab41b7287abb4b849e8b3d /conf/local.conf.sample
parent53799535a2324dfb0b3a3003c3b52f1dc9cc1de4 (diff)
downloadopenembedded-606503bd1fe275b8ee2662d7ea3c44d3378d4ef5.tar.gz
add default CVS_TARBALL_STASH to local.conf.sample - patch courtesy pb_.
BKrev: 409971a6SXyRtStHcICbdKUNvNKHPA
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 637fbc3f25..c853a6c5bd 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -55,3 +55,8 @@ CACHE=/var/tmp/oe-cache.${USER}
# Uncomment this if you want OE to emit the log if a build fails.
#OEINCLUDELOGS = "yes"
+
+# Specifies a location to search for pre-generated tarballs when fetching
+# a cvs:// URI. Comment this out if you always want to pull directly
+# from the CVS tree.
+CVS_TARBALL_STASH = "http://www.treke.net/oe/source/"