diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:37 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-31 06:23:13 -0700 |
| commit | 8d8972d1b44a5aeb31bc4bb864bdee29384abeb4 (patch) | |
| tree | 47b7bff93cdc5acb988b497658fdb90be1a94a6d /documentation/ref-manual/classes.rst | |
| parent | 9626809dcedebffbb4431a047997fcf734d988d2 (diff) | |
| download | poky-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.rst | 8 |
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 | |||
| 309 | file, how to disable it for specific recipes, and how to share ``ccache`` | 309 | file, how to disable it for specific recipes, and how to share ``ccache`` |
| 310 | files between builds. | 310 | files between builds. |
| 311 | 311 | ||
| 312 | However, using the class can lead to unexpected side-effects. Thus, using | 312 | Recipes can also explicitly disable `Ccache` support even when the |
| 313 | this class is not recommended. | 313 | :ref:`ref-classes-ccache` class is enabled, by setting the |
| 314 | :term:`CCACHE_DISABLE` variable to "1". | ||
| 315 | |||
| 316 | Using the :ref:`ref-classes-ccache` class can lead to unexpected side-effects. | ||
| 317 | Using this class is not recommended. | ||
| 314 | 318 | ||
| 315 | .. _ref-classes-chrpath: | 319 | .. _ref-classes-chrpath: |
| 316 | 320 | ||
