summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-06-10 11:19:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-04 22:48:21 +0100
commitc2a375b1fa2678d3f40bcd4f7be2424560656493 (patch)
tree8be11ce27bc5c4d501816169ed7b53b582000c7f /documentation/ref-manual
parentc69887224fac3a8ceb8a1a2f8ad23393e90d2c92 (diff)
downloadpoky-c2a375b1fa2678d3f40bcd4f7be2424560656493.tar.gz
ref-manual: classes: add recipe-naming QA test
Add documentation for the new recipe-naming recipe QA test. (From yocto-docs rev: 8f9ad9681c18412e9eedc014e686b1b72e458687) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index f2f6e6e411..4705ca3f4d 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1591,6 +1591,10 @@ The tests you can list with the :term:`WARN_QA` and
1591 For example, assignments such as ``FILES:${PN} = "xyz"`` effectively 1591 For example, assignments such as ``FILES:${PN} = "xyz"`` effectively
1592 turn into ``FILES = "xyz"``. 1592 turn into ``FILES = "xyz"``.
1593 1593
1594- ``recipe-naming:`` Checks that the recipe name and recipe class match, so
1595 that ``*-native`` recipes inherit :ref:`ref-classes-native` and
1596 ``nativesdk-*`` recipes inherit :ref:`ref-classes-nativesdk`.
1597
1594- ``rpaths:`` Checks for rpaths in the binaries that contain build 1598- ``rpaths:`` Checks for rpaths in the binaries that contain build
1595 system paths such as :term:`TMPDIR`. If this test fails, bad ``-rpath`` 1599 system paths such as :term:`TMPDIR`. If this test fails, bad ``-rpath``
1596 options are being passed to the linker commands and your binaries 1600 options are being passed to the linker commands and your binaries