From patchwork Tue Feb 14 13:55:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 19525 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 CF9BEC61DA4 for ; Tue, 14 Feb 2023 13:55:54 +0000 (UTC) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by mx.groups.io with SMTP id smtpd.web10.7422.1676382948453782867 for ; Tue, 14 Feb 2023 05:55:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=nvZ/hVVM; spf=pass (domain: bootlin.com, ip: 217.70.183.194, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 7905B40002; Tue, 14 Feb 2023 13:55:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1676382946; 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=blsyEFLEsXCGk7Tzdqk5wT9hW9Ex3MlOpALMzAxhMFU=; b=nvZ/hVVMCxZnkUC/xeANTUIbRTGZr/YVR1aJsSfViLNW1hhKRN1kyQUKvAPXJ4i4J7p7Eb wODtwKWzA25oLOykuUWOVAu9xsI0heUtWJXA3D7mxitDIrMBlVW9qAnQGdMb0/swrORpjj spjGwU+G4sSWOtVtsdzOpb3wI8rGi4c3rHFSe9HMtdodAi6VdlNUzm1KdA9oYgQ+Y0qQKC jjLNV2K9cPM6iQzYKE9pnyxahmTY485fFS25CYhKRd5w73XBzDA/nholqzAF25RnAVDZ/Y 4OhE5K4rHwWp5cEmeEy/Pr1v73QxXV6OmmuiJU2/Yc5Oq/1B7Q1h2BQK7p9XPQ== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [PATCH] [kirkstone] manuals: update patchwork instance URL Date: Tue, 14 Feb 2023 14:55:44 +0100 Message-Id: <20230214135544.45726-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.37.2 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 ; Tue, 14 Feb 2023 13:55:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3681 From: Michael Opdenacker https://patchwork.openembedded.org/ has been since long discontinued Also better to mention https://patchwork.yoctoproject.org/ than the patchwork home page. Signed-off-by: Michael Opdenacker --- documentation/dev-manual/common-tasks.rst | 2 +- documentation/overview-manual/yp-intro.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index aab50e4078..ed21837ab7 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst @@ -10738,7 +10738,7 @@ without using the scripts once the steps in command, see ``GIT-SEND-EMAIL(1)`` displayed using the ``man git-send-email`` command. -The Yocto Project uses a `Patchwork instance `__ +The Yocto Project uses a `Patchwork instance `__ to track the status of patches submitted to the various mailing lists and to support automated patch testing. Each submitted patch is checked for common mistakes and deviations from the expected patch format and submitters are diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 86a8bf2b0d..6fd6177503 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst @@ -361,7 +361,7 @@ Yocto Project: of the :oe_layerindex:`OpenEmbedded Layer Index <>`, which is a website that indexes OpenEmbedded-Core layers. -- *Patchwork:* `Patchwork `__ +- *Patchwork:* `Patchwork `__ is a fork of a project originally started by `OzLabs `__. The project is a web-based tracking system designed to streamline the process of bringing contributions