diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-29 17:27:45 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-05 08:41:15 -0700 |
commit | 9b0e95db584602a13e46ed86b73930506b13e4a9 (patch) | |
tree | 5608301a36e6284a57ed5e1b83a8dd295bf7cc8b | |
parent | 67c7b78bd01a4933250bb647b92577289ee1d010 (diff) | |
download | poky-9b0e95db584602a13e46ed86b73930506b13e4a9.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: 7633f51d53f535728fe035fa866416d2e5ba6a9c)
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.sample | 5 |
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 72d3566294..b6071e2821 100644 --- a/meta-poky/conf/templates/default/local.conf.sample +++ b/meta-poky/conf/templates/default/local.conf.sample | |||
@@ -239,10 +239,7 @@ BB_DISKMON_DIRS ??= "\ | |||
239 | # Using the CDN rather than the yoctoproject.org address is suggested/preferred. | 239 | # Using the CDN rather than the yoctoproject.org address is suggested/preferred. |
240 | # | 240 | # |
241 | #BB_HASHSERVE_UPSTREAM = 'wss://hashserv.yoctoproject.org/ws' | 241 | #BB_HASHSERVE_UPSTREAM = 'wss://hashserv.yoctoproject.org/ws' |
242 | #SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" | 242 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
243 | # | ||
244 | ###SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" | ||
245 | |||
246 | 243 | ||
247 | # | 244 | # |
248 | # Qemu configuration | 245 | # Qemu configuration |