summaryrefslogtreecommitdiffstats
path: root/meta-poky
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-10-20 15:36:02 +0100
commit24a3f7b3648185e33133f5d96b184a6cb6524f3d (patch)
tree8db223cff62e68fc4cfd63560763b4936878b5fa /meta-poky
parent59d2aeb3b18d94f3397d7097e34bc61790e37b0d (diff)
downloadpoky-24a3f7b3648185e33133f5d96b184a6cb6524f3d.tar.gz
local.conf.sample: correct the location of public hashserv
(From meta-yocto rev: b5cf7a6501d954ac76b18d7ef91376b5a046a522) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d1840499ff5b9551b3178cd2777ec9fe8666c96b) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index ae9c87f4b2..ef491d43bf 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -229,7 +229,7 @@ BB_DISKMON_DIRS ??= "\
229# which will depend on your network. 229# which will depend on your network.
230# Note: For this to work you also need hash-equivalence passthrough to the matching server 230# Note: For this to work you also need hash-equivalence passthrough to the matching server
231# 231#
232#BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" 232#BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
233#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" 233#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
234 234
235# 235#