summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-13 11:28:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:09 +0100
commit402383637b9a20614bc56221f86ff5b9013519d2 (patch)
tree9cf339114663f68d3927b9c51706d17680724971 /documentation/poky-ref-manual/introduction.xml
parent30f491637c9e4d366eef6cfe2e7e3966d02f3bd7 (diff)
downloadpoky-402383637b9a20614bc56221f86ff5b9013519d2.tar.gz
documentation/poky-ref-manual: Fixed various references to YP
I did a scrub for "Yocto Project" and found some that could be changed. (From yocto-docs rev: 985062b6a9320e8a3ca3d3dafb6516db4fbc5bd5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/introduction.xml')
-rw-r--r--documentation/poky-ref-manual/introduction.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 249b9a18fd..ac28eaef4e 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -51,13 +51,11 @@
51 the Yocto Project.</para></listitem> 51 the Yocto Project.</para></listitem>
52 <listitem><para><emphasis> 52 <listitem><para><emphasis>
53 <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis> 53 <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis>
54 This appendix describes the directory structure of the 54 This appendix describes the
55 Yocto Project files, referred to as the 55 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
56 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. 56 either by unpacking a released Yocto Project tarball on your host development system,
57 The source directory represents the local file structure created 57 or by cloning the upstream
58 as a result from either cloning the upstream 58 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
59 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository or unpacking a
60 released Yocto Project tarball on your host development system.
61 </para></listitem> 59 </para></listitem>
62 <listitem><para><emphasis> 60 <listitem><para><emphasis>
63 <link linkend='ref-bitbake'>Reference: BitBake</link>:</emphasis> 61 <link linkend='ref-bitbake'>Reference: BitBake</link>:</emphasis>
@@ -76,7 +74,8 @@
76 features during the build process using the OpenEmbedded build system.</para></listitem> 74 features during the build process using the OpenEmbedded build system.</para></listitem>
77 <listitem><para><emphasis> 75 <listitem><para><emphasis>
78 <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis> 76 <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis>
79 This appendix presents most Yocto Project variables. 77 This appendix presents most variables used by the OpenEmbedded build system, which
78 using BitBake.
80 Entries describe the function of the variable and how to apply them. 79 Entries describe the function of the variable and how to apply them.
81 </para></listitem> 80 </para></listitem>
82 <listitem><para><emphasis> 81 <listitem><para><emphasis>
@@ -128,9 +127,9 @@
128<section id='intro-getit-dev'> 127<section id='intro-getit-dev'>
129 <title>Development Checkouts</title> 128 <title>Development Checkouts</title>
130 <para> 129 <para>
131 Development using the Yocto Project requires a local copy of the Yocto Project files 130 Development using the Yocto Project requires a local
132 referred to as the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. 131 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
133 You can set source directory up by downloading a Yocto Project release tarball and unpacking it, 132 You can set up the source directory by downloading a Yocto Project release tarball and unpacking it,
134 or by cloning a copy of the upstream 133 or by cloning a copy of the upstream
135 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository. 134 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
136 For information on both these methods, see the 135 For information on both these methods, see the