diff options
Diffstat (limited to 'documentation/dev-manual')
-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> |