summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-10-23 08:05:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-27 07:28:22 +0000
commit8a0d8eee432924433c3e70198aaeab3161476c5f (patch)
tree206832248057e33e7c0b6e03d3f32d079c89b6ee /documentation
parentf19b52c90c91241a5dc2e5ec6d4dc437a1b4cc8e (diff)
downloadpoky-8a0d8eee432924433c3e70198aaeab3161476c5f.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml41
1 files changed, 26 insertions, 15 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index eb2de9b673..74c00c498c 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -88,9 +88,11 @@
88 <title>The Directory for Cloning Layers</title> 88 <title>The Directory for Cloning Layers</title>
89 89
90 <para> 90 <para>
91 If you are running Toaster in Build Mode, Toaster creates 91 If you are running Toaster in
92 a <filename>_toaster_clones</filename> directory inside 92 <link linkend='toaster-build-mode'>Build Mode</link>,
93 your Source Directory (i.e. <filename>poky</filename>). 93 Toaster creates a <filename>_toaster_clones</filename>
94 directory inside your Source Directory
95 (i.e. <filename>poky</filename>).
94 For example, suppose you use this command to start Toaster: 96 For example, suppose you use this command to start Toaster:
95 <literallayout class='monospaced'> 97 <literallayout class='monospaced'>
96 poky/bitbake/bin/toaster 98 poky/bitbake/bin/toaster
@@ -115,15 +117,16 @@
115 <title>The Build Directory</title> 117 <title>The Build Directory</title>
116 118
117 <para> 119 <para>
118 If you are running Toaster in Build Mode, Toaster creates a 120 If you are running Toaster in
119 build directory within your Source Directory (e.g. 121 <link linkend='toaster-build-mode'>Build Mode</link>,
120 <filename>poky</filename>). 122 Toaster creates a build directory within your Source
123 Directory (e.g. <filename>poky</filename>).
121 For example, suppose you use this command to start Toaster: 124 For example, suppose you use this command to start Toaster:
122 <literallayout class='monospaced'> 125 <literallayout class='monospaced'>
123 poky/bitbake/bin/toaster 126 poky/bitbake/bin/toaster
124 </literallayout> 127 </literallayout>
125 In this example, Toaster creates and uses the 128 In this example, Toaster creates and uses the
126 <filename>poky/_toaster_clones</filename> 129 <filename>poky/build</filename>
127 directory to execute the builds. 130 directory to execute the builds.
128 </para> 131 </para>
129 132
@@ -141,7 +144,8 @@
141 <title>Creating a Django Superuser</title> 144 <title>Creating a Django Superuser</title>
142 145
143 <para> 146 <para>
144 Toaster is built on the Django framework. 147 Toaster is built on the
148 <ulink url='https://www.djangoproject.com/'>Django framework</ulink>.
145 Django provides an administration interface you can use 149 Django provides an administration interface you can use
146 to edit Toaster configuration parameters. 150 to edit Toaster configuration parameters.
147 </para> 151 </para>
@@ -382,8 +386,15 @@
382 </para> 386 </para>
383 387
384 <para> 388 <para>
385 The <filename>lsupdates</filename> command fetches the 389 The <filename>lsupdates</filename> command fetches
386 initial recipes and layers data from the layer index. 390 information about machines, recipes and
391 layers available as part of OpenEmbedded.
392 The information is fetched from the
393 <ulink url='http://layers.openembedded.org/'>OpenEmbedded Metadata Index</ulink>.
394 This information provides easy access to metadata
395 from Toaster, and it is key for Toaster's usability.
396 It is not recommended that you use Toaster without
397 fetching this information."
387 </para> 398 </para>
388 399
389 <para> 400 <para>
@@ -1336,17 +1347,17 @@
1336 <para> 1347 <para>
1337 Following are several videos that show how to use the Toaster GUI: 1348 Following are several videos that show how to use the Toaster GUI:
1338 <itemizedlist> 1349 <itemizedlist>
1350 <listitem><para><emphasis>Build Configuration:</emphasis>
1351 This
1352 <ulink url='https://www.youtube.com/watch?v=qYgDZ8YzV6w'>video</ulink>
1353 overviews and demonstrates build configuration for Toaster.
1354 </para></listitem>
1339 <listitem><para><emphasis>Build Custom Layers:</emphasis> 1355 <listitem><para><emphasis>Build Custom Layers:</emphasis>
1340 This 1356 This
1341 <ulink url='https://www.youtube.com/watch?v=QJzaE_XjX5c'>video</ulink> 1357 <ulink url='https://www.youtube.com/watch?v=QJzaE_XjX5c'>video</ulink>
1342 shows you how to build custom layers that are used with 1358 shows you how to build custom layers that are used with
1343 Toaster. 1359 Toaster.
1344 </para></listitem> 1360 </para></listitem>
1345 <listitem><para><emphasis>Build Configuration:</emphasis>
1346 This
1347 <ulink url='https://www.youtube.com/watch?v=qYgDZ8YzV6w'>video</ulink>
1348 overviews and demonstrates build configuration for Toaster.
1349 </para></listitem>
1350 <listitem><para><emphasis>Toaster Homepage and Table Controls:</emphasis> 1361 <listitem><para><emphasis>Toaster Homepage and Table Controls:</emphasis>
1351 This 1362 This
1352 <ulink url='https://www.youtube.com/watch?v=QEARDnrR1Xw'>video</ulink> 1363 <ulink url='https://www.youtube.com/watch?v=QEARDnrR1Xw'>video</ulink>