summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.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/qa-checks.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/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 3364311219..8c475d0f72 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -154,7 +154,16 @@ Errors and Warnings
154 ``FILES:${PN}-dbg``. See :term:`FILES` for additional 154 ``FILES:${PN}-dbg``. See :term:`FILES` for additional
155 information on :term:`FILES`. 155 information on :term:`FILES`.
156 156
157   157.. _qa-check-empty-dirs:
158
159- ``<packagename> installs files in <path>, but it is expected to be empty [empty-dirs]``
160
161 The specified package is installing files into a directory that is
162 normally expected to be empty (such as ``/tmp``). These files may
163 be more appropriately installed to a different location, or
164 perhaps alternatively not installed at all, usually by updating the
165 ``do_install`` task/function.
166
158.. _qa-check-arch: 167.. _qa-check-arch:
159 168
160- ``Architecture did not match (<file_arch>, expected <machine_arch>) in <file> [arch]`` 169- ``Architecture did not match (<file_arch>, expected <machine_arch>) in <file> [arch]``