diff options
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 31 |
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 3ac1654cfa..89b8b524a8 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -328,15 +328,36 @@ | |||
328 | 328 | ||
329 | <para> | 329 | <para> |
330 | The next line sets the Toaster root directory | 330 | The next line sets the Toaster root directory |
331 | <filename>TOASTER_DIR</filename>, and the location of | 331 | <filename>TOASTER_DIR</filename> and the location of |
332 | the Toaster configuration file <filename>TOASTER_CONF</filename>, | 332 | the Toaster configuration file |
333 | relative to the root directory. For more information on the | 333 | <filename>TOASTER_CONF</filename>, which is |
334 | Toaster configuration file see the | 334 | relative to the Toaster root directory |
335 | "<link linkend='toaster-json-files'>JSON Files</link>" | 335 | <filename>TOASTER_DIR</filename>. |
336 | For more information on the Toaster configuration file | ||
337 | <filename>TOASTER_CONF</filename>, see the | ||
338 | <link linkend='toaster-json-files'>JSON Files</link> | ||
336 | section of this manual. | 339 | section of this manual. |
337 | </para> | 340 | </para> |
338 | 341 | ||
339 | <para> | 342 | <para> |
343 | This line also runs the <filename>checksettings</filename> | ||
344 | command, which configures the location of the Toaster | ||
345 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>. | ||
346 | The Toaster root directory <filename>TOASTER_DIR</filename> | ||
347 | determines where the Toaster build directory | ||
348 | is created on the file system. | ||
349 | In the example above, | ||
350 | <filename>TOASTER_DIR</filename> is set as follows: | ||
351 | <literallayout class="monospaced"> | ||
352 | /var/www/toaster/poky | ||
353 | </literallayout> | ||
354 | This setting causes the Toaster build directory to be: | ||
355 | <literallayout class="monospaced"> | ||
356 | /var/www/toaster/poky/build | ||
357 | </literallayout> | ||
358 | </para> | ||
359 | |||
360 | <para> | ||
340 | Finally, the <filename>collectstatic</filename> command | 361 | Finally, the <filename>collectstatic</filename> command |
341 | is a Django framework command that collects all the | 362 | is a Django framework command that collects all the |
342 | statically served files into a designated directory to | 363 | statically served files into a designated directory to |