diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 311a50168c..a1546858d9 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.
Enable Build Logging to the Common SQL Server for Each Build Directory you are Using:
- You need to make sure that the
+ You need to make sure that the
toaster
- class and build history are enabled.
- This is done in a
- toaster.conf file that is
- created automatically by the toaster
- start command,
- and that lives inside the
+ class and build history are enabled.
+ This is done in a
+ toaster.conf file that is
+ created automatically by the toaster
+ start command,
+ and that lives inside the
Build Directory
in /conf/toaster.conf.
That file should include the following line:
@@ -299,16 +299,16 @@
"Maintaining Build Output Quality"
section in the Yocto Project Development
Manual.
- You also need to point to the database that you set
- up in step 3.
+ You also need to point to the database that you set
+ up in step 3.
You can do this by exporting the DATABASE_URL
variable as follows:
export DATABASE_URL=mysql://newuser:password@192.168.0.25:3306/toaster
- This example assumes that you are using
- mysql-server.
- The IP address should be the IP address of your
+ This example assumes that you are using
+ mysql-server.
+ The IP address should be the IP address of your
database server.
Source your Build Environment Setup Script:
@@ -803,7 +803,7 @@
http://localhost:8000/toastergui
- You can track accesses and errors in the Apache
+ You can track accesses and errors in the Apache
service logs.
@@ -869,11 +869,6 @@
Following are several videos that show how to use the Toaster GUI:
- New Toaster Functionality:
- This
- video
- introduces the new Toaster functionality for this release.
-
Build Configuration:
This
video