mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
manuals: define proper numbered lists
Using "#." instead of "1.", "2.", "3.", etc. (From yocto-docs rev: 11c2585acd0fa6c330702af2359ce5a9e47cde1f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
474e071608
commit
6846d4d00b
@@ -188,17 +188,17 @@ The ``bldcontrol/management/commands/checksettings.py`` file controls
|
||||
workflow configuration. Here is the process to
|
||||
initially populate this database.
|
||||
|
||||
1. The default project settings are set from
|
||||
#. The default project settings are set from
|
||||
``orm/fixtures/settings.xml``.
|
||||
|
||||
2. The default project distro and layers are added from
|
||||
#. The default project distro and layers are added from
|
||||
``orm/fixtures/poky.xml`` if poky is installed. If poky is not
|
||||
installed, they are added from ``orm/fixtures/oe-core.xml``.
|
||||
|
||||
3. If the ``orm/fixtures/custom.xml`` file exists, then its values are
|
||||
#. If the ``orm/fixtures/custom.xml`` file exists, then its values are
|
||||
added.
|
||||
|
||||
4. The layer index is then scanned and added to the database.
|
||||
#. The layer index is then scanned and added to the database.
|
||||
|
||||
Once these steps complete, Toaster is set up and ready to use.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user