| Message ID | 20260106-ccache-top-dir-v1-1-a4e491160301@bootlin.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | ref-manual/variables.rst: document the CCACHE_TOP_DIR variable | expand |
On Tue, 06 Jan 2026 16:22:06 +0100, Antonin Godard wrote: > Added by commit 35d7fe73bba1 ("ccache.bbclass: Make it can be shared > between different builds") in OE-Core. > > Fixes [YOCTO #16052] > > Applied, thanks! [1/1] ref-manual/variables.rst: document the CCACHE_TOP_DIR variable commit: 550ef8340b550f8d4e9c3d0672190dc09592c621 Best regards, --
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index ee776c110..3e4b98721 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -1531,6 +1531,12 @@ system and gives an overview of their function and contents. :term:`CCACHE_DISABLE` variable can be set to "1" in a recipe to disable `Ccache` support. This is useful when the recipe is known to not support it. + :term:`CCACHE_TOP_DIR` + When inheriting the :ref:`ref-classes-ccache` class, the + :term:`CCACHE_TOP_DIR` variable can be set to the location of where + `Ccache` stores its cache files. This directory can be shared between + builds. + :term:`CCLD` The minimal command and arguments used to run the linker when the C compiler is being used as the linker.
Added by commit 35d7fe73bba1 ("ccache.bbclass: Make it can be shared between different builds") in OE-Core. Fixes [YOCTO #16052] Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 6 ++++++ 1 file changed, 6 insertions(+) --- base-commit: f9042e1da554017fe46460c1fd2bdf8c74b3fa18 change-id: 20260106-ccache-top-dir-920e2752f921