From patchwork Wed Apr 5 14:27:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 22267 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 E52DCC76188 for ; Wed, 5 Apr 2023 14:27:18 +0000 (UTC) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by mx.groups.io with SMTP id smtpd.web10.131437.1680704837521530327 for ; Wed, 05 Apr 2023 07:27:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=gTg/+S9p; spf=pass (domain: bootlin.com, ip: 217.70.178.231, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 5E09010000B; Wed, 5 Apr 2023 14:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1680704835; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=b3itV/iRowBG86AQyBWa0DCmuWTLFu1cD+55Gsu9/Rw=; b=gTg/+S9pdZVcPVhVORsrvTIRtT8NAmPA1CU+kPZ7jZg2XO+h5rPzRrjngvra6c+Jt3lO9H AFeYG5Qufz7+4+AbCJEqhxub9xpgRMzYbaQhx/weg0D/d+qEoXlHgb8ve9BcFIFwIcb6JO 4p3lPle0lmLWm2ZBksMcZ5X3VNnoBeHDrD5z8Gvo2HJbPfv/pAchErTPgeaWpApjyETuel nkYsa1Qzx+EZYDi5cI8UoDsZq4vrLlLYz9/rVqCcx+Jk5ki/8+Awh3lE7d0VRQQqqynoWH HgtHEAq0R1Zeg4VjPxcFr4u+iQqEzRKfnUIldOSTswtTT6xvvaws3WVokP9LLA== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [PATCH] manuals: improve and fix target for supported distros Date: Wed, 5 Apr 2023 16:27:12 +0200 Message-Id: <20230405142712.212444-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 ; Wed, 05 Apr 2023 14:27:18 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3825 From: Michael Opdenacker - Fix the location of the target for supported distributions - Improve the name of this target Signed-off-by: Michael Opdenacker --- documentation/dev-manual/start.rst | 2 +- documentation/dev-manual/wic.rst | 2 +- documentation/ref-manual/system-requirements.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 498734a04d..27fc0fcd01 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst @@ -302,7 +302,7 @@ Project Build Host: as these releases are frequently tested against the Yocto Project and officially supported. For a list of the distributions under validation and their status, see the ":ref:`Supported Linux - Distributions `" + Distributions `" section in the Yocto Project Reference Manual and the wiki page at :yocto_wiki:`Distribution Support `. diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst index a8d2f46955..2a4408cdb0 100644 --- a/documentation/dev-manual/wic.rst +++ b/documentation/dev-manual/wic.rst @@ -72,7 +72,7 @@ In order to use the Wic utility with the OpenEmbedded Build system, your system needs to meet the following requirements: - The Linux distribution on your development host must support the - Yocto Project. See the ":ref:`detailed-supported-distros`" + Yocto Project. See the ":ref:`system-requirements-supported-distros`" section in the Yocto Project Reference Manual for the list of distributions that support the Yocto Project. diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 4fe0cb841b..fd4a8afb5d 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst @@ -29,8 +29,6 @@ and conceptual information in the :doc:`/overview-manual/index`. For more information about the Yocto Project Documentation set, see the :ref:`ref-manual/resources:links and related documentation` section. -.. _detailed-supported-distros: - Minimum Free Disk Space ======================= @@ -50,6 +48,8 @@ You will manage to build an image such as ``core-image-sato`` for the system with 4 CPU cores, but your builds will be much faster on a system with as much RAM and as many CPU cores as possible. +.. _system-requirements-supported-distros: + Supported Linux Distributions =============================