ref-manual: add OVERLAYFS_QA_SKIP

New variable in 4.1.

(From yocto-docs rev: 105a44efe290ac36a370a4946aadc2e046a86e64)

Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2022-10-10 14:56:26 +13:00
committed by Richard Purdie
parent 01372ac01c
commit ae9eb5684a

View File

@@ -5248,6 +5248,19 @@ system and gives an overview of their function and contents.
inherited by individual recipes, :term:`OVERLAYFS_MOUNT_POINT`
should be set in your machine configuration.
:term:`OVERLAYFS_QA_SKIP`
When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class,
provides the ability to disable QA checks for particular overlayfs
mounts. For example::
OVERLAYFS_QA_SKIP[data] = "mount-configured"
.. note::
Although the :ref:`overlayfs <ref-classes-overlayfs>` class is
inherited by individual recipes, :term:`OVERLAYFS_QA_SKIP`
should be set in your machine configuration.
:term:`OVERLAYFS_WRITABLE_PATHS`
When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class,
specifies writable paths used at runtime for the recipe. For