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 09:18:43 -0700 |
commit | ee0d8d8a61d8e22a3dd00c32cde58ee6e8ec458f (patch) | |
tree | df176d114090c827da043a70c5dd446551d63b5d | |
parent | aae6b860243e8be61fe878527506be6fde4357b5 (diff) | |
download | poky-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.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 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 |