summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-04-21 18:40:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-25 15:14:09 +0100
commitd89fbdfd16a9125664072ebb477935bd83ae4e5a (patch)
tree11bde3405b736a7236bccd2bffcc249f55996d28 /documentation/ref-manual/classes.rst
parentc3067e46c08958a46c66c62219aaed1788fd0ec3 (diff)
downloadpoky-d89fbdfd16a9125664072ebb477935bd83ae4e5a.tar.gz
ref-manual: add empty-dirs QA check and QA_EMPTY_DIRS*
This check is new in kirkstone. (From yocto-docs rev: baa483e75538013be3261f8c115b8a5364b24c60) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 60423d8533..a6dafe8f90 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1040,6 +1040,11 @@ Here are the tests you can list with the :term:`WARN_QA` and
1040 cases, such as dynamically loaded modules, these symlinks 1040 cases, such as dynamically loaded modules, these symlinks
1041 are needed instead in the main package. 1041 are needed instead in the main package.
1042 1042
1043- ``empty-dirs:`` Checks that packages are not installing files to
1044 directories that are normally expected to be empty (such as ``/tmp``)
1045 The list of directories that are checked is specified by the
1046 :term:`QA_EMPTY_DIRS` variable.
1047
1043- ``file-rdeps:`` Checks that file-level dependencies identified by 1048- ``file-rdeps:`` Checks that file-level dependencies identified by
1044 the OpenEmbedded build system at packaging time are satisfied. For 1049 the OpenEmbedded build system at packaging time are satisfied. For
1045 example, a shell script might start with the line ``#!/bin/bash``. 1050 example, a shell script might start with the line ``#!/bin/bash``.