From: Ed Bartosh Date: Tue, 12 Jul 2016 18:19:03 +0000 (-0700) Subject: toaster-manual: splitted long line X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a814a61afb9495b03efb99e4ee1b59403a39a938;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 5c3b73fc331..7247fcba2e4 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 @@ $ cd /var/www/toaster/poky/ $ ./bitbake/lib/toaster/manage.py migrate - $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json ./bitbake/lib/toaster/manage.py checksettings + $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json \ + ./bitbake/lib/toaster/manage.py checksettings $ ./bitbake/lib/toaster/manage.py collectstatic