doc: Fix description of bblayers_conf_header and local_conf_header
For a long time already (c9326cc1ed
), the documentation suggests a
different ordering of entries generated by *_conf_header than we
actually create. Finally fix this.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
b27ab659f3
commit
795ecdbcd6
@ -463,8 +463,9 @@ Configuration reference
|
||||
A string that is added to the ``bblayers.conf``. The entry id
|
||||
(``<bblayers-conf-id>``) should be unique if lines should be added and
|
||||
can be the same from another included file, if this entry should be
|
||||
overwritten. The lines are added to ``bblayers.conf`` in the same order
|
||||
as they are included from the different configuration files.
|
||||
overwritten. The lines are added to ``bblayers.conf`` in alphabetic order
|
||||
of ``<bblayers-conf-id>`` to ensure deterministic generation of config
|
||||
files.
|
||||
|
||||
* ``local_conf_header``: dict [optional]
|
||||
This contains strings that should be added to the ``local.conf``.
|
||||
|
Loading…
Reference in New Issue
Block a user