From a1a4808dc69de8fe12e53b302663b42a560c1788 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 Feb 2016 14:09:06 -0800 Subject: toaster-manual: Applied a patch to weed out build mode (modes). (From yocto-docs rev: 3013ced298115dd7567e7311a0c0e98626cb139d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../toaster-manual/toaster-manual-reference.xml | 40 +++++++--------------- 1 file changed, 12 insertions(+), 28 deletions(-) (limited to 'documentation/toaster-manual/toaster-manual-reference.xml') diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index faca4ca73a..715f2915c8 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml @@ -159,12 +159,15 @@ - When you set up Toaster in Build Mode, you are prompted - to select a Toaster configuration file. + The Toaster startup script in + /bitbake/bin/toaster specifies + the location of a Toaster configuration file + toasterconf.json as the value of + the TOASTER_CONF variable. This configuration file is used to set up the initial configuration values within the Toaster database including the layer sources. - Three versions of the configuration file exist: + Two versions of the configuration file exist: The first version of the file is found in the @@ -192,14 +195,6 @@ (i.e. git://git.openembedded.org/openembedded-core). - - The third version is a sample configuration - useful for when you want to set up a hosted - service in Build Mode. - You can find this version on the - File:Toasterconf.json.txt.patch - wiki page. - @@ -550,8 +545,7 @@ JSON Files - If you are going to be using Toaster in Build Mode, it must - be initially configured before use. + You must configure Toaster before using it. Configuration customizes layer source settings and Toaster defaults for all users and is performed by the person responsible for Toaster Configuration (i.e the Toaster Administrator). @@ -577,17 +571,16 @@ toasterconf.json. The Toaster Administrator can customize the file prior to loading it into Toaster. - When you set up Toaster locally to run in Build Mode, the system - startup script actively looks for compatible configuration files - and prompts you to select a file to load if it detects that the - database has not been configured. + The TOASTER_CONF variable in the + Toaster startup script at bitbake/bin/toaster + specifies the location of the toasterconf.json file.
Configuration File Choices - Three versions of the configuration file exist: + Two versions of the configuration file exist: The @@ -613,15 +606,6 @@ openembedded-core repository (i.e. git://git.openembedded.org/openembedded-core). - - The Toasterconf.json.txt.patch - located on the - File:Toasterconf.json.txt.patch - wiki page. - This version of the file is useful as a sample - configuration for when you want to set up Toaster as a - hosted service in Build Mode. -
@@ -1008,7 +992,7 @@ $ bitbake/lib/toaster/manage.py checksettings - In Build Mode, Toaster uses settings that are based on the + Toaster uses settings that are based on the database to configure the building tasks. The checksettings command verifies that the database settings are valid in the sense that they have -- cgit v1.2.3-54-g00ecf