| Message ID | 20260911-assorted-fixes-v1-4-0d92a8112918@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Assorted fixes and additions | expand |
diff --git a/documentation/ref-manual/varlocality.rst b/documentation/ref-manual/varlocality.rst index e2c086ffa..706ed40ab 100644 --- a/documentation/ref-manual/varlocality.rst +++ b/documentation/ref-manual/varlocality.rst @@ -76,9 +76,11 @@ Local This section lists variables whose configuration context is the local configuration through the ``local.conf`` file. -- :term:`DISTRO` +- :term:`DISTRO` (can also be set by the :ref:`ref-fragments-builtin-core-distro` + :term:`built-in fragment`) -- :term:`MACHINE` +- :term:`MACHINE` (can also be set by the :ref:`ref-fragments-builtin-core-machine` + :term:`built-in fragment`) - :term:`DL_DIR`
Those two variables can clash with the machine and distro built-in fragments. Mention it. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/varlocality.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)