summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-19 10:58:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 14:32:25 +0000
commit4fcf21fb1d0b9cdd79abe9eb7e8d979d60800521 (patch)
tree90c35eff5bca1bcc4a1fefa18d3889f5049a03be /documentation
parent38c72f75faaf87a6d0d02de876218a91fcdc137a (diff)
downloadpoky-4fcf21fb1d0b9cdd79abe9eb7e8d979d60800521.tar.gz
toaster-manual: remove unused labels
(From yocto-docs rev: 00551ac92a24fb1dcef966b585bf612aab228934) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/toaster-manual/toaster-manual-intro.rst4
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.rst22
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.rst16
-rw-r--r--documentation/toaster-manual/toaster-manual-start.rst6
4 files changed, 0 insertions, 48 deletions
diff --git a/documentation/toaster-manual/toaster-manual-intro.rst b/documentation/toaster-manual/toaster-manual-intro.rst
index 408c6fa3c4..e34e7bac44 100644
--- a/documentation/toaster-manual/toaster-manual-intro.rst
+++ b/documentation/toaster-manual/toaster-manual-intro.rst
@@ -10,8 +10,6 @@ enables 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.
12 12
13.. _intro-features:
14
15Toaster Features 13Toaster Features
16================ 14================
17 15
@@ -82,8 +80,6 @@ For an overview of Toaster shipped with the Yocto Project &DISTRO;
82Release, see the "`Toaster - Yocto Project 80Release, see the "`Toaster - Yocto Project
832.2 <https://youtu.be/BlXdOYLgPxA>`__" video. 812.2 <https://youtu.be/BlXdOYLgPxA>`__" video.
84 82
85.. _toaster-installation-options:
86
87Installation Options 83Installation Options
88==================== 84====================
89 85
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst
index e5e3531e83..2202d599f6 100644
--- a/documentation/toaster-manual/toaster-manual-reference.rst
+++ b/documentation/toaster-manual/toaster-manual-reference.rst
@@ -47,8 +47,6 @@ Metadata Index.
47 You do not have to use a layer source to use Toaster. Tying into a 47 You do not have to use a layer source to use Toaster. Tying into a
48 layer source is optional. 48 layer source is optional.
49 49
50.. _layer-source-using-with-toaster:
51
52Setting Up and Using a Layer Source 50Setting Up and Using a Layer Source
53----------------------------------- 51-----------------------------------
54 52
@@ -73,8 +71,6 @@ section in the Yocto Project Overview and Concepts Manual. For information on ho
73to create layers, see the ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" 71to create layers, see the ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`"
74section in the Yocto Project Development Tasks Manual. 72section in the Yocto Project Development Tasks Manual.
75 73
76.. _configuring-toaster-to-hook-into-your-layer-source:
77
78Configuring Toaster to Hook Into Your Layer Index 74Configuring Toaster to Hook Into Your Layer Index
79~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80 76
@@ -143,8 +139,6 @@ Toaster database by running the following command:
143If Toaster can reach the API URL, you should see a message telling you that 139If Toaster can reach the API URL, you should see a message telling you that
144Toaster is updating the layer source information. 140Toaster is updating the layer source information.
145 141
146.. _toaster-releases:
147
148Releases 142Releases
149======== 143========
150 144
@@ -157,8 +151,6 @@ However, you can modify, delete, and create new releases according to
157your needs. This section provides some background information on 151your needs. This section provides some background information on
158releases. 152releases.
159 153
160.. _toaster-releases-supported:
161
162Pre-Configured Releases 154Pre-Configured Releases
163----------------------- 155-----------------------
164 156
@@ -295,8 +287,6 @@ release selection:
295 <field type="CharField" name="dirpath">bitbake</field> 287 <field type="CharField" name="dirpath">bitbake</field>
296 </object> 288 </object>
297 289
298.. _defining-releases:
299
300Defining Release 290Defining Release
301~~~~~~~~~~~~~~~~ 291~~~~~~~~~~~~~~~~
302 292
@@ -518,8 +508,6 @@ build:
518The JSON data for this query is returned in a single line. In the 508The JSON data for this query is returned in a single line. In the
519previous example the line has been artificially split for readability. 509previous example the line has been artificially split for readability.
520 510
521.. _toaster-useful-commands:
522
523Useful Commands 511Useful Commands
524=============== 512===============
525 513
@@ -548,8 +536,6 @@ tasks. You can locate these commands in the
548 Build Directory. To do so, the ``toastermain/settings.py`` file 536 Build Directory. To do so, the ``toastermain/settings.py`` file
549 must be configured to point to the correct database backend. 537 must be configured to point to the correct database backend.
550 538
551.. _toaster-command-buildslist:
552
553``buildslist`` 539``buildslist``
554-------------- 540--------------
555 541
@@ -580,8 +566,6 @@ command would return something like the following::
580 566
581 1: qemux86 poky core-image-minimal 567 1: qemux86 poky core-image-minimal
582 568
583.. _toaster-command-builddelete:
584
585``builddelete`` 569``builddelete``
586--------------- 570---------------
587 571
@@ -600,8 +584,6 @@ Prior to running the ``builddelete`` command, you need to get the ID
600associated with builds by using the 584associated with builds by using the
601:ref:`toaster-manual/toaster-manual-reference:\`\`buildslist\`\`` command. 585:ref:`toaster-manual/toaster-manual-reference:\`\`buildslist\`\`` command.
602 586
603.. _toaster-command-perf:
604
605``perf`` 587``perf``
606-------- 588--------
607 589
@@ -615,8 +597,6 @@ follows:
615The command is a sanity check that returns page loading times in order to 597The command is a sanity check that returns page loading times in order to
616identify performance problems. 598identify performance problems.
617 599
618.. _toaster-command-checksettings:
619
620``checksettings`` 600``checksettings``
621----------------- 601-----------------
622 602
@@ -644,8 +624,6 @@ ready, you can run the following:
644 624
645After running these commands, you can run the ``checksettings`` command. 625After running these commands, you can run the ``checksettings`` command.
646 626
647.. _toaster-command-runbuilds:
648
649``runbuilds`` 627``runbuilds``
650------------- 628-------------
651 629
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.rst b/documentation/toaster-manual/toaster-manual-setup-and-use.rst
index 97c5af6a0c..b73caac375 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.rst
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.rst
@@ -121,8 +121,6 @@ can set the ``TOASTER_DIR`` environment variable, which takes precedence
121over your current working directory. Setting this environment variable 121over your current working directory. Setting this environment variable
122causes Toaster to create and use ``$TOASTER_DIR./_toaster_clones``. 122causes Toaster to create and use ``$TOASTER_DIR./_toaster_clones``.
123 123
124.. _toaster-the-build-directory:
125
126The Build Directory 124The Build Directory
127=================== 125===================
128 126
@@ -135,8 +133,6 @@ directories to be in a particular location, you can set the
135current working directory. Setting this environment variable causes 133current working directory. Setting this environment variable causes
136Toaster to use ``$TOASTER_DIR/build`` as the build directory. 134Toaster to use ``$TOASTER_DIR/build`` as the build directory.
137 135
138.. _toaster-creating-a-django-super-user:
139
140Creating a Django Superuser 136Creating a Django Superuser
141=========================== 137===========================
142 138
@@ -186,8 +182,6 @@ You can use the Django administration interface to set Toaster configuration
186parameters such as the build directory, layer sources, default variable 182parameters such as the build directory, layer sources, default variable
187values, and BitBake versions. 183values, and BitBake versions.
188 184
189.. _toaster-setting-up-a-production-instance-of-toaster:
190
191Setting Up a Production Instance of Toaster 185Setting Up a Production Instance of Toaster
192=========================================== 186===========================================
193 187
@@ -197,8 +191,6 @@ instance is also the setup that can handle heavier loads on the web
197service. Use the instructions in the following sections to set up 191service. Use the instructions in the following sections to set up
198Toaster to run builds through the Toaster web interface. 192Toaster to run builds through the Toaster web interface.
199 193
200.. _toaster-production-instance-requirements:
201
202Requirements 194Requirements
203------------ 195------------
204 196
@@ -230,8 +222,6 @@ Be sure you meet the following requirements:
230 222
231 $ sudo zypper install apache2 apache2-mod_wsgi-python3 python3-pip mariadb mariadb-client python3-devel 223 $ sudo zypper install apache2 apache2-mod_wsgi-python3 python3-pip mariadb mariadb-client python3-devel
232 224
233.. _toaster-installation-steps:
234
235Installation 225Installation
236------------ 226------------
237 227
@@ -504,8 +494,6 @@ The Toaster web interface allows you to do the following:
504- See performance information such as build time, task time, CPU usage, 494- See performance information such as build time, task time, CPU usage,
505 and disk I/O. 495 and disk I/O.
506 496
507.. _web-interface-videos:
508
509Toaster Web Interface Videos 497Toaster Web Interface Videos
510---------------------------- 498----------------------------
511 499
@@ -551,8 +539,6 @@ Following are several videos that show how to use the Toaster GUI:
551 `video <https://www.youtube.com/watch?v=qWGMrJoqusQ>`__ shows the 539 `video <https://www.youtube.com/watch?v=qWGMrJoqusQ>`__ shows the
552 build performance data provided by Toaster. 540 build performance data provided by Toaster.
553 541
554.. _a-note-on-the-local-yocto-project-release:
555
556Additional Information About the Local Yocto Project Release 542Additional Information About the Local Yocto Project Release
557------------------------------------------------------------ 543------------------------------------------------------------
558 544
@@ -604,8 +590,6 @@ them into your Toaster project, using the "Import layer" page.
604 :align: center 590 :align: center
605 :scale: 75% 591 :scale: 75%
606 592
607.. _toaster-web-interface-preferred-version:
608
609Building a Specific Recipe Given Multiple Versions 593Building a Specific Recipe Given Multiple Versions
610-------------------------------------------------- 594--------------------------------------------------
611 595
diff --git a/documentation/toaster-manual/toaster-manual-start.rst b/documentation/toaster-manual/toaster-manual-start.rst
index 267f9f4cdc..8883374164 100644
--- a/documentation/toaster-manual/toaster-manual-start.rst
+++ b/documentation/toaster-manual/toaster-manual-start.rst
@@ -9,8 +9,6 @@ Preparing to Use Toaster
9This chapter describes how you need to prepare your system in order to 9This chapter describes how you need to prepare your system in order to
10use Toaster. 10use Toaster.
11 11
12.. _toaster-setting-up-the-basic-system-requirements:
13
14Setting Up the Basic System Requirements 12Setting Up the Basic System Requirements
15======================================== 13========================================
16 14
@@ -22,8 +20,6 @@ also need to do an additional install of pip3. ::
22 20
23 $ sudo apt-get install python3-pip 21 $ sudo apt-get install python3-pip
24 22
25.. _toaster-establishing-toaster-system-dependencies:
26
27Establishing Toaster System Dependencies 23Establishing Toaster System Dependencies
28======================================== 24========================================
29 25
@@ -35,8 +31,6 @@ directory, which is located in the root directory of the
35``poky/bitbake/toaster-requirements.txt``). The dependencies appear in a 31``poky/bitbake/toaster-requirements.txt``). The dependencies appear in a
36``pip``, install-compatible format. 32``pip``, install-compatible format.
37 33
38.. _toaster-load-packages:
39
40Install Toaster Packages 34Install Toaster Packages
41------------------------ 35------------------------
42 36