summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-10-27 13:43:37 +0100
committerSteve Sakoman <steve@sakoman.com>2025-10-31 06:23:13 -0700
commit8d8972d1b44a5aeb31bc4bb864bdee29384abeb4 (patch)
tree47b7bff93cdc5acb988b497658fdb90be1a94a6d /documentation/ref-manual/classes.rst
parent9626809dcedebffbb4431a047997fcf734d988d2 (diff)
downloadpoky-8d8972d1b44a5aeb31bc4bb864bdee29384abeb4.tar.gz
ref-manual/classes,variables: document the CCACHE_DISABLE variable
Can be used in recipes that want to explicitly skip Ccache support when the ccache class is enabled. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: cc6e7a2d80ca03ee49a94af2eda74e83b1a33552) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit b1b4adc8d4d9d23ff6fd91bca632bb0f5277e72b) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 9cd2db0d23..9bf7a3cacf 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -309,8 +309,12 @@ file for details about how to enable this mechanism in your configuration
309file, how to disable it for specific recipes, and how to share ``ccache`` 309file, how to disable it for specific recipes, and how to share ``ccache``
310files between builds. 310files between builds.
311 311
312However, using the class can lead to unexpected side-effects. Thus, using 312Recipes can also explicitly disable `Ccache` support even when the
313this class is not recommended. 313:ref:`ref-classes-ccache` class is enabled, by setting the
314:term:`CCACHE_DISABLE` variable to "1".
315
316Using the :ref:`ref-classes-ccache` class can lead to unexpected side-effects.
317Using this class is not recommended.
314 318
315.. _ref-classes-chrpath: 319.. _ref-classes-chrpath:
316 320