diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 729e945153..90d9b54726 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -131,7 +131,7 @@ | |||
131 | The <filename>LAYERDIR</filename> variable expands to the directory of the current layer and | 131 | The <filename>LAYERDIR</filename> variable expands to the directory of the current layer and |
132 | requires the immediate expansion operator so that BitBake does not wait to expand the variable | 132 | requires the immediate expansion operator so that BitBake does not wait to expand the variable |
133 | when it's parsing a different directory.</para> | 133 | when it's parsing a different directory.</para> |
134 | <para>Through the use of the <filename>BBPATH</filename> environment variable, | 134 | <para>Through the use of the <filename>BBPATH</filename> variable, |
135 | BitBake locates <filename>.bbclass</filename> files, configuration | 135 | BitBake locates <filename>.bbclass</filename> files, configuration |
136 | files, and files that are included with <filename>include</filename> | 136 | files, and files that are included with <filename>include</filename> |
137 | and <filename>require</filename> statements. | 137 | and <filename>require</filename> statements. |
@@ -163,7 +163,7 @@ | |||
163 | Use <filename>.bbappend</filename> files for each recipe that uses an include | 163 | Use <filename>.bbappend</filename> files for each recipe that uses an include |
164 | file. | 164 | file. |
165 | Or, if you are introducing a new recipe that requires the inc file, use the | 165 | Or, if you are introducing a new recipe that requires the inc file, use the |
166 | full path to refer to the original. | 166 | path relative to the original layer directory to refer to the file. |
167 | For example, use <filename>require recipes-core/somepackage/somefile.inc</filename> | 167 | For example, use <filename>require recipes-core/somepackage/somefile.inc</filename> |
168 | instead of <filename>require somefile.inc</filename>. | 168 | instead of <filename>require somefile.inc</filename>. |
169 | If you're finding you have to overlay the include file, it could indicate a | 169 | If you're finding you have to overlay the include file, it could indicate a |
@@ -186,7 +186,7 @@ | |||
186 | We also recommend the following: | 186 | We also recommend the following: |
187 | <itemizedlist> | 187 | <itemizedlist> |
188 | <listitem><para>Store custom layers in a Git repository that uses the | 188 | <listitem><para>Store custom layers in a Git repository that uses the |
189 | <filename>meta-prvt-XXXX</filename> format.</para></listitem> | 189 | <filename>meta-<layer_name></filename> format.</para></listitem> |
190 | <listitem><para>Clone the repository alongside other <filename>meta</filename> | 190 | <listitem><para>Clone the repository alongside other <filename>meta</filename> |
191 | directories in the Yocto Project source files area.</para></listitem> | 191 | directories in the Yocto Project source files area.</para></listitem> |
192 | </itemizedlist> | 192 | </itemizedlist> |