[meta-yocto][scarthgap] local.conf.sample: Switch to new CDN
Steve Sakoman <[email protected]> Fri, 30 May 2025 14:30:02 -0700
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <38f539da85530a851434338c4fac0b08d2a0c3d2.1748640534.git.steve@sakoman.com> |
From: Richard Purdie <[email protected]> The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit e5b8e76ba8232860943406e1c53e71b3d2790f17) Signed-off-by: Steve Sakoman <[email protected]> --- meta-poky/conf/templates/default/local.conf.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample index 72d3566..b6071e2 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 ??= "\ # Using the CDN rather than the yoctoproject.org address is suggested/preferred. # #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" - +#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" # # Qemu configuration -- 2.43.0