summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index bc95a20c2a..774ac3d5bf 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -171,10 +171,8 @@
171 Images are the binary output that runs on specific hardware and for specific 171 Images are the binary output that runs on specific hardware and for specific
172 use cases. 172 use cases.
173 For a list of the supported image types that the Yocto Project provides, see the 173 For a list of the supported image types that the Yocto Project provides, see the
174 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" 174 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>"
175 appendix in 175 appendix in the Yocto Project Reference Manual.</para></listitem>
176 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
177 The Yocto Project Reference Manual</ulink>.</para></listitem>
178 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, 176 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core,
179 a BSP, or an application stack.</para></listitem> 177 a BSP, or an application stack.</para></listitem>
180 <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image. 178 <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image.
@@ -217,14 +215,14 @@
217 system in order to do any development using the Yocto Project.</para> 215 system in order to do any development using the Yocto Project.</para>
218 <para>The name of the top-level directory of the Yocto Project file structure 216 <para>The name of the top-level directory of the Yocto Project file structure
219 is derived from the Yocto Project release tarball. 217 is derived from the Yocto Project release tarball.
220 For example, downloading and unpacking <filename>poky-edison-6.0.1.tar.bz2</filename> 218 For example, downloading and unpacking <filename>&YOCTO_POKY_TARBALL;</filename>
221 results in a Yocto Project file structure whose Yocto Project source directory is named 219 results in a Yocto Project file structure whose Yocto Project source directory is named
222 <filename>poky-edison-6.0.1</filename>. 220 <filename>&YOCTO_POKY;</filename>.
223 If you create a Git repository, then you can name the repository anything you like.</para> 221 If you create a Git repository, then you can name the repository anything you like.</para>
224 <para>You can find instruction on how to set up the Yocto Project files on your 222 <para>You can find instruction on how to set up the Yocto Project files on your
225 host development system by reading 223 host development system by reading
226 the 224 the
227 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#getting-setup'>Getting 225 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting
228 Setup</ulink>" section.</para></listitem> 226 Setup</ulink>" section.</para></listitem>
229 <listitem><para><emphasis>Yocto Project Build Directory:</emphasis> 227 <listitem><para><emphasis>Yocto Project Build Directory:</emphasis>
230 This term refers to the area used by the Yocto Project for builds. 228 This term refers to the area used by the Yocto Project for builds.
@@ -234,9 +232,9 @@
234 You can create the Yocto Project build directory anywhere you want on your 232 You can create the Yocto Project build directory anywhere you want on your
235 development system. 233 development system.
236 Here is an example that creates the directory in <filename>mybuilds</filename> 234 Here is an example that creates the directory in <filename>mybuilds</filename>
237 and names the Yocto Project build directory <filename>YP-6.0.1</filename>: 235 and names the Yocto Project build directory <filename>YP-&POKYVERSION;</filename>:
238 <literallayout class='monospaced'> 236 <literallayout class='monospaced'>
239 $ source poky-edison-6.0.1/oe-init-build-env $HOME/mybuilds/YP-6.0.1 237 $ source &OE_INIT_PATH; $HOME/mybuilds/YP-&POKYVERSION;
240 </literallayout> 238 </literallayout>
241 If you don't specifically name the directory, BitBake creates it 239 If you don't specifically name the directory, BitBake creates it
242 in the current directory and uses the name <filename>build</filename>. 240 in the current directory and uses the name <filename>build</filename>.