summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/site.conf.sample
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-31 13:12:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-01 10:07:02 +0100
commitc472d9ba9e970ad4c9bacf7851fcf6245fd03c40 (patch)
tree50391490446809b7e0f3cba00177c303c9df35c9 /meta-poky/conf/site.conf.sample
parentb16ecb48f6d7b5c8f1806841212f43ec96b58ee8 (diff)
downloadpoky-c472d9ba9e970ad4c9bacf7851fcf6245fd03c40.tar.gz
meta-poky/conf: move default templates to conf/templates/default/
This follows the changes in oe-core, where templates are expected to be under conf/templates. (From meta-yocto rev: 29608bd03e1bffa124353061617b1d71370a4e5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/site.conf.sample')
-rw-r--r--meta-poky/conf/site.conf.sample33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/site.conf.sample
deleted file mode 100644
index 5164fedf63..0000000000
--- a/meta-poky/conf/site.conf.sample
+++ /dev/null
@@ -1,33 +0,0 @@
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# SITE_CONF_VERSION is increased each time build/conf/site.conf
6# changes incompatibly
7SCONF_VERSION = "1"
8
9# Uncomment to cause CVS to use the proxy host specified
10#CVS_PROXY_HOST = "proxy.example.com"
11#CVS_PROXY_PORT = "81"
12
13# For svn, you need to create ~/.subversion/servers containing:
14#[global]
15#http-proxy-host = proxy.example.com
16#http-proxy-port = 81
17#
18
19# To use git with a proxy, you must use an external git proxy command, such as
20# the one provided by scripts/oe-git-proxy. To use this script, copy it to
21# your PATH and uncomment the following:
22#GIT_PROXY_COMMAND ?= "oe-git-proxy"
23#ALL_PROXY ?= "socks://socks.example.com:1080"
24#or
25#ALL_PROXY ?= "https://proxy.example.com:8080"
26# If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
27# See the script for details on syntax. The script oe-git-proxy uses some tools
28# that may not be included on HOSTTOOLS, thus add them manually through
29# HOSTTOOLS += "getent"
30
31# Uncomment this to use a shared download directory
32#DL_DIR = "/some/shared/download/directory/"
33