summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-29 17:27:45 +0100
committerSteve Sakoman <steve@sakoman.com>2025-06-05 09:18:43 -0700
commitee0d8d8a61d8e22a3dd00c32cde58ee6e8ec458f (patch)
treedf176d114090c827da043a70c5dd446551d63b5d
parentaae6b860243e8be61fe878527506be6fde4357b5 (diff)
downloadpoky-walnascar.tar.gz
local.conf.sample: Switch to new CDNwalnascar
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From meta-yocto rev: d4f018da2c709ba1135889206694148c6001cd29) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e5b8e76ba8232860943406e1c53e71b3d2790f17) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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