summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-27 17:38:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit424567d629b08785a6594d16427ee0fa8c31f384 (patch)
tree4985979745b1c5601f7a82c662042fb745bfd7db /documentation/toaster-manual
parent4bf6fc5281d1976ad7113c91a93995406cfab429 (diff)
downloadpoky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-intro.rst4
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.rst8
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.rst8
-rw-r--r--documentation/toaster-manual/toaster-manual-start.rst4
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 @@
4Introduction 4Introduction
5************ 5************
6 6
7Toaster is a web interface to the Yocto Project's `OpenEmbedded build 7Toaster is a web interface to the Yocto Project's
8system <&YOCTO_DOCS_REF_URL;#build-system-term>`__. The interface 8:term:`OpenEmbedded Build System`. The interface
9enables you to configure and run your builds. Information about builds 9enables you to configure and run your builds. Information about builds
10is collected and stored in a database. You can use Toaster to configure 10is collected and stored in a database. You can use Toaster to configure
11and start builds on multiple remote build servers. 11and 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/>`__
423site. However, several ``manage.py`` commands have been created that are 423site. However, several ``manage.py`` commands have been created that are
424specific to Toaster and are used to control configuration and back-end 424specific to Toaster and are used to control configuration and back-end
425tasks. You can locate these commands in the `Source 425tasks. You can locate these commands in the
426Directory <&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
12Toaster <#toaster-manual-start>`__" chapter, you are ready to start 12Toaster <#toaster-manual-start>`__" chapter, you are ready to start
13Toaster. 13Toaster.
14 14
15Navigate to the root of your `Source 15Navigate to the root of your
16Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. ``poky``): $ 16:term:`Source Directory` (e.g. ``poky``): $
17cd poky Once in that directory, source the build environment script: $ 17cd poky Once in that directory, source the build environment script: $
18source oe-init-build-env Next, from the build directory (e.g. 18source 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
28Toaster requires extra Python dependencies in order to run. A Toaster 28Toaster requires extra Python dependencies in order to run. A Toaster
29requirements file named ``toaster-requirements.txt`` defines the Python 29requirements file named ``toaster-requirements.txt`` defines the Python
30dependencies. The requirements file is located in the ``bitbake`` 30dependencies. The requirements file is located in the ``bitbake``
31directory, which is located in the root directory of the `Source 31directory, which is located in the root directory of the
32Directory <&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