diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2016-02-02 16:31:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:22:49 +0000 |
commit | 5e2201edaf17b13fa0064b8d41a433b7920f3b92 (patch) | |
tree | 2ad0188fc32a47c399f08edb84e3dda7cd5e14a2 | |
parent | 3aa162a0d5a9fa845ca2d20f84e658e35729965e (diff) | |
download | poky-5e2201edaf17b13fa0064b8d41a433b7920f3b92.tar.gz |
toaster-manual: Updated the "Installation" to have TOASTER_DIR information
In section 3.6 of the manual about setting up a production instance of
Toaster, explain that TOASTER_DIR determines the location of the build
directory, and that the checksettings command configures the build
environment for Toaster.
NOTE: I applied some minor fixes to the wording.
(From yocto-docs rev: b900e4f3f7a1f798b82a25e350cb8626ffb5d786)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |