diff mbox series

[RESEND] docs: brief-yoctoprojectqs: explicit version dependency on websockets python module

Message ID 20240506-websockets-module-v1-1-41a615323286@cherry.de
State New
Headers show
Series [RESEND] docs: brief-yoctoprojectqs: explicit version dependency on websockets python module | expand

Commit Message

Quentin Schulz May 6, 2024, 8:58 a.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

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>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
This is done according to the pending patch:
https://lore.kernel.org/bitbake-devel/20240502183516.1216885-1-JPEWhacker@gmail.com/T/#u

Still wondering if we should add this to poky.yaml.in as a "hard"
dependency? If we do, how do we plan to handle distros which do not have
(a recent enough) websockets python module?
---
 documentation/brief-yoctoprojectqs/index.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


---
base-commit: 291dae69b7ecc5ae49f378a7098c1187c820765b
change-id: 20240503-websockets-module-d6fba12a4171

Best regards,
diff mbox series

Patch

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 4301bfd97..c5400e4ac 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.
          BB_HASHSERVE = "auto"
          BB_SIGNATURE_HANDLER = "OEEquivHash"
 
-      The hash equivalence server needs a recent version of python
-      websockets installed to work correctly.
+      The hash equivalence server needs the websockets python module version 9.1
+      or later. Debian GNU/Linux 12 (Bookworm) and later, Fedora, CentOS Stream
+      9 and later, and Ubuntu 22.04 (LTS) and later, all have a recent enough
+      package. Other supported distributions need to get the module some other
+      place than their package feed, e.g. via ``pip``.
 
 #. **Start the Build:** Continue with the following command to build an OS
    image for the target, which is ``core-image-sato`` in this example: