diff options
| -rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 4301bfd970..c5400e4ac8 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
| @@ -256,8 +256,11 @@ an entire Linux distribution, including the toolchain, from source. | |||
| 256 | BB_HASHSERVE = "auto" | 256 | BB_HASHSERVE = "auto" |
| 257 | BB_SIGNATURE_HANDLER = "OEEquivHash" | 257 | BB_SIGNATURE_HANDLER = "OEEquivHash" |
| 258 | 258 | ||
| 259 | The hash equivalence server needs a recent version of python | 259 | The hash equivalence server needs the websockets python module version 9.1 |
| 260 | websockets installed to work correctly. | 260 | or later. Debian GNU/Linux 12 (Bookworm) and later, Fedora, CentOS Stream |
| 261 | 9 and later, and Ubuntu 22.04 (LTS) and later, all have a recent enough | ||
| 262 | package. Other supported distributions need to get the module some other | ||
| 263 | place than their package feed, e.g. via ``pip``. | ||
| 261 | 264 | ||
| 262 | #. **Start the Build:** Continue with the following command to build an OS | 265 | #. **Start the Build:** Continue with the following command to build an OS |
| 263 | image for the target, which is ``core-image-sato`` in this example: | 266 | image for the target, which is ``core-image-sato`` in this example: |
