summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.rst')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.rst22
1 files changed, 0 insertions, 22 deletions
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