Message ID | 152466764d89ba25a1e259d917a16c69438c6f9a.1748627115.git.steve@sakoman.com |
---|---|
State | New |
Headers | show |
Series | [yocto-docs,walnascar] brief-yoctoprojectqs/ref-manual: Switch to new CDN | expand |
Hi Steve, On 5/30/25 7:46 PM, Steve Sakoman via lists.yoctoproject.org wrote: > From: Richard Purdie <richard.purdie@linuxfoundation.org> > > The project is switching the way handle our CDN provision of sstate objects, > update the URL accordingly. > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > (cherry picked from commit 406e8a8e30404c0538f5aa46f211540bae2b206b) > Signed-off-by: Steve Sakoman <steve@sakoman.com> Sounds good to me. Richard just said[1] that we need to backport this. I would recommend to backport even to now outdated releases just to avoid getting questions for things we can easily patch (but that is your/Antonin's decision to make, it is outdated after all :) ). @Antonin, @Steve, anyone of you willing to do the backports? [1] https://lore.kernel.org/yocto-docs/24b874c1e05cd7e4582f803957a807f45a9284e7.camel@linuxfoundation.org/ Cheers, Quentin
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 2f6e4cf02..6de3b84c5 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -252,7 +252,7 @@ an entire Linux distribution, including the toolchain, from source. file in the :term:`Build Directory`:: 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" BB_HASHSERVE = "auto" BB_SIGNATURE_HANDLER = "OEEquivHash" diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 643a3e7ae..b4a70519c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -9025,7 +9025,7 @@ system and gives an overview of their function and contents. The Yocto Project actually shares the cache data objects built by its autobuilder:: - SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" + SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" As such binary artifacts are built for the generic QEMU machines supported by the various Poky releases, they are less likely to be