toaster manual: Updated the set up and use chapter

Applied review changes from Belen.

(From yocto-docs rev: 1b9a8c1ee031d0633a0ace930d014399a09e7172)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-10-23 08:05:42 -07:00 committed by Richard Purdie
parent f19b52c90c
commit 8a0d8eee43
1 changed files with 26 additions and 15 deletions

View File

@ -88,9 +88,11 @@
<title>The Directory for Cloning Layers</title> <title>The Directory for Cloning Layers</title>
<para> <para>
If you are running Toaster in Build Mode, Toaster creates If you are running Toaster in
a <filename>_toaster_clones</filename> directory inside <link linkend='toaster-build-mode'>Build Mode</link>,
your Source Directory (i.e. <filename>poky</filename>). Toaster creates a <filename>_toaster_clones</filename>
directory inside your Source Directory
(i.e. <filename>poky</filename>).
For example, suppose you use this command to start Toaster: For example, suppose you use this command to start Toaster:
<literallayout class='monospaced'> <literallayout class='monospaced'>
poky/bitbake/bin/toaster poky/bitbake/bin/toaster
@ -115,15 +117,16 @@
<title>The Build Directory</title> <title>The Build Directory</title>
<para> <para>
If you are running Toaster in Build Mode, Toaster creates a If you are running Toaster in
build directory within your Source Directory (e.g. <link linkend='toaster-build-mode'>Build Mode</link>,
<filename>poky</filename>). Toaster creates a build directory within your Source
Directory (e.g. <filename>poky</filename>).
For example, suppose you use this command to start Toaster: For example, suppose you use this command to start Toaster:
<literallayout class='monospaced'> <literallayout class='monospaced'>
poky/bitbake/bin/toaster poky/bitbake/bin/toaster
</literallayout> </literallayout>
In this example, Toaster creates and uses the In this example, Toaster creates and uses the
<filename>poky/_toaster_clones</filename> <filename>poky/build</filename>
directory to execute the builds. directory to execute the builds.
</para> </para>
@ -141,7 +144,8 @@
<title>Creating a Django Superuser</title> <title>Creating a Django Superuser</title>
<para> <para>
Toaster is built on the Django framework. Toaster is built on the
<ulink url='https://www.djangoproject.com/'>Django framework</ulink>.
Django provides an administration interface you can use Django provides an administration interface you can use
to edit Toaster configuration parameters. to edit Toaster configuration parameters.
</para> </para>
@ -382,8 +386,15 @@
</para> </para>
<para> <para>
The <filename>lsupdates</filename> command fetches the The <filename>lsupdates</filename> command fetches
initial recipes and layers data from the layer index. information about machines, recipes and
layers available as part of OpenEmbedded.
The information is fetched from the
<ulink url='http://layers.openembedded.org/'>OpenEmbedded Metadata Index</ulink>.
This information provides easy access to metadata
from Toaster, and it is key for Toaster's usability.
It is not recommended that you use Toaster without
fetching this information."
</para> </para>
<para> <para>
@ -1336,17 +1347,17 @@
<para> <para>
Following are several videos that show how to use the Toaster GUI: Following are several videos that show how to use the Toaster GUI:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>Build Configuration:</emphasis>
This
<ulink url='https://www.youtube.com/watch?v=qYgDZ8YzV6w'>video</ulink>
overviews and demonstrates build configuration for Toaster.
</para></listitem>
<listitem><para><emphasis>Build Custom Layers:</emphasis> <listitem><para><emphasis>Build Custom Layers:</emphasis>
This This
<ulink url='https://www.youtube.com/watch?v=QJzaE_XjX5c'>video</ulink> <ulink url='https://www.youtube.com/watch?v=QJzaE_XjX5c'>video</ulink>
shows you how to build custom layers that are used with shows you how to build custom layers that are used with
Toaster. Toaster.
</para></listitem> </para></listitem>
<listitem><para><emphasis>Build Configuration:</emphasis>
This
<ulink url='https://www.youtube.com/watch?v=qYgDZ8YzV6w'>video</ulink>
overviews and demonstrates build configuration for Toaster.
</para></listitem>
<listitem><para><emphasis>Toaster Homepage and Table Controls:</emphasis> <listitem><para><emphasis>Toaster Homepage and Table Controls:</emphasis>
This This
<ulink url='https://www.youtube.com/watch?v=QEARDnrR1Xw'>video</ulink> <ulink url='https://www.youtube.com/watch?v=QEARDnrR1Xw'>video</ulink>