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.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index e076c8ff02..6df59983e7 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -177,12 +177,13 @@
177 For a list of the supported image types that the Yocto Project provides, see the 177 For a list of the supported image types that the Yocto Project provides, see the
178 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" 178 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>"
179 appendix in The Yocto Project Reference Manual.</para></listitem> 179 appendix in The Yocto Project Reference Manual.</para></listitem>
180 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, 180 <listitem><para id='layer'><emphasis>Layer:</emphasis> A collection of recipes representing the core,
181 a BSP, or an application stack. 181 a BSP, or an application stack.
182 For a discussion on BSP Layers, see the 182 For a discussion on BSP Layers, see the
183 "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers'>BSP Layers</ulink>" 183 "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers'>BSP Layers</ulink>"
184 section in the Yocto Project Board Support Packages (BSP) Developer's Guide.</para></listitem> 184 section in the Yocto Project Board Support Packages (BSP) Developer's Guide.</para></listitem>
185 <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image. 185 <listitem><para id='metadata'><emphasis>Metadata:</emphasis> The files that BitBake parses when
186 building an image.
186 Metadata includes recipes, classes, and configuration files.</para></listitem> 187 Metadata includes recipes, classes, and configuration files.</para></listitem>
187 <listitem><para><emphasis>OE-Core:</emphasis> A core set of metadata originating 188 <listitem><para><emphasis>OE-Core:</emphasis> A core set of metadata originating
188 with OpenEmbedded (OE) that is shared between OE and the Yocto Project. 189 with OpenEmbedded (OE) that is shared between OE and the Yocto Project.