From patchwork Wed Nov 1 17:27:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 33400 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 454C6C4332F for ; Wed, 1 Nov 2023 17:27:32 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.98.1698859642537175705 for ; Wed, 01 Nov 2023 10:27:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1386614BF; Wed, 1 Nov 2023 10:28:04 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id ACC693F738; Wed, 1 Nov 2023 10:27:21 -0700 (PDT) From: ross.burton@arm.com To: docs@lists.yoctoproject.org, michael.opdenacker@bootlin.com Cc: nd@arm.com Subject: [PATCH 10/14] testing notes Date: Wed, 1 Nov 2023 17:27:02 +0000 Message-Id: <20231101172706.81576-11-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231101172706.81576-1-ross.burton@arm.com> References: <20231101172706.81576-1-ross.burton@arm.com> 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, 01 Nov 2023 17:27:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4556 From: Ross Burton --- documentation/migration-guides/release-notes-4.3.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 8b3e4f089..aedafd673 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst @@ -135,6 +135,16 @@ New Features / Enhancements in 4.3 ` infrastructure to detect package sources with unit tests but no implemented ptests in the recipe. + - A new task to perform recipe-wide QA checks was added, ``do_recipe_qa``. + - New build-time checks for set ``SUMMARY``, ``HOMEPAGE``, and + ``RECIPE_MAINTAINER`` fields was added, and enabled for the core recipes. + - The ``parselogs`` runtime test was rewritten. Notably it now doesn't use + regular expressions, which may mean custom patterns need updating. + - A self-test to validate that the SPDX manifests generated by image builds + are valid was added. + - The ``QEMU_USE_SLIRP`` variable has been replaced by adding ``slirp`` to + ``TEST_RUNQEMUPARAMS``. + - Utility script changes: - New ``scripts/patchtest`` utility to check patches to the