summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-28 11:14:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-01 23:30:28 +0100
commitee198802a348b167bad6f69904b5ca232934dfde (patch)
tree4026f208bc376724c11d69dde229fd7f5e9922ee /documentation/dev-manual/dev-manual-newbie.xml
parent0101e9edf47d49bd25632389a735bdc298c4a728 (diff)
downloadpoky-ee198802a348b167bad6f69904b5ca232934dfde.tar.gz
documentation: dev-manual - First re-write of "Package" term.
(From yocto-docs rev: 735f6b10710f060541de88c9164c9cc1e605d436) 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/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index a32c31a408..b2ed2da20a 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -308,9 +308,23 @@
308 with OpenEmbedded (OE) that is shared between OE and the Yocto Project. 308 with OpenEmbedded (OE) that is shared between OE and the Yocto Project.
309 This metadata is found in the <filename>meta</filename> directory of the source 309 This metadata is found in the <filename>meta</filename> directory of the source
310 directory.</para></listitem> 310 directory.</para></listitem>
311 <listitem><para><emphasis>Package:</emphasis> The packaged output from a baked recipe. 311 <listitem><para><emphasis>Package:</emphasis> In the context of the Yocto Project,
312 this term refers to the packaged output from a baked recipe.
312 A package is generally the compiled binaries produced from the recipe's sources. 313 A package is generally the compiled binaries produced from the recipe's sources.
313 You ‘bake’ something by running it through BitBake.</para></listitem> 314 You ‘bake’ something by running it through BitBake.</para>
315 <para>It is worth noting that the term "package" can, in general, have subtle
316 meanings. For example, the packages refered to in the
317 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" section are
318 compiled binaries that when installed add functionality to your Linux
319 distribution.</para>
320 <para>Another point worth noting is that historically within the Yocto Project,
321 recipes were referred to as packages - thus, the existence of several BitBake
322 variables that are seemingly mis-named,
323 (e.g. <ulink url='&YOCTO_DOCS_REF_URL;#var-PR'><filename>PR</filename></ulink>,
324 <ulink url='&YOCTO_DOCS_REF_URL;#var-PRINC'><filename>PRINC</filename></ulink>,
325 <ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink>, and
326 <ulink url='&YOCTO_DOCS_REF_URL;#var-PE'><filename>PE</filename></ulink>).
327 </para></listitem>
314 <listitem><para id='poky'><emphasis>Poky:</emphasis> The term "poky" can mean several things. 328 <listitem><para id='poky'><emphasis>Poky:</emphasis> The term "poky" can mean several things.
315 In its most general sence, it is an open-source project that was initially developed 329 In its most general sence, it is an open-source project that was initially developed
316 by OpenedHand. With OpenedHand, poky was developed off of the existing OpenEmbedded 330 by OpenedHand. With OpenedHand, poky was developed off of the existing OpenEmbedded