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.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 9a78d40bb2..3d1983e574 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -170,7 +170,7 @@
170 <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink></emphasis> 170 <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink></emphasis>
171 This area contains index releases such as 171 This area contains index releases such as
172 the <trademark class='trade'>Eclipse</trademark> 172 the <trademark class='trade'>Eclipse</trademark>
173 Yocto Plug-in, miscellaneous support, poky, pseudo, cross-development toolchains, 173 Yocto Plug-in, miscellaneous support, poky, pseudo, installers for cross-development toolchains,
174 and all released versions of Yocto Project in the form of images or tarballs. 174 and all released versions of Yocto Project in the form of images or tarballs.
175 Downloading and extracting these files does not produce a local copy of the 175 Downloading and extracting these files does not produce a local copy of the
176 Git repository but rather a snapshot of a particular release or image.</para> 176 Git repository but rather a snapshot of a particular release or image.</para>
@@ -283,11 +283,11 @@
283 tools and utilities that allow you to develop software for targeted architectures. 283 tools and utilities that allow you to develop software for targeted architectures.
284 This toolchain contains cross-compilers, linkers, and debuggers that are specific to 284 This toolchain contains cross-compilers, linkers, and debuggers that are specific to
285 an architecture. 285 an architecture.
286 You can use the OpenEmbedded build system to build cross-development toolchains in tarball 286 You can use the OpenEmbedded build system to build a cross-development toolchain
287 form that, when 287 installer that when run installs the toolchain that contains the development tools you
288 unpacked, contain the development tools you need to cross-compile and test your software. 288 need to cross-compile and test your software.
289 The Yocto Project ships with images that contain toolchains for supported architectures 289 The Yocto Project ships with images that contain installers for
290 as well. 290 toolchains for supported architectures as well.
291 Sometimes this toolchain is referred to as the meta-toolchain.</para></listitem> 291 Sometimes this toolchain is referred to as the meta-toolchain.</para></listitem>
292 <listitem><para><emphasis>Image:</emphasis> An image is the result produced when 292 <listitem><para><emphasis>Image:</emphasis> An image is the result produced when
293 BitBake processes a given collection of recipes and related metadata. 293 BitBake processes a given collection of recipes and related metadata.