From: Michael Lauer Date: Sun, 23 Jan 2005 15:45:14 +0000 (+0000) Subject: local.conf.sample: enable tarball stash per default X-Git-Tag: Release-2010-05/1~15347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7854b896eece6d37fe45744f9fb9c7e718306077;p=openembedded.git local.conf.sample: enable tarball stash per default BKrev: 41f3c68a74Yl1mQO4VH_Qua4NNvw0Q --- diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 35ec6e8d50..978c2a6dd8 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -107,8 +107,8 @@ IMAGE_FSTYPES = "jffs2 tar" BBINCLUDELOGS = "yes" # Specifies a location to search for pre-generated tarballs when fetching -# a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. -# CVS_TARBALL_STASH = "http://www.treke.net/oe/source/" +# a cvs:// URI. Outcomment this, if you always want to pull directly from CVS. +CVS_TARBALL_STASH = "http://www.treke.net/oe/source/" # EDIT THIS FILE and then remove the line below before using! REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}"