diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-07-20 10:42:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-20 14:25:01 +0100 |
commit | 1127e9a7b850fff9f303c0c5eedb9b2bb7ef11b7 (patch) | |
tree | c4b7002958846d11ee7412da98977c912a9846cb /documentation | |
parent | 9926c0bf2f272d386911639635885fc8c55abc14 (diff) | |
download | poky-1127e9a7b850fff9f303c0c5eedb9b2bb7ef11b7.tar.gz |
docs: BB_HASHSERVE_UPSTREAM: update to new host
(From yocto-docs rev: 5004957d1c65d03d3e296bc9f0a00982457a27f8)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-4.0.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 3cf2f76f55..7ae0ddc349 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -256,7 +256,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
256 | 256 | ||
257 | BB_SIGNATURE_HANDLER = "OEEquivHash" | 257 | BB_SIGNATURE_HANDLER = "OEEquivHash" |
258 | BB_HASHSERVE = "auto" | 258 | BB_HASHSERVE = "auto" |
259 | BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" | 259 | BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" |
260 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" | 260 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
261 | 261 | ||
262 | #. **Start the Build:** Continue with the following command to build an OS | 262 | #. **Start the Build:** Continue with the following command to build an OS |
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst index 4bf680db5d..b675cae217 100644 --- a/documentation/migration-guides/release-notes-4.0.rst +++ b/documentation/migration-guides/release-notes-4.0.rst | |||
@@ -22,7 +22,7 @@ New Features / Enhancements in 4.0 | |||
22 | 22 | ||
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 = "hashserv.yocto.io:8687" |
26 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/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/>`__ |