diff options
Diffstat (limited to 'documentation/toaster-manual')
4 files changed, 12 insertions, 12 deletions
diff --git a/documentation/toaster-manual/toaster-manual-intro.rst b/documentation/toaster-manual/toaster-manual-intro.rst index ec50be5a91..bc4298dfce 100644 --- a/documentation/toaster-manual/toaster-manual-intro.rst +++ b/documentation/toaster-manual/toaster-manual-intro.rst | |||
@@ -4,8 +4,8 @@ | |||
4 | Introduction | 4 | Introduction |
5 | ************ | 5 | ************ |
6 | 6 | ||
7 | Toaster is a web interface to the Yocto Project's `OpenEmbedded build | 7 | Toaster is a web interface to the Yocto Project's |
8 | system <&YOCTO_DOCS_REF_URL;#build-system-term>`__. The interface | 8 | :term:`OpenEmbedded Build System`. The interface |
9 | enables you to configure and run your builds. Information about builds | 9 | enables you to configure and run your builds. Information about builds |
10 | is collected and stored in a database. You can use Toaster to configure | 10 | is collected and stored in a database. You can use Toaster to configure |
11 | and start builds on multiple remote build servers. | 11 | and start builds on multiple remote build servers. |
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst index c98a27eeb8..d799b4b99b 100644 --- a/documentation/toaster-manual/toaster-manual-reference.rst +++ b/documentation/toaster-manual/toaster-manual-reference.rst | |||
@@ -422,15 +422,15 @@ at the | |||
422 | `Django <https://docs.djangoproject.com/en/1.7/topics/settings/>`__ | 422 | `Django <https://docs.djangoproject.com/en/1.7/topics/settings/>`__ |
423 | site. However, several ``manage.py`` commands have been created that are | 423 | site. However, several ``manage.py`` commands have been created that are |
424 | specific to Toaster and are used to control configuration and back-end | 424 | specific to Toaster and are used to control configuration and back-end |
425 | tasks. You can locate these commands in the `Source | 425 | tasks. You can locate these commands in the |
426 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. ``poky``) at | 426 | :term:`Source Directory` (e.g. ``poky``) at |
427 | ``bitbake/lib/manage.py``. This section documents those commands. | 427 | ``bitbake/lib/manage.py``. This section documents those commands. |
428 | 428 | ||
429 | .. note:: | 429 | .. note:: |
430 | 430 | ||
431 | - When using ``manage.py`` commands given a default configuration, | 431 | - When using ``manage.py`` commands given a default configuration, |
432 | you must be sure that your working directory is set to the `Build | 432 | you must be sure that your working directory is set to the |
433 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__. Using | 433 | :term:`Build Directory`. Using |
434 | ``manage.py`` commands from the Build Directory allows Toaster to | 434 | ``manage.py`` commands from the Build Directory allows Toaster to |
435 | find the ``toaster.sqlite`` file, which is located in the Build | 435 | find the ``toaster.sqlite`` file, which is located in the Build |
436 | Directory. | 436 | Directory. |
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.rst b/documentation/toaster-manual/toaster-manual-setup-and-use.rst index 7e715403d0..360270afbf 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.rst +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.rst | |||
@@ -12,8 +12,8 @@ dependencies as described in the "`Preparing to Use | |||
12 | Toaster <#toaster-manual-start>`__" chapter, you are ready to start | 12 | Toaster <#toaster-manual-start>`__" chapter, you are ready to start |
13 | Toaster. | 13 | Toaster. |
14 | 14 | ||
15 | Navigate to the root of your `Source | 15 | Navigate to the root of your |
16 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. ``poky``): $ | 16 | :term:`Source Directory` (e.g. ``poky``): $ |
17 | cd poky Once in that directory, source the build environment script: $ | 17 | cd poky Once in that directory, source the build environment script: $ |
18 | source oe-init-build-env Next, from the build directory (e.g. | 18 | source oe-init-build-env Next, from the build directory (e.g. |
19 | ``poky/build``), start Toaster using this command: $ source toaster | 19 | ``poky/build``), start Toaster using this command: $ source toaster |
@@ -267,8 +267,8 @@ Perform the following steps to install Toaster: | |||
267 | the "`Configuring Toaster <#configuring-toaster>`__" section. | 267 | the "`Configuring Toaster <#configuring-toaster>`__" section. |
268 | 268 | ||
269 | This line also runs the ``checksettings`` command, which configures | 269 | This line also runs the ``checksettings`` command, which configures |
270 | the location of the Toaster `Build | 270 | the location of the Toaster :term:`Build Directory`. |
271 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__. The Toaster | 271 | The Toaster |
272 | root directory ``TOASTER_DIR`` determines where the Toaster build | 272 | root directory ``TOASTER_DIR`` determines where the Toaster build |
273 | directory is created on the file system. In the example above, | 273 | directory is created on the file system. In the example above, |
274 | ``TOASTER_DIR`` is set as follows: /var/www/toaster/poky This | 274 | ``TOASTER_DIR`` is set as follows: /var/www/toaster/poky This |
diff --git a/documentation/toaster-manual/toaster-manual-start.rst b/documentation/toaster-manual/toaster-manual-start.rst index 439952e15e..1114c04eab 100644 --- a/documentation/toaster-manual/toaster-manual-start.rst +++ b/documentation/toaster-manual/toaster-manual-start.rst | |||
@@ -28,8 +28,8 @@ Establishing Toaster System Dependencies | |||
28 | Toaster requires extra Python dependencies in order to run. A Toaster | 28 | Toaster requires extra Python dependencies in order to run. A Toaster |
29 | requirements file named ``toaster-requirements.txt`` defines the Python | 29 | requirements file named ``toaster-requirements.txt`` defines the Python |
30 | dependencies. The requirements file is located in the ``bitbake`` | 30 | dependencies. The requirements file is located in the ``bitbake`` |
31 | directory, which is located in the root directory of the `Source | 31 | directory, which is located in the root directory of the |
32 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. | 32 | :term:`Source Directory` (e.g. |
33 | ``poky/bitbake/toaster-requirements.txt``). The dependencies appear in a | 33 | ``poky/bitbake/toaster-requirements.txt``). The dependencies appear in a |
34 | ``pip``, install-compatible format. | 34 | ``pip``, install-compatible format. |
35 | 35 | ||