diff options
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.rst')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.rst | 22 |
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 | |||
52 | Setting Up and Using a Layer Source | 50 | Setting 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 | |||
73 | to create layers, see the ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" | 71 | to create layers, see the ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" |
74 | section in the Yocto Project Development Tasks Manual. | 72 | section in the Yocto Project Development Tasks Manual. |
75 | 73 | ||
76 | .. _configuring-toaster-to-hook-into-your-layer-source: | ||
77 | |||
78 | Configuring Toaster to Hook Into Your Layer Index | 74 | Configuring Toaster to Hook Into Your Layer Index |
79 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 75 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
80 | 76 | ||
@@ -143,8 +139,6 @@ Toaster database by running the following command: | |||
143 | If Toaster can reach the API URL, you should see a message telling you that | 139 | If Toaster can reach the API URL, you should see a message telling you that |
144 | Toaster is updating the layer source information. | 140 | Toaster is updating the layer source information. |
145 | 141 | ||
146 | .. _toaster-releases: | ||
147 | |||
148 | Releases | 142 | Releases |
149 | ======== | 143 | ======== |
150 | 144 | ||
@@ -157,8 +151,6 @@ However, you can modify, delete, and create new releases according to | |||
157 | your needs. This section provides some background information on | 151 | your needs. This section provides some background information on |
158 | releases. | 152 | releases. |
159 | 153 | ||
160 | .. _toaster-releases-supported: | ||
161 | |||
162 | Pre-Configured Releases | 154 | Pre-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 | |||
300 | Defining Release | 290 | Defining Release |
301 | ~~~~~~~~~~~~~~~~ | 291 | ~~~~~~~~~~~~~~~~ |
302 | 292 | ||
@@ -518,8 +508,6 @@ build: | |||
518 | The JSON data for this query is returned in a single line. In the | 508 | The JSON data for this query is returned in a single line. In the |
519 | previous example the line has been artificially split for readability. | 509 | previous example the line has been artificially split for readability. |
520 | 510 | ||
521 | .. _toaster-useful-commands: | ||
522 | |||
523 | Useful Commands | 511 | Useful 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 | |||
600 | associated with builds by using the | 584 | associated 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: | |||
615 | The command is a sanity check that returns page loading times in order to | 597 | The command is a sanity check that returns page loading times in order to |
616 | identify performance problems. | 598 | identify 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 | ||
645 | After running these commands, you can run the ``checksettings`` command. | 625 | After running these commands, you can run the ``checksettings`` command. |
646 | 626 | ||
647 | .. _toaster-command-runbuilds: | ||
648 | |||
649 | ``runbuilds`` | 627 | ``runbuilds`` |
650 | ------------- | 628 | ------------- |
651 | 629 | ||