summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-10 14:56:26 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitae9eb5684a3a288a65a3cc20d31f742f3bf245e4 (patch)
treedd21225c9108ad94594207e517220b654000d614 /documentation
parent01372ac01cfd8d886220f1ef23c8eb798a33b6de (diff)
downloadpoky-ae9eb5684a3a288a65a3cc20d31f742f3bf245e4.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ff9eb51e8f..71e8c272a7 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5248,6 +5248,19 @@ system and gives an overview of their function and contents.
5248 inherited by individual recipes, :term:`OVERLAYFS_MOUNT_POINT` 5248 inherited by individual recipes, :term:`OVERLAYFS_MOUNT_POINT`
5249 should be set in your machine configuration. 5249 should be set in your machine configuration.
5250 5250
5251 :term:`OVERLAYFS_QA_SKIP`
5252 When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class,
5253 provides the ability to disable QA checks for particular overlayfs
5254 mounts. For example::
5255
5256 OVERLAYFS_QA_SKIP[data] = "mount-configured"
5257
5258 .. note::
5259
5260 Although the :ref:`overlayfs <ref-classes-overlayfs>` class is
5261 inherited by individual recipes, :term:`OVERLAYFS_QA_SKIP`
5262 should be set in your machine configuration.
5263
5251 :term:`OVERLAYFS_WRITABLE_PATHS` 5264 :term:`OVERLAYFS_WRITABLE_PATHS`
5252 When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class, 5265 When inheriting the :ref:`overlayfs <ref-classes-overlayfs>` class,
5253 specifies writable paths used at runtime for the recipe. For 5266 specifies writable paths used at runtime for the recipe. For