diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 18 |
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 |