From 795ecdbcd61705d424b4af6cef61bad2a9c72ff8 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 1 Feb 2023 08:54:06 +0100 Subject: [PATCH] doc: Fix description of bblayers_conf_header and local_conf_header For a long time already (c9326cc1edc9), the documentation suggests a different ordering of entries generated by *_conf_header than we actually create. Finally fix this. Signed-off-by: Jan Kiszka --- docs/userguide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index 8f2c59b..b72dbb1 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -463,8 +463,9 @@ Configuration reference A string that is added to the ``bblayers.conf``. The entry 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 ```` to ensure deterministic generation of config + files. * ``local_conf_header``: dict [optional] This contains strings that should be added to the ``local.conf``.