summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r--documentation/toaster-manual/reference.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index e014d2f090..755b895cee 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -188,17 +188,17 @@ The ``bldcontrol/management/commands/checksettings.py`` file controls
188workflow configuration. Here is the process to 188workflow configuration. Here is the process to
189initially populate this database. 189initially populate this database.
190 190
1911. The default project settings are set from 191#. The default project settings are set from
192 ``orm/fixtures/settings.xml``. 192 ``orm/fixtures/settings.xml``.
193 193
1942. The default project distro and layers are added from 194#. The default project distro and layers are added from
195 ``orm/fixtures/poky.xml`` if poky is installed. If poky is not 195 ``orm/fixtures/poky.xml`` if poky is installed. If poky is not
196 installed, they are added from ``orm/fixtures/oe-core.xml``. 196 installed, they are added from ``orm/fixtures/oe-core.xml``.
197 197
1983. If the ``orm/fixtures/custom.xml`` file exists, then its values are 198#. If the ``orm/fixtures/custom.xml`` file exists, then its values are
199 added. 199 added.
200 200
2014. The layer index is then scanned and added to the database. 201#. The layer index is then scanned and added to the database.
202 202
203Once these steps complete, Toaster is set up and ready to use. 203Once these steps complete, Toaster is set up and ready to use.
204 204