From ae9eb5684a3a288a65a3cc20d31f742f3bf245e4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 10 Oct 2022 14:56:26 +1300 Subject: ref-manual: add OVERLAYFS_QA_SKIP New variable in 4.1. (From yocto-docs rev: 105a44efe290ac36a370a4946aadc2e046a86e64) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'documentation') 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. inherited by individual recipes, :term:`OVERLAYFS_MOUNT_POINT` should be set in your machine configuration. + :term:`OVERLAYFS_QA_SKIP` + When inheriting the :ref:`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 ` 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 ` class, specifies writable paths used at runtime for the recipe. For -- cgit v1.2.3-54-g00ecf