summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-07-20 10:51:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-20 15:52:51 +0100
commitb373ad84050712b871d0e2cc487f20e773766cc7 (patch)
treeeb422d9127a652353862696dba27703d011c7f70 /documentation
parente8af53db951f1dacc5f0e1ded75738e1748a88ad (diff)
downloadpoky-b373ad84050712b871d0e2cc487f20e773766cc7.tar.gz
docs: BB_HASHSERVE_UPSTREAM: update to new host
(From yocto-docs rev: f9a9c5cc721a79df7a39a6df8441739e3377fdc4) 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.rst2
-rw-r--r--documentation/migration-guides/release-notes-4.0.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 7ba05c78a0..a982eae207 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -255,7 +255,7 @@ an entire Linux distribution, including the toolchain, from source.
255 255
256 BB_SIGNATURE_HANDLER = "OEEquivHash" 256 BB_SIGNATURE_HANDLER = "OEEquivHash"
257 BB_HASHSERVE = "auto" 257 BB_HASHSERVE = "auto"
258 BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" 258 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
259 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" 259 SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
260 260
261#. **Start the Build:** Continue with the following command to build an OS 261#. **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/>`__