From 632e3170595bb32717c0471a55a619b4b33fe787 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 2 May 2024 15:28:52 +0100 Subject: [PATCH] local.conf.sample: Fix hashequivalence server address We switched to a new server for the scarthgap release but didn't update the sample config. Fix this. (From meta-yocto rev: e0558da30f72a205e0b2055d62690604ed9ff578) Signed-off-by: Richard Purdie --- meta-poky/conf/templates/default/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample index 1a93c9bdcf..72d3566294 100644 --- a/meta-poky/conf/templates/default/local.conf.sample +++ b/meta-poky/conf/templates/default/local.conf.sample @@ -238,7 +238,7 @@ BB_DISKMON_DIRS ??= "\ # (CDN) kindly provided by JSDelivr, uncomment one of the SSTATE_MIRRORS lines, not both. # Using the CDN rather than the yoctoproject.org address is suggested/preferred. # -#BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" +#BB_HASHSERVE_UPSTREAM = 'wss://hashserv.yoctoproject.org/ws' #SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" # ###SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"