From 13078ea23ffea9332c149b2add1d6d1fdc882f88 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 6 May 2024 10:58:50 +0200 Subject: 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 (From yocto-docs rev: 9a14157c4d723da0970cfd4bbb2c9500d3e692e0) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/brief-yoctoprojectqs/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation') 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. 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: -- cgit v1.2.3-54-g00ecf