mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c8e301569e
commit
f82d22f0ca
@@ -1463,6 +1463,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
|
: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.
|
`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`
|
:term:`CCLD`
|
||||||
The minimal command and arguments used to run the linker when the C
|
The minimal command and arguments used to run the linker when the C
|
||||||
compiler is being used as the linker.
|
compiler is being used as the linker.
|
||||||
|
|||||||
Reference in New Issue
Block a user