| Message ID | 20260911-remove-local-conf-refs-v1-6-322e1e9a232d@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Encourage setting global changes in the proper place | expand |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f76e5ba4d..0df84b463 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -3834,7 +3834,8 @@ system and gives an overview of their function and contents. GCCVERSION ?= "8.%" You can override this value by setting it in a - configuration file such as the ``local.conf``. + :term:`configuration file` such as a distro configuration file, granted + that the recipes associated to this version of GCC exist in your workspace. :term:`GDB` The minimal command and arguments to run the GNU Debugger.
OE-Core only provides one version of gcc et. al. Mention that recipes with the overridden version should exist. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)