summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-07 13:05:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-28 21:30:05 +0100
commit231a6b779a1a43fa587544edd7f9a68814b538aa (patch)
tree54e4f1134d5a5aa253a423f7ebedb11223f3d656 /meta-poky/conf
parente7619f7650e1f545dccba327bbc8d03a7b34fc4e (diff)
downloadpoky-231a6b779a1a43fa587544edd7f9a68814b538aa.tar.gz
local.conf.sample: correct the location of public hashserv
(From meta-yocto rev: d1840499ff5b9551b3178cd2777ec9fe8666c96b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r--meta-poky/conf/templates/default/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample
index b96dc908f4..7be423ffed 100644
--- a/meta-poky/conf/templates/default/local.conf.sample
+++ b/meta-poky/conf/templates/default/local.conf.sample
@@ -234,7 +234,7 @@ BB_DISKMON_DIRS ??= "\
234# which will depend on your network. 234# which will depend on your network.
235# Note: For this to work you also need hash-equivalence passthrough to the matching server 235# Note: For this to work you also need hash-equivalence passthrough to the matching server
236# 236#
237#BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" 237#BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
238#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" 238#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
239 239
240# 240#