mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
toaster-manual: remove 'toaster-manual' from filenames
All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: b5a1a504caf7ffcaeca787b38bf7f11e341dfb0f) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e35603c12
commit
c684a7a6d5
@@ -10,10 +10,10 @@ Toaster User Manual
|
||||
:caption: Table of Contents
|
||||
:numbered:
|
||||
|
||||
toaster-manual-intro
|
||||
toaster-manual-start
|
||||
toaster-manual-setup-and-use
|
||||
toaster-manual-reference
|
||||
intro
|
||||
start
|
||||
setup-and-use
|
||||
reference
|
||||
history
|
||||
|
||||
.. include:: /boilerplate.rst
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ extensive information about the build process.
|
||||
interface, you can:
|
||||
|
||||
- Browse layers listed in the various
|
||||
:ref:`layer sources <toaster-manual/toaster-manual-reference:layer source>`
|
||||
:ref:`layer sources <toaster-manual/reference:layer source>`
|
||||
that are available in your project (e.g. the OpenEmbedded Layer Index at
|
||||
http://layers.openembedded.org/layerindex/).
|
||||
|
||||
+4
-4
@@ -476,7 +476,7 @@ get the status of a specific build, use the following call::
|
||||
|
||||
Be sure to provide values for
|
||||
host, port, and ID. You can find the value for ID from the Builds
|
||||
Completed query. See the ":ref:`toaster-manual/toaster-manual-reference:checking status of builds completed`"
|
||||
Completed query. See the ":ref:`toaster-manual/reference:checking status of builds completed`"
|
||||
section for more information.
|
||||
|
||||
The output is a JSON file that itemizes the specific build and includes
|
||||
@@ -549,7 +549,7 @@ database.
|
||||
|
||||
You need to run the ``buildslist`` command first to identify existing
|
||||
builds in the database before using the
|
||||
:ref:`toaster-manual/toaster-manual-reference:\`\`builddelete\`\`` command. Here is an
|
||||
:ref:`toaster-manual/reference:\`\`builddelete\`\`` command. Here is an
|
||||
example that assumes default repository and build directory names:
|
||||
|
||||
.. code-block:: shell
|
||||
@@ -558,7 +558,7 @@ example that assumes default repository and build directory names:
|
||||
$ python ../bitbake/lib/toaster/manage.py buildslist
|
||||
|
||||
If your Toaster database had only one build, the above
|
||||
:ref:`toaster-manual/toaster-manual-reference:\`\`buildslist\`\``
|
||||
:ref:`toaster-manual/reference:\`\`buildslist\`\``
|
||||
command would return something like the following::
|
||||
|
||||
1: qemux86 poky core-image-minimal
|
||||
@@ -579,7 +579,7 @@ the database.
|
||||
|
||||
Prior to running the ``builddelete`` command, you need to get the ID
|
||||
associated with builds by using the
|
||||
:ref:`toaster-manual/toaster-manual-reference:\`\`buildslist\`\`` command.
|
||||
:ref:`toaster-manual/reference:\`\`buildslist\`\`` command.
|
||||
|
||||
``perf``
|
||||
--------
|
||||
+5
-5
@@ -10,7 +10,7 @@ Starting Toaster for Local Development
|
||||
======================================
|
||||
|
||||
Once you have set up the Yocto Project and installed the Toaster system
|
||||
dependencies as described in the ":ref:`toaster-manual/toaster-manual-start:Preparing to Use
|
||||
dependencies as described in the ":ref:`toaster-manual/start:Preparing to Use
|
||||
Toaster`" chapter, you are ready to start
|
||||
Toaster.
|
||||
|
||||
@@ -30,7 +30,7 @@ Next, from the build directory (e.g.
|
||||
|
||||
You can now run your builds from the command line, or with Toaster
|
||||
as explained in section
|
||||
":ref:`toaster-manual/toaster-manual-setup-and-use:using the toaster web interface`".
|
||||
":ref:`toaster-manual/setup-and-use:using the toaster web interface`".
|
||||
|
||||
To access the Toaster web interface, open your favorite browser and
|
||||
enter the following::
|
||||
@@ -200,7 +200,7 @@ Be sure you meet the following requirements:
|
||||
|
||||
You must comply with all Apache, ``mod-wsgi``, and Mysql requirements.
|
||||
|
||||
- Have all the build requirements as described in the ":ref:`toaster-manual/toaster-manual-start:Preparing to
|
||||
- Have all the build requirements as described in the ":ref:`toaster-manual/start:Preparing to
|
||||
Use Toaster`" chapter.
|
||||
|
||||
- Have an Apache webserver.
|
||||
@@ -314,7 +314,7 @@ Perform the following steps to install Toaster:
|
||||
``TEMPLATECONF`` value reflects the contents of
|
||||
``poky/.templateconf``, and by default, should include the string
|
||||
"poky". For more information on the Toaster configuration file, see
|
||||
the ":ref:`toaster-manual/toaster-manual-reference:Configuring Toaster`" section.
|
||||
the ":ref:`toaster-manual/reference:Configuring Toaster`" section.
|
||||
|
||||
This line also runs the ``checksettings`` command, which configures
|
||||
the location of the Toaster :term:`Build Directory`.
|
||||
@@ -544,7 +544,7 @@ Additional Information About the Local Yocto Project Release
|
||||
|
||||
This section only applies if you have set up Toaster for local
|
||||
development, as explained in the
|
||||
":ref:`toaster-manual/toaster-manual-setup-and-use:starting toaster for local development`"
|
||||
":ref:`toaster-manual/setup-and-use:starting toaster for local development`"
|
||||
section.
|
||||
|
||||
When you create a project in Toaster, you will be asked to provide a
|
||||
Reference in New Issue
Block a user