diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 | ||||
-rw-r--r-- | documentation/ref-manual/yocto-project-supported-features.rst | 2 |
2 files changed, 5 insertions, 1 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 |
diff --git a/documentation/ref-manual/yocto-project-supported-features.rst b/documentation/ref-manual/yocto-project-supported-features.rst index 283c79d4cc..0e6c33cf6e 100644 --- a/documentation/ref-manual/yocto-project-supported-features.rst +++ b/documentation/ref-manual/yocto-project-supported-features.rst | |||
@@ -86,7 +86,7 @@ Below is a list of primary tested features, their maintainer(s) and builder(s): | |||
86 | - meta-aws | 86 | - meta-aws |
87 | * - `meta-intel <https://git.yoctoproject.org/meta-intel>`__ | 87 | * - `meta-intel <https://git.yoctoproject.org/meta-intel>`__ |
88 | - meta-intel layer testing | 88 | - meta-intel layer testing |
89 | - TBD | 89 | - meta-intel mailing list <meta-intel@lists.yoctoproject.org> |
90 | - meta-intel | 90 | - meta-intel |
91 | * - `meta-exein <https://github.com/exein-io/meta-exein>`__ | 91 | * - `meta-exein <https://github.com/exein-io/meta-exein>`__ |
92 | - meta-exein layer testing | 92 | - meta-exein layer testing |