mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
toaster-manual: Updated the "Configuring Toaster" section
Updated with review edits. (From yocto-docs rev: 43dc539fb195e6194117dbc4de4d053fff53e9ff) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
332e309030
commit
4e818ce297
@@ -316,6 +316,9 @@
|
||||
For example, you can add one or more additional selections that
|
||||
present custom layer sets or distros, and any other local or proprietary
|
||||
content.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Additionally, you can completely disable the content from the
|
||||
<filename>oe-core.xml</filename> and <filename>poky.xml</filename>
|
||||
files by defining the section shown below in the
|
||||
@@ -331,7 +334,6 @@
|
||||
<literallayout class='monospaced'>
|
||||
<object model="orm.toastersetting" pk="99">
|
||||
<field type="CharField" name="name">CUSTOM_XML_ONLY</field>
|
||||
|
||||
<field type="CharField" name="value">True</field>
|
||||
</object>
|
||||
</literallayout>
|
||||
@@ -342,15 +344,15 @@
|
||||
<title>Understanding Fixture File Format</title>
|
||||
|
||||
<para>
|
||||
The following is an overview of the file format used by the
|
||||
The following is an overview of the file format used by the
|
||||
<filename>oe-core.xml</filename>, <filename>poky.xml</filename>,
|
||||
and <filename>custom.xml</filename> files.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The following subsections describe each of the sections in the
|
||||
The following subsections describe each of the sections in the
|
||||
fixture files, and outline an example section of the XML code.
|
||||
you can use to help understand this information and create a local
|
||||
you can use to help understand this information and create a local
|
||||
<filename>custom.xml</filename> file.
|
||||
</para>
|
||||
|
||||
@@ -447,6 +449,12 @@
|
||||
Layer definitions are the most complex.
|
||||
The following defines each of the layers, and then defines the exact layer
|
||||
version of the layer used for each respective release.
|
||||
You must have one <filename>orm.layer</filename>
|
||||
entry for each layer.
|
||||
Then, with each entry you need a set of
|
||||
<filename>orm.layer_version</filename> entries that connects
|
||||
the layer with each release that includes the layer.
|
||||
In general all releases include the layer.
|
||||
<literallayout class='monospaced'>
|
||||
<object model="orm.layer" pk="1">
|
||||
<field type="CharField" name="name">openembedded-core</field>
|
||||
|
||||
Reference in New Issue
Block a user