summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-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