diff options
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 1549d90357..c849dbda33 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -240,8 +240,10 @@ | |||
240 | Should you have custom distributions, it is very easy to modify | 240 | Should you have custom distributions, it is very easy to modify |
241 | this configuration file to include your targets for your | 241 | this configuration file to include your targets for your |
242 | distribution. | 242 | distribution. |
243 | Simply edit the list within the file and when you run the | 243 | See the |
244 | environment setup script you see your customized list of targets. | 244 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>" |
245 | section in the Yocto Project Development Manual for more | ||
246 | information. | ||
245 | </para> | 247 | </para> |
246 | 248 | ||
247 | <para> | 249 | <para> |
@@ -258,6 +260,14 @@ | |||
258 | <literallayout class='monospaced'> | 260 | <literallayout class='monospaced'> |
259 | $ source &OE_INIT_FILE; ~/mybuilds | 261 | $ source &OE_INIT_FILE; ~/mybuilds |
260 | </literallayout> | 262 | </literallayout> |
263 | The OpenEmbedded build system uses the template configuration | ||
264 | files, which are found by default in the | ||
265 | <filename>meta-yocto/conf</filename> directory in the | ||
266 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
267 | See the | ||
268 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>" | ||
269 | section in the Yocto Project Development Manual for more | ||
270 | information. | ||
261 | <note> | 271 | <note> |
262 | The OpenEmbedded build system does not support file or directory names that | 272 | The OpenEmbedded build system does not support file or directory names that |
263 | contain spaces. | 273 | contain spaces. |
@@ -349,8 +359,10 @@ | |||
349 | Should you have custom distributions, it is very easy to modify | 359 | Should you have custom distributions, it is very easy to modify |
350 | this configuration file to include your targets for your | 360 | this configuration file to include your targets for your |
351 | distribution. | 361 | distribution. |
352 | Simply edit the list within the file and when you run the | 362 | See the |
353 | environment setup script you see your customized list of targets. | 363 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>" |
364 | section in the Yocto Project Development Manual for more | ||
365 | information. | ||
354 | </para> | 366 | </para> |
355 | 367 | ||
356 | <para> | 368 | <para> |
@@ -368,6 +380,14 @@ | |||
368 | <literallayout class='monospaced'> | 380 | <literallayout class='monospaced'> |
369 | $ source oe-init-build-env-memres ~/mybuilds | 381 | $ source oe-init-build-env-memres ~/mybuilds |
370 | </literallayout> | 382 | </literallayout> |
383 | The OpenEmbedded build system uses the template configuration | ||
384 | files, which are found by default in the | ||
385 | <filename>meta-yocto/conf</filename> directory in the | ||
386 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
387 | See the | ||
388 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>" | ||
389 | section in the Yocto Project Development Manual for more | ||
390 | information. | ||
371 | <note> | 391 | <note> |
372 | The OpenEmbedded build system does not support file or | 392 | The OpenEmbedded build system does not support file or |
373 | directory names that contain spaces. | 393 | directory names that contain spaces. |