@@ -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