dev-manual: Created list for other layer mods for other distros

The final paragraph of the "Creating Your Own Distribution" really
should have been in list form and should have some cross-refs
for other parts of the manual.  The paragraph is now in list
form and there are some references.

(From yocto-docs rev: 02c4b2e99a3237d1506887659be0e67d6b000648)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-03-06 10:28:37 -08:00 committed by Richard Purdie
parent ac18d660eb
commit 89b6819fdb
1 changed files with 22 additions and 14 deletions

View File

@ -2097,20 +2097,28 @@
</literallayout></para></listitem>
<listitem><para><emphasis>Add More to the Layer if Necessary:</emphasis>
Use your layer to hold other information needed for the
distribution.
You can add recipes for installing distro-specific
configuration files that are not already
installed by another recipe.
If you have distro-specific configuration files that are
included by an existing recipe, you should add a
<filename>.bbappend</filename> for those.
You should add any image recipes that are specific to your
distribution.
You should add a <filename>psplash</filename> append file
for a branded splash screen.
Finally, be sure to add any other append files to make
custom changes that are specific to individual recipes.
</para></listitem>
distribution:
<itemizedlist>
<listitem><para>Add recipes for installing
distro-specific configuration files that are not
already installed by another recipe.
If you have distro-specific configuration files
that are included by an existing recipe, you should
add a <filename>.bbappend</filename> for those.
For general information on how to add recipes to
your layer, see the "<link linkend='creating-your-own-layer'>Creating Your Own Layer</link>"
section.</para></listitem>
<listitem><para>Add any image recipes that are specific
to your distribution.</para></listitem>
<listitem><para>Add a <filename>psplash</filename>
append file for a branded splash screen.
For information on append files, see the
"<link linkend='using-bbappend-files'>Using .bbappend Files</link>"
section.</para></listitem>
<listitem><para>Add any other append files to make
custom changes that are specific to individual
recipes.</para></listitem>
</itemizedlist></para></listitem>
</itemizedlist>
</para>
</section>