1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Kristi Rifenbark
2017-10-16 16:34:09 -07:00
committed by Richard Purdie
parent 65d23bd798
commit 617bbe77a8
@@ -356,8 +356,8 @@
<filename>custom.xml</filename> file. <filename>custom.xml</filename> file.
</para> </para>
<section id='defining-the-default-distro'> <section id='defining-the-default-distro-and-other-values'>
<title>Defining the Default Distro</title> <title>Defining the Default Distro and Other Values</title>
<para> <para>
This section defines the default distro value for new projects. This section defines the default distro value for new projects.
@@ -372,16 +372,15 @@
&lt;field type="CharField" name="value"&gt;poky&lt;/field&gt; &lt;field type="CharField" name="value"&gt;poky&lt;/field&gt;
&lt;/object&gt; &lt;/object&gt;
</literallayout> </literallayout>
<note> You can override other default project values by adding
You can override the default value by adding additional additional Toaster Setting sections such as any of the
Toaster Setting sections such as any of the settings coming settings coming from the <filename>settings.xml</filename>
from the <filename>settings.xml</filename> file. file.
Also, you can add custom values that are included in the Also, you can add custom values that are included in the
BitBake environment. BitBake environment.
The "pk" values must be unique. The "pk" values must be unique.
By convention, values that set default project values have a By convention, values that set default project values have a
"DEFCONF" prefix. "DEFCONF" prefix.
</note>
</para> </para>
</section> </section>