summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.3.rst
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-11-01 17:27:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:27 +0000
commit9e10ca81593f2544f862e4bef017dc9a9c2fdbbc (patch)
tree28e102f7ba194c1f4a96a4f3a340c7162d6c9055 /documentation/migration-guides/release-notes-4.3.rst
parent8ceb2bf96023b2fb615ac687516d40069acb0861 (diff)
downloadpoky-9e10ca81593f2544f862e4bef017dc9a9c2fdbbc.tar.gz
migration-guides: add testing notes
(From yocto-docs rev: cd71d0406c96b44cc872f9eb4c8604bcdd62fed6) Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/release-notes-4.3.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 085cd8f9b0..266e4e859b 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -139,6 +139,21 @@ New Features / Enhancements in 4.3
139 <qa-check-unimplemented-ptest>` infrastructure to detect package sources 139 <qa-check-unimplemented-ptest>` infrastructure to detect package sources
140 with unit tests but no implemented ptests in the recipe. 140 with unit tests but no implemented ptests in the recipe.
141 141
142 - A new task to perform recipe-wide QA checks was added: ``do_recipe_qa``.
143
144 - New build-time checks for set :term:`SUMMARY`, :term:`HOMEPAGE`, and
145 :term:`RECIPE_MAINTAINER` fields was added, and enabled for the core
146 recipes.
147
148 - The ``parselogs`` runtime test was rewritten. Notably it no longer uses
149 regular expressions, which may mean custom patterns need updating.
150
151 - A self-test to validate that the :term:`SPDX` manifests generated by
152 image builds are valid was added.
153
154 - The ``QEMU_USE_SLIRP`` variable has been replaced by adding ``slirp`` to
155 ``TEST_RUNQEMUPARAMS``.
156
142- Utility script changes: 157- Utility script changes:
143 158
144 - New ``scripts/patchtest`` utility to check patches to the 159 - New ``scripts/patchtest`` utility to check patches to the