summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index f40227b580..4f72d4c9a7 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -125,8 +125,9 @@ TMPDIR = "${OEROOT}/build/tmp"
125BBINCLUDELOGS = "yes" 125BBINCLUDELOGS = "yes"
126 126
127# Specifies a location to search for pre-generated tarballs when fetching 127# Specifies a location to search for pre-generated tarballs when fetching
128# a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. 128# a cvs:// or svn:// URI. Uncomment this, if you do not want to pull directly
129CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" 129# from CVS or Subversion
130SRC_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/"
130 131
131# Set this if you wish to make pkgconfig libraries from your system available 132# Set this if you wish to make pkgconfig libraries from your system available
132# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow 133# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow