summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 6017ae9ede..f9980fc555 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -58,7 +58,7 @@
58 58
59 <para> 59 <para>
60 The Yocto Project team maintains complete source repositories for all Yocto Project files 60 The Yocto Project team maintains complete source repositories for all Yocto Project files
61 <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'>here</ulink>. 61 at <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'></ulink>.
62 This web-based source code browser is organized into categories by function such as 62 This web-based source code browser is organized into categories by function such as
63 IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth. 63 IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth.
64 From the interface, you can click on any particular item in the "Name" column and 64 From the interface, you can click on any particular item in the "Name" column and
@@ -102,7 +102,7 @@
102 <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> 102 <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" />
103 </para></listitem> 103 </para></listitem>
104 <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='http://downloads.yoctoproject.org/releases/'>Index of /releases:</ulink></emphasis> 104 <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='http://downloads.yoctoproject.org/releases/'>Index of /releases:</ulink></emphasis>
105 This area contains an index releases such as 105 This area contains index releases such as
106 the <trademark class='trade'>Eclipse</trademark> 106 the <trademark class='trade'>Eclipse</trademark>
107 Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains, 107 Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains,
108 and all released versions of Yocto Project in the form of images or tarballs. 108 and all released versions of Yocto Project in the form of images or tarballs.
@@ -177,7 +177,10 @@
177 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" 177 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>"
178 appendix in The Yocto Project Reference Manual.</para></listitem> 178 appendix in The Yocto Project Reference Manual.</para></listitem>
179 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, 179 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core,
180 a BSP, or an application stack.</para></listitem> 180 a BSP, or an application stack.
181 For a discussion on BSP Layers, see the
182 "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers'>BSP Layers</ulink>"
183 section in the Yocto Project Board Support Packages (BSP) Developer's Guide.</para></listitem>
181 <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image. 184 <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image.
182 Metadata includes recipes, classes, and configuration files.</para></listitem> 185 Metadata includes recipes, classes, and configuration files.</para></listitem>
183 <listitem><para><emphasis>OE-Core:</emphasis> A core set of metadata originating 186 <listitem><para><emphasis>OE-Core:</emphasis> A core set of metadata originating