summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-10-16 16:34:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:05 +0000
commit617bbe77a8db63d0fb10e60bac79f24b254e1ea7 (patch)
treee7efd7111a0e2ada54ce25392c851ac5a1f91b9c /documentation/toaster-manual
parent65d23bd7986615fdfb0f1717b615534a2a14ab80 (diff)
downloadpoky-617bbe77a8db63d0fb10e60bac79f24b254e1ea7.tar.gz
toaster-manual: Updated "Defining the Default Distro and Other Values"
Updated with review fixes. (From yocto-docs rev: 0436ae269a02579903adae659577e944761139f5) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml13
1 files changed, 6 insertions, 7 deletions
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 @@
356 <filename>custom.xml</filename> file. 356 <filename>custom.xml</filename> file.
357 </para> 357 </para>
358 358
359 <section id='defining-the-default-distro'> 359 <section id='defining-the-default-distro-and-other-values'>
360 <title>Defining the Default Distro</title> 360 <title>Defining the Default Distro and Other Values</title>
361 361
362 <para> 362 <para>
363 This section defines the default distro value for new projects. 363 This section defines the default distro value for new projects.
@@ -372,16 +372,15 @@
372 &lt;field type="CharField" name="value"&gt;poky&lt;/field&gt; 372 &lt;field type="CharField" name="value"&gt;poky&lt;/field&gt;
373 &lt;/object&gt; 373 &lt;/object&gt;
374 </literallayout> 374 </literallayout>
375 <note> 375 You can override other default project values by adding
376 You can override the default value by adding additional 376 additional Toaster Setting sections such as any of the
377 Toaster Setting sections such as any of the settings coming 377 settings coming from the <filename>settings.xml</filename>
378 from the <filename>settings.xml</filename> file. 378 file.
379 Also, you can add custom values that are included in the 379 Also, you can add custom values that are included in the
380 BitBake environment. 380 BitBake environment.
381 The "pk" values must be unique. 381 The "pk" values must be unique.
382 By convention, values that set default project values have a 382 By convention, values that set default project values have a
383 "DEFCONF" prefix. 383 "DEFCONF" prefix.
384 </note>
385 </para> 384 </para>
386 </section> 385 </section>
387 386