diff options
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
| -rw-r--r-- | documentation/toaster-manual/reference.rst | 8 |
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 | |||
| 188 | workflow configuration. Here is the process to | 188 | workflow configuration. Here is the process to |
| 189 | initially populate this database. | 189 | initially populate this database. |
| 190 | 190 | ||
| 191 | 1. 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 | ||
| 194 | 2. 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 | ||
| 198 | 3. 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 | ||
| 201 | 4. 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 | ||
| 203 | Once these steps complete, Toaster is set up and ready to use. | 203 | Once these steps complete, Toaster is set up and ready to use. |
| 204 | 204 | ||
