mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
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>
This commit is contained in:
parent
c69887224f
commit
c2a375b1fa
|
@ -1591,6 +1591,10 @@ The tests you can list with the :term:`WARN_QA` and
|
|||
For example, assignments such as ``FILES:${PN} = "xyz"`` effectively
|
||||
turn into ``FILES = "xyz"``.
|
||||
|
||||
- ``recipe-naming:`` Checks that the recipe name and recipe class match, so
|
||||
that ``*-native`` recipes inherit :ref:`ref-classes-native` and
|
||||
``nativesdk-*`` recipes inherit :ref:`ref-classes-nativesdk`.
|
||||
|
||||
- ``rpaths:`` Checks for rpaths in the binaries that contain build
|
||||
system paths such as :term:`TMPDIR`. If this test fails, bad ``-rpath``
|
||||
options are being passed to the linker commands and your binaries
|
||||
|
|
Loading…
Reference in New Issue
Block a user