From 617bbe77a8db63d0fb10e60bac79f24b254e1ea7 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Mon, 16 Oct 2017 16:34:09 -0700 Subject: toaster-manual: Updated "Defining the Default Distro and Other Values" Updated with review fixes. (From yocto-docs rev: 0436ae269a02579903adae659577e944761139f5) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/toaster-manual/toaster-manual-reference.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'documentation/toaster-manual') diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index c90e3df11b..1f2f6a6e46 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml @@ -356,8 +356,8 @@ custom.xml file. -
- Defining the Default Distro +
+ Defining the Default Distro and Other Values This section defines the default distro value for new projects. @@ -372,16 +372,15 @@ <field type="CharField" name="value">poky</field> </object> - - You can override the default value by adding additional - Toaster Setting sections such as any of the settings coming - from the settings.xml file. + You can override other default project values by adding + additional Toaster Setting sections such as any of the + settings coming from the settings.xml + file. Also, you can add custom values that are included in the BitBake environment. The "pk" values must be unique. By convention, values that set default project values have a "DEFCONF" prefix. -
-- cgit v1.2.3-54-g00ecf