diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2026-01-06 16:22:06 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2026-01-26 09:41:31 +0000 |
| commit | f82d22f0ca2a582219f2161b1f00b35916b2f7e4 (patch) | |
| tree | 8104ae9c297e4a6b80d75c66483c2b2d7b73e7c5 /documentation/ref-manual | |
| parent | c8e301569ef4f8cafca061326f75055e69d094ff (diff) | |
| download | poky-f82d22f0ca2a582219f2161b1f00b35916b2f7e4.tar.gz | |
ref-manual/variables.rst: document the CCACHE_TOP_DIR variable
Added by commit 35d7fe73bba1 ("ccache.bbclass: Make it can be shared
between different builds") in OE-Core.
Fixes [YOCTO #16052]
(From yocto-docs rev: 32818c927bde8014e855b10b1d78d3f09beec024)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 550ef8340b550f8d4e9c3d0672190dc09592c621)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a67090308b..62417d045c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -1463,6 +1463,12 @@ system and gives an overview of their function and contents. | |||
| 1463 | :term:`CCACHE_DISABLE` variable can be set to "1" in a recipe to disable | 1463 | :term:`CCACHE_DISABLE` variable can be set to "1" in a recipe to disable |
| 1464 | `Ccache` support. This is useful when the recipe is known to not support it. | 1464 | `Ccache` support. This is useful when the recipe is known to not support it. |
| 1465 | 1465 | ||
| 1466 | :term:`CCACHE_TOP_DIR` | ||
| 1467 | When inheriting the :ref:`ref-classes-ccache` class, the | ||
| 1468 | :term:`CCACHE_TOP_DIR` variable can be set to the location of where | ||
| 1469 | `Ccache` stores its cache files. This directory can be shared between | ||
| 1470 | builds. | ||
| 1471 | |||
| 1466 | :term:`CCLD` | 1472 | :term:`CCLD` |
| 1467 | The minimal command and arguments used to run the linker when the C | 1473 | The minimal command and arguments used to run the linker when the C |
| 1468 | compiler is being used as the linker. | 1474 | compiler is being used as the linker. |
