summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2024-05-06 10:58:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-09 11:57:14 +0100
commit13078ea23ffea9332c149b2add1d6d1fdc882f88 (patch)
tree32e35defe9f1fc62788c72a282487f4533c04df9 /documentation
parent5df41be683142be51f6a8152dd6669ee06b6206c (diff)
downloadpoky-13078ea23ffea9332c149b2add1d6d1fdc882f88.tar.gz
docs: brief-yoctoprojectqs: explicit version dependency on websockets python module
We now check that the websockets module version is at least 9.1 in bitbake itself so we can specify more precisely what "recent version" means. While at it, list which distributions have a recent enough websockets python module in their package feed and give some hint at how to support other distributions. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: 9a14157c4d723da0970cfd4bbb2c9500d3e692e0) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst7
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: