summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-setup-and-use.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml31
1 files changed, 26 insertions, 5 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 356b7fbf9c..2693569905 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -377,15 +377,36 @@
377 377
378 <para> 378 <para>
379 The next line sets the Toaster root directory 379 The next line sets the Toaster root directory
380 <filename>TOASTER_DIR</filename>, and the location of 380 <filename>TOASTER_DIR</filename> and the location of
381 the Toaster configuration file <filename>TOASTER_CONF</filename>, 381 the Toaster configuration file
382 relative to the root directory. For more information on the 382 <filename>TOASTER_CONF</filename>, which is
383 Toaster configuration file see the 383 relative to the Toaster root directory
384 "<link linkend='toaster-json-files'>JSON Files</link>" 384 <filename>TOASTER_DIR</filename>.
385 For more information on the Toaster configuration file
386 <filename>TOASTER_CONF</filename>, see the
387 <link linkend='toaster-json-files'>JSON Files</link>
385 section of this manual. 388 section of this manual.
386 </para> 389 </para>
387 390
388 <para> 391 <para>
392 This line also runs the <filename>checksettings</filename>
393 command, which configures the location of the Toaster
394 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>.
395 The Toaster root directory <filename>TOASTER_DIR</filename>
396 determines where the Toaster build directory
397 is created on the file system.
398 In the example above,
399 <filename>TOASTER_DIR</filename> is set as follows:
400 <literallayout class="monospaced">
401 /var/www/toaster/poky
402 </literallayout>
403 This setting causes the Toaster build directory to be:
404 <literallayout class="monospaced">
405 /var/www/toaster/poky/build
406 </literallayout>
407 </para>
408
409 <para>
389 Finally, the <filename>collectstatic</filename> command 410 Finally, the <filename>collectstatic</filename> command
390 is a Django framework command that collects all the 411 is a Django framework command that collects all the
391 statically served files into a designated directory to 412 statically served files into a designated directory to