summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 200b4afc86..45a28b876a 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -236,7 +236,7 @@ BB_DISKMON_DIRS = "\
236# at the end as shown in the examples below. This will be substituted with the 236# at the end as shown in the examples below. This will be substituted with the
237# correct path within the directory structure. 237# correct path within the directory structure.
238#SSTATE_MIRRORS ?= "\ 238#SSTATE_MIRRORS ?= "\
239#file://.* http://someserver.tld/share/sstate/PATH \n \ 239#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
240#file://.* file:///some/local/dir/sstate/PATH" 240#file://.* file:///some/local/dir/sstate/PATH"
241 241
242# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to 242# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to