summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-29 17:27:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-29 17:28:54 +0100
commit9475cba9dd6a860723b5ea0601bf6120aad00ff7 (patch)
treef58619e09b34e3353f211013f426922b289857c9
parenta8746c2168833b547383f3427b6b8087472645cd (diff)
downloadpoky-9475cba9dd6a860723b5ea0601bf6120aad00ff7.tar.gz
local.conf.sample: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From meta-yocto rev: e5b8e76ba8232860943406e1c53e71b3d2790f17) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-poky/conf/templates/default/local.conf.sample5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample
index 7dc44d91d6..ecc33c06f3 100644
--- a/meta-poky/conf/templates/default/local.conf.sample
+++ b/meta-poky/conf/templates/default/local.conf.sample
@@ -240,10 +240,7 @@ BB_DISKMON_DIRS ??= "\
240# Using the CDN rather than the yoctoproject.org address is suggested/preferred. 240# Using the CDN rather than the yoctoproject.org address is suggested/preferred.
241# 241#
242#BB_HASHSERVE_UPSTREAM = 'wss://hashserv.yoctoproject.org/ws' 242#BB_HASHSERVE_UPSTREAM = 'wss://hashserv.yoctoproject.org/ws'
243#SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 243#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
244#
245###SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
246
247 244
248# 245#
249# Qemu configuration 246# Qemu configuration