diff options
| -rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 7 | ||||
| -rw-r--r-- | documentation/migration-guides/release-notes-4.0.rst | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 4d5ac85e61..3cf2f76f55 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
| @@ -257,12 +257,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
| 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 = "typhoon.yocto.io:8687" |
| 260 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH" | 260 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
| 261 | |||
| 262 | The above settings assumed the use of Yocto Project &YOCTO_DOC_VERSION;. | ||
| 263 | If you are using the development version instead, set :term:`SSTATE_MIRRORS` as follows:: | ||
| 264 | |||
| 265 | SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH" | ||
| 266 | 261 | ||
| 267 | #. **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 |
| 268 | image for the target, which is ``core-image-sato`` in this example: | 263 | image for the target, which is ``core-image-sato`` in this example: |
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. |
