summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-22 07:47:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:07:51 +0100
commit47aee60bfe8532eacc7cbe0c9d028e9aa0ab1ec8 (patch)
tree938babd80ee56b966895b33cbe70bc68c3565796 /documentation
parent69cdf9658adc1c5e03967cc6d669c5d020cbdb6c (diff)
downloadast2050-yocto-poky-47aee60bfe8532eacc7cbe0c9d028e9aa0ab1ec8.zip
ast2050-yocto-poky-47aee60bfe8532eacc7cbe0c9d028e9aa0ab1ec8.tar.gz
toaster-manual: Removed redundant video.
(From yocto-docs rev: 5ae1d89a1384790644016e79afea1a70edcf88f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml31
1 files changed, 13 insertions, 18 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 311a501..a154685 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -281,14 +281,14 @@
section.
</para></listitem>
<listitem><para><emphasis>Enable Build Logging to the Common SQL Server for Each Build Directory you are Using:</emphasis>
- You need to make sure that the
+ You need to make sure that the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-toaster'><filename>toaster</filename></ulink>
- class and build history are enabled.
- This is done in a
- <filename>toaster.conf</filename> file that is
- created automatically by the toaster
- <filename>start</filename> command,
- and that lives inside the
+ class and build history are enabled.
+ This is done in a
+ <filename>toaster.conf</filename> file that is
+ created automatically by the toaster
+ <filename>start</filename> command,
+ and that lives inside the
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
in <filename>/conf/toaster.conf</filename>.</para>
<para>That file should include the following line:
@@ -299,16 +299,16 @@
"<ulink url='&YOCTO_DOCS_REF_URL;#maintaining-build-output-quality'>Maintaining Build Output Quality</ulink>"
section in the Yocto Project Development
Manual.</para>
- <para>You also need to point to the database that you set
- up in step 3.
+ <para>You also need to point to the database that you set
+ up in step 3.
You can do this by exporting the <filename>DATABASE_URL</filename>
variable as follows:
<literallayout class='monospaced'>
export DATABASE_URL=mysql://newuser:password@192.168.0.25:3306/toaster
</literallayout>
- This example assumes that you are using
- <filename>mysql-server</filename>.
- The IP address should be the IP address of your
+ This example assumes that you are using
+ <filename>mysql-server</filename>.
+ The IP address should be the IP address of your
database server.
</para></listitem>
<listitem><para><emphasis>Source your Build Environment Setup Script:</emphasis>
@@ -803,7 +803,7 @@
<literallayout class='monospaced'>
http://localhost:8000/toastergui
</literallayout>
- You can track accesses and errors in the Apache
+ You can track accesses and errors in the Apache
service logs.
</para></listitem>
</orderedlist>
@@ -869,11 +869,6 @@
</itemizedlist>
Following are several videos that show how to use the Toaster GUI:
<itemizedlist>
- <listitem><para><emphasis>New Toaster Functionality:</emphasis>
- This
- <ulink url='https://www.youtube.com/watch?v=qYgDZ8YzV6w'>video</ulink>
- introduces the new Toaster functionality for this release.
- </para></listitem>
<listitem><para><emphasis>Build Configuration:</emphasis>
This
<ulink url='https://www.youtube.com/watch?v=qYgDZ8YzV6w'>video</ulink>
OpenPOWER on IntegriCloud