summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-15 07:30:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-18 16:28:24 +0100
commite975d26e84100ccd4c7fd675d29304f8d5bdfbcc (patch)
treeaba10105b82f994e1b6d7d72b9749a9e5b75fdfa /documentation/ref-manual/ref-structure.xml
parent84452ee325c6a9e01d6b09f2defbcd480ca51390 (diff)
downloadpoky-e975d26e84100ccd4c7fd675d29304f8d5bdfbcc.tar.gz
documentation: Converted "meta-yocto" to "meta-poky"
Occurrences in many manuals and one figure. (From yocto-docs rev: 26d30cd162083c62216fb4ab526d0b231f453de1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r--documentation/ref-manual/ref-structure.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index a0b36f034b..e51ceb1bf5 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -123,8 +123,8 @@
123 </para> 123 </para>
124 </section> 124 </section>
125 125
126 <section id='structure-core-meta-yocto'> 126 <section id='structure-core-meta-poky'>
127 <title><filename>meta-yocto/</filename></title> 127 <title><filename>meta-poky/</filename></title>
128 128
129 <para> 129 <para>
130 This directory contains the configuration for the Poky 130 This directory contains the configuration for the Poky
@@ -233,7 +233,7 @@
233 </literallayout> 233 </literallayout>
234 The script gets its default list of common targets from the 234 The script gets its default list of common targets from the
235 <filename>conf-notes.txt</filename> file, which is found in the 235 <filename>conf-notes.txt</filename> file, which is found in the
236 <filename>meta-yocto</filename> directory within the 236 <filename>meta-poky</filename> directory within the
237 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 237 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
238 Should you have custom distributions, it is very easy to modify 238 Should you have custom distributions, it is very easy to modify
239 this configuration file to include your targets for your 239 this configuration file to include your targets for your
@@ -260,7 +260,7 @@
260 </literallayout> 260 </literallayout>
261 The OpenEmbedded build system uses the template configuration 261 The OpenEmbedded build system uses the template configuration
262 files, which are found by default in the 262 files, which are found by default in the
263 <filename>meta-yocto/conf</filename> directory in the 263 <filename>meta-poky/conf</filename> directory in the
264 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 264 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
265 See the 265 See the
266 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>" 266 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>"
@@ -373,7 +373,7 @@
373 </literallayout> 373 </literallayout>
374 The script gets its default list of common targets from the 374 The script gets its default list of common targets from the
375 <filename>conf-notes.txt</filename> file, which is found in the 375 <filename>conf-notes.txt</filename> file, which is found in the
376 <filename>meta-yocto</filename> directory within the 376 <filename>meta-poky</filename> directory within the
377 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 377 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
378 Should you have custom distributions, it is very easy to modify 378 Should you have custom distributions, it is very easy to modify
379 this configuration file to include your targets for your 379 this configuration file to include your targets for your
@@ -409,7 +409,7 @@
409 <para> 409 <para>
410 The OpenEmbedded build system uses the template configuration 410 The OpenEmbedded build system uses the template configuration
411 files, which are found by default in the 411 files, which are found by default in the
412 <filename>meta-yocto/conf</filename> directory in the 412 <filename>meta-poky/conf</filename> directory in the
413 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 413 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
414 See the 414 See the
415 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>" 415 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-custom-template-configuration-directory'>Creating a Custom Template Configuration Directory</ulink>"
@@ -513,7 +513,7 @@
513 <para> 513 <para>
514 The source <filename>local.conf.sample</filename> file used 514 The source <filename>local.conf.sample</filename> file used
515 depends on the <filename>$TEMPLATECONF</filename> script variable, 515 depends on the <filename>$TEMPLATECONF</filename> script variable,
516 which defaults to <filename>meta-yocto/conf</filename> 516 which defaults to <filename>meta-poky/conf</filename>
517 when you are building from the Yocto Project development 517 when you are building from the Yocto Project development
518 environment and defaults to <filename>meta/conf</filename> when 518 environment and defaults to <filename>meta/conf</filename> when
519 you are building from the OpenEmbedded Core environment. 519 you are building from the OpenEmbedded Core environment.
@@ -536,7 +536,7 @@
536 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 536 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
537 You can find the Yocto Project version of the 537 You can find the Yocto Project version of the
538 <filename>local.conf.sample</filename> file in the 538 <filename>local.conf.sample</filename> file in the
539 <filename>meta-yocto/conf</filename> directory. 539 <filename>meta-poky/conf</filename> directory.
540 </note> 540 </note>
541 </para> 541 </para>
542 </section> 542 </section>
@@ -567,7 +567,7 @@
567 <para> 567 <para>
568 The source <filename>bblayers.conf.sample</filename> file used 568 The source <filename>bblayers.conf.sample</filename> file used
569 depends on the <filename>$TEMPLATECONF</filename> script variable, 569 depends on the <filename>$TEMPLATECONF</filename> script variable,
570 which defaults to <filename>meta-yocto/conf</filename> 570 which defaults to <filename>meta-poky/conf</filename>
571 when you are building from the Yocto Project development 571 when you are building from the Yocto Project development
572 environment and defaults to <filename>meta/conf</filename> when 572 environment and defaults to <filename>meta/conf</filename> when
573 you are building from the OpenEmbedded Core environment. 573 you are building from the OpenEmbedded Core environment.
@@ -588,7 +588,7 @@
588 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 588 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
589 You can find the Yocto Project version of the 589 You can find the Yocto Project version of the
590 <filename>bblayers.conf.sample</filename> file in the 590 <filename>bblayers.conf.sample</filename> file in the
591 <filename>meta-yocto/conf</filename> directory. 591 <filename>meta-poky/conf</filename> directory.
592 </note> 592 </note>
593 </para> 593 </para>
594 </section> 594 </section>