diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-12 11:19:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:51 +0100 |
commit | a814a61afb9495b03efb99e4ee1b59403a39a938 (patch) | |
tree | db7806a5b580c337cc30ad625e1530ea295ff4fa /documentation/toaster-manual | |
parent | f6493824aa9f7fd94abb4fa7b36dae4b0c7ce5d6 (diff) | |
download | poky-a814a61afb9495b03efb99e4ee1b59403a39a938.tar.gz |
toaster-manual: splitted long line
The TOASTER_DIR=... checksettings line is too long and got truncated
when documenation in pdf format is made. Splitting it to two lines
should fix this.
(From yocto-docs rev: f3bf1c7b4094a9fda60f7f9d99363a947afed261)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 5c3b73fc33..7247fcba2e 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -347,7 +347,8 @@ | |||
347 | <literallayout class='monospaced'> | 347 | <literallayout class='monospaced'> |
348 | $ cd /var/www/toaster/poky/ | 348 | $ cd /var/www/toaster/poky/ |
349 | $ ./bitbake/lib/toaster/manage.py migrate | 349 | $ ./bitbake/lib/toaster/manage.py migrate |
350 | $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json ./bitbake/lib/toaster/manage.py checksettings | 350 | $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json \ |
351 | ./bitbake/lib/toaster/manage.py checksettings | ||
351 | $ ./bitbake/lib/toaster/manage.py collectstatic | 352 | $ ./bitbake/lib/toaster/manage.py collectstatic |
352 | </literallayout> | 353 | </literallayout> |
353 | </para> | 354 | </para> |