mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
01372ac01c
commit
ae9eb5684a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user