diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-06-27 16:08:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-28 23:58:39 +0100 |
commit | c00f584817d2a19b1756e8e60b7af695a09555e5 (patch) | |
tree | c43bdf2e468cb21b8ee9c2a00abcbfb6a8661080 /documentation/migration-guides | |
parent | 759a3eb9b5859b22b99873f8b0dd030956370869 (diff) | |
download | poky-c00f584817d2a19b1756e8e60b7af695a09555e5.tar.gz |
manuals: switch to the sstate mirror shared between all versions
Following https://git.yoctoproject.org/poky/commit/?id=cf7d8894545b83f55420fa33f7848e1bfc6754ff
(From yocto-docs rev: 662294dccd028828d5c7e9fd8f5c8e14df53df4b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/release-notes-4.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst index eaa40f9317..4bf680db5d 100644 --- a/documentation/migration-guides/release-notes-4.0.rst +++ b/documentation/migration-guides/release-notes-4.0.rst | |||
@@ -23,7 +23,7 @@ New Features / Enhancements in 4.0 | |||
23 | BB_SIGNATURE_HANDLER = "OEEquivHash" | 23 | BB_SIGNATURE_HANDLER = "OEEquivHash" |
24 | BB_HASHSERVE = "auto" | 24 | BB_HASHSERVE = "auto" |
25 | BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" | 25 | BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" |
26 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH" | 26 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
27 | 27 | ||
28 | - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ | 28 | - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ |
29 | in line with the upstream direction. | 29 | in line with the upstream direction. |