From patchwork Mon May 6 08:58:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 43279 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CF29C4345F for ; Mon, 6 May 2024 08:59:43 +0000 (UTC) Received: from smtp-42a8.mail.infomaniak.ch (smtp-42a8.mail.infomaniak.ch [84.16.66.168]) by mx.groups.io with SMTP id smtpd.web11.16122.1714985977540421671 for ; Mon, 06 May 2024 01:59:38 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: 0leil.net, ip: 84.16.66.168, mailfrom: foss+yocto@0leil.net) Received: from smtp-3-0000.mail.infomaniak.ch (smtp-3-0000.mail.infomaniak.ch [10.4.36.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4VXwMW5WM7zjqq; Mon, 6 May 2024 10:59:35 +0200 (CEST) Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4VXwMV5XyZzlRp; Mon, 6 May 2024 10:59:34 +0200 (CEST) From: Quentin Schulz Date: Mon, 06 May 2024 10:58:50 +0200 Subject: [PATCH RESEND] docs: brief-yoctoprojectqs: explicit version dependency on websockets python module MIME-Version: 1.0 Message-Id: <20240506-websockets-module-v1-1-41a615323286@cherry.de> To: Joshua Watt , Richard Purdie , docs@lists.yoctoproject.org Cc: Quentin Schulz , Quentin Schulz X-Mailer: b4 0.13.0 X-Infomaniak-Routing: alpha List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 06 May 2024 08:59:43 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5215 From: Quentin Schulz 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 Signed-off-by: Quentin Schulz --- 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 --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: