summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-17 16:20:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:59 -0800
commit66ce594d284eac26c4cdcfd04b4e07a7de540118 (patch)
treeb203446a461c465b9a6850f01ef765e91671f5ea /documentation/dev-manual
parent4cf3afbc9857f29ef1bde5805e84cf57dca726de (diff)
downloadast2050-yocto-poky-66ce594d284eac26c4cdcfd04b4e07a7de540118.zip
ast2050-yocto-poky-66ce594d284eac26c4cdcfd04b4e07a7de540118.tar.gz
documentation/dev-manual/dev-manual-newbie.xml: three small corrections
Put in the real link to the YP Source repositories instead of a click "here" thing. Put in a reference to the BSP Layer section from the term layer. Fixed a grammar type. (From yocto-docs rev: 6b3b63480f948dad2c5101deedb8deafad291728) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 6017ae9..f9980fc 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -58,7 +58,7 @@
<para>
The Yocto Project team maintains complete source repositories for all Yocto Project files
- <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'>here</ulink>.
+ at <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'></ulink>.
This web-based source code browser is organized into categories by function such as
IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth.
From the interface, you can click on any particular item in the "Name" column and
@@ -102,7 +102,7 @@
<imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" />
</para></listitem>
<listitem><para><anchor id='index-downloads' /><emphasis><ulink url='http://downloads.yoctoproject.org/releases/'>Index of /releases:</ulink></emphasis>
- This area contains an index releases such as
+ This area contains index releases such as
the <trademark class='trade'>Eclipse</trademark>
Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains,
and all released versions of Yocto Project in the form of images or tarballs.
@@ -177,7 +177,10 @@
"<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>"
appendix in The Yocto Project Reference Manual.</para></listitem>
<listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core,
- a BSP, or an application stack.</para></listitem>
+ a BSP, or an application stack.
+ For a discussion on BSP Layers, see the
+ "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers'>BSP Layers</ulink>"
+ section in the Yocto Project Board Support Packages (BSP) Developer's Guide.</para></listitem>
<listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image.
Metadata includes recipes, classes, and configuration files.</para></listitem>
<listitem><para><emphasis>OE-Core:</emphasis> A core set of metadata originating
OpenPOWER on IntegriCloud