diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-06 10:28:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 17:08:42 +0000 |
commit | 89b6819fdb76415dce35a97f28ff2103cdf8dc6e (patch) | |
tree | d8a3989732be351bd512b14febc829befc12a559 | |
parent | ac18d660ebadf24f453867ec63573e6b37e5801a (diff) | |
download | poky-89b6819fdb76415dce35a97f28ff2103cdf8dc6e.tar.gz |
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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d6f21a7e01..073897378c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2097,20 +2097,28 @@ | |||
2097 | </literallayout></para></listitem> | 2097 | </literallayout></para></listitem> |
2098 | <listitem><para><emphasis>Add More to the Layer if Necessary:</emphasis> | 2098 | <listitem><para><emphasis>Add More to the Layer if Necessary:</emphasis> |
2099 | Use your layer to hold other information needed for the | 2099 | Use your layer to hold other information needed for the |
2100 | distribution. | 2100 | distribution: |
2101 | You can add recipes for installing distro-specific | 2101 | <itemizedlist> |
2102 | configuration files that are not already | 2102 | <listitem><para>Add recipes for installing |
2103 | installed by another recipe. | 2103 | distro-specific configuration files that are not |
2104 | If you have distro-specific configuration files that are | 2104 | already installed by another recipe. |
2105 | included by an existing recipe, you should add a | 2105 | If you have distro-specific configuration files |
2106 | <filename>.bbappend</filename> for those. | 2106 | that are included by an existing recipe, you should |
2107 | You should add any image recipes that are specific to your | 2107 | add a <filename>.bbappend</filename> for those. |
2108 | distribution. | 2108 | For general information on how to add recipes to |
2109 | You should add a <filename>psplash</filename> append file | 2109 | your layer, see the "<link linkend='creating-your-own-layer'>Creating Your Own Layer</link>" |
2110 | for a branded splash screen. | 2110 | section.</para></listitem> |
2111 | Finally, be sure to add any other append files to make | 2111 | <listitem><para>Add any image recipes that are specific |
2112 | custom changes that are specific to individual recipes. | 2112 | to your distribution.</para></listitem> |
2113 | </para></listitem> | 2113 | <listitem><para>Add a <filename>psplash</filename> |
2114 | append file for a branded splash screen. | ||
2115 | For information on append files, see the | ||
2116 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" | ||
2117 | section.</para></listitem> | ||
2118 | <listitem><para>Add any other append files to make | ||
2119 | custom changes that are specific to individual | ||
2120 | recipes.</para></listitem> | ||
2121 | </itemizedlist></para></listitem> | ||
2114 | </itemizedlist> | 2122 | </itemizedlist> |
2115 | </para> | 2123 | </para> |
2116 | </section> | 2124 | </section> |