ref-manual/qa-checks.rst: drop var-undefined

Drop the var-undefined after it was dropped in OE-Core cb69d7eba802
("package: Drop var-undefined QA check").

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 5429187f5f034cf86628fb794ded91cdec731123)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Antonin Godard 2025-10-27 13:43:33 +01:00 committed by Richard Purdie
parent 8fced91c40
commit 76d4f613b0

View File

@ -983,17 +983,6 @@ message, it indicates that the :ref:`ref-tasks-install` step (or perhaps the bui
of the variables set up for this (``bindir``, ``sbindir``, etc.), and should be
changed so that it does.
.. _qa-check-var-undefined:
``var-undefined``
-----------------
- ``WORKDIR, DEPLOY_DIR, D, PN and PKGD all must be defined, unable to package [var-undefined]``
Reports when variables fundamental to packaging (i.e. :term:`WORKDIR`,
:term:`DEPLOY_DIR`, :term:`D`, :term:`PN`, and :term:`PKGD`) are undefined
during :ref:`ref-tasks-package`.
.. _qa-check-version-going-backwards:
``version-going-backwards``