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/variables.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/variables.rst')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 69d75af558..ec40b3e6fc 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -1097,6 +1097,11 @@ system and gives an overview of their function and contents. | |||
| 1097 | :term:`CC` | 1097 | :term:`CC` |
| 1098 | The minimal command and arguments used to run the C compiler. | 1098 | The minimal command and arguments used to run the C compiler. |
| 1099 | 1099 | ||
| 1100 | :term:`CCACHE_DISABLE` | ||
| 1101 | When inheriting the :ref:`ref-classes-ccache` class, the | ||
| 1102 | :term:`CCACHE_DISABLE` variable can be set to "1" in a recipe to disable | ||
| 1103 | `Ccache` support. This is useful when the recipe is known to not support it. | ||
| 1104 | |||
| 1100 | :term:`CFLAGS` | 1105 | :term:`CFLAGS` |
| 1101 | Specifies the flags to pass to the C compiler. This variable is | 1106 | Specifies the flags to pass to the C compiler. This variable is |
| 1102 | exported to an environment variable and thus made visible to the | 1107 | exported to an environment variable and thus made visible to the |
