summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/site.conf.sample16
1 files changed, 16 insertions, 0 deletions
diff --git a/build/conf/site.conf.sample b/build/conf/site.conf.sample
new file mode 100644
index 0000000000..3215e2c69c
--- /dev/null
+++ b/build/conf/site.conf.sample
@@ -0,0 +1,16 @@
1#
2# local.conf covers user settings, site.conf covers site specific information
3# such as proxy server addresses and optionally any shared download location
4#
5
6# Uncomment to cause CVS to use the proxy host specified
7#CVS_PROXY_HOST = "proxy.example.com"
8#CVS_PROXY_PORT = "81"
9
10# Uncomment to cause git to use the proxy host specificed
11#GIT_PROXY_HOST = "proxy.example.com"
12#GIT_PROXY_PORT = "81"
13#export GIT_PROXY_COMMAND = "${OEROOT}/scripts/poky-git-proxy-command"
14
15# Uncomment this to use a shared download directory
16#DL_DIR = "/some/shared/download/directory/" \ No newline at end of file