summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 149c73d664..14af548efd 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -159,3 +159,7 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
159# on an x86_64 host. 159# on an x86_64 host.
160# Supported values are i586 and x86_64 160# Supported values are i586 and x86_64
161#SDKMACHINE="i586" 161#SDKMACHINE="i586"
162
163# Poky can try and fetch packaged-staging packages from a http, https or ftp
164# mirror. Set this variable to the root of a pstage directory on a server.
165#PSTAGE_MIRROR ?= "http://someserver.tld/share/pstage"