summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/site.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:14:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:33 +0100
commit765d380e33f485a5ba9f10adabbb88440f9eaf07 (patch)
tree37f01d84517cc360a5f60c1d0421ea855a69ac73 /meta-yocto/conf/site.conf.sample
parent949645e577d68c1e11b53e82df0459629bf4bddd (diff)
downloadast2050-yocto-poky-765d380e33f485a5ba9f10adabbb88440f9eaf07.zip
ast2050-yocto-poky-765d380e33f485a5ba9f10adabbb88440f9eaf07.tar.gz
meta-yocto: Catch up with OE-Core renaming
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/site.conf.sample')
-rw-r--r--meta-yocto/conf/site.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto/conf/site.conf.sample b/meta-yocto/conf/site.conf.sample
index 4204204..d438298 100644
--- a/meta-yocto/conf/site.conf.sample
+++ b/meta-yocto/conf/site.conf.sample
@@ -20,7 +20,7 @@ SCONF_VERSION = "1"
# although this only works for http
#GIT_PROXY_HOST = "proxy.example.com"
#GIT_PROXY_PORT = "81"
-#export GIT_PROXY_COMMAND = "${POKYBASE}/scripts/poky-git-proxy-command"
+#export GIT_PROXY_COMMAND = "${COREBASE}/scripts/oe-git-proxy-command"
# GIT_PROXY_IGNORE_* lines define hosts which do not require a proxy to access
#GIT_CORE_CONFIG = "Yes"
@@ -28,11 +28,11 @@ SCONF_VERSION = "1"
#GIT_PROXY_IGNORE_2 = "another.server.com"
# If SOCKS is available run the following command to comple a simple transport
-# gcc scripts/poky-git-proxy-socks.c -o poky-git-proxy-socks
+# gcc scripts/oe-git-proxy-socks.c -o oe-git-proxy-socks
# and then share that binary somewhere in PATH, then use the following settings
#GIT_PROXY_HOST = "proxy.example.com"
#GIT_PROXY_PORT = "81"
-#export GIT_PROXY_COMMAND = "${POKYBASE}/scripts/poky-git-proxy-socks-command"
+#export GIT_PROXY_COMMAND = "${COREBASE}/scripts/oe-git-proxy-socks-command"
# Uncomment this to use a shared download directory
OpenPOWER on IntegriCloud