From patchwork Mon May 26 09:43:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 63672 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 40132C54FB3 for ; Mon, 26 May 2025 09:44:21 +0000 (UTC) Received: from cpanel10.indieserve.net (cpanel10.indieserve.net [199.212.143.9]) by mx.groups.io with SMTP id smtpd.web10.25372.1748252651514896848 for ; Mon, 26 May 2025 02:44:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@crashcourse.ca header.s=default header.b=Ea2cS5vn; spf=pass (domain: crashcourse.ca, ip: 199.212.143.9, mailfrom: rpjday@crashcourse.ca) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crashcourse.ca; s=default; h=Content-Type:MIME-Version:Message-ID:Subject: To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=I5ucdRAI1GDgD9sYauDU4B4G0fIqgeDvPqWFtAIa58w=; b=Ea2cS5vnSiG9by9HMwGSa8sUeN hqlDtSpWwst827elfmPP7vsx4+jmB0HQmUND1G/j3mNcLax+u0QW4n+vq5CC9Hh48KciwZqYd0aQc nbLSmV4fkm3bEBMC/AyOLb4nI4uQmmyNl+PHVqZa/prgRuCN2sr7pAo4lwuXKoEEk8xo5CaSgHu0t DcegA5smmmLp3Q7slUcbsJvswb+HwN0NUeTUDSbmfvfw1ESY7PiXc5XEsDQ7ajX+gGEFVYrnHNC68 E/rQOvdrMnKQ3vj4wSZAGA+nCXLebQNPEneghKIHjBeBsIMnnXC3LNnG3mqNsZW6glJyxXO1haM43 Qrdi/CBQ==; Received: from pool-174-114-102-5.cpe.net.cable.rogers.com ([174.114.102.5]:54568 helo=asus) by cpanel10.indieserve.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98.1) (envelope-from ) id 1uJUNM-00000009dFX-379q for docs@lists.yoctoproject.org; Mon, 26 May 2025 05:44:10 -0400 Date: Mon, 26 May 2025 05:43:54 -0400 (EDT) From: "Robert P. J. Day" To: YP docs mailing list Subject: [docs][PATCH v2] Clean up explanation of minimum required version numbers Message-ID: <77073870-67eb-b7ba-80c7-a88ed13a2ff2@crashcourse.ca> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel10.indieserve.net X-AntiAbuse: Original Domain - lists.yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Get-Message-Sender-Via: cpanel10.indieserve.net: authenticated_id: rpjday+crashcourse.ca/only user confirmed/virtual account not confirmed X-Authenticated-Sender: cpanel10.indieserve.net: rpjday@crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: 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, 26 May 2025 09:44:21 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/6924 Some simple rendering and grammar fixes. Signed-off-by: Robert P. J. Day Reviewed-by: Quentin Schulz diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 2f6e4cf02..8a75ab643 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -57,7 +57,7 @@ following requirements: :ref:`dev-manual/start:preparing the build host` section in the Yocto Project Development Tasks Manual. -- +- Ensure that the following utilities have these minimum version numbers: - Git &MIN_GIT_VERSION; or greater - tar &MIN_TAR_VERSION; or greater @@ -65,7 +65,7 @@ following requirements: - gcc &MIN_GCC_VERSION; or greater. - GNU make &MIN_MAKE_VERSION; or greater -If your build host does not meet any of these three listed version +If your build host does not satisfy all of the above version requirements, you can take steps to prepare the system so that you can still use the Yocto Project. See the :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`