]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual/ref-variables.xml: re-write SRC_URI
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 20 Sep 2012 20:04:55 +0000 (13:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 15:36:07 +0000 (16:36 +0100)
Re-write of the SRC_URI glossary entry so that proper terminology
for PN is used.  This context the PN refers to the recipe name
and not a resulting package.

(From yocto-docs rev: fc371890d9797ba57e2ce848cd2f82f42dd6ac36)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/ref-variables.xml

index aa21d2217407a815088c5629035adc2b135aaaa1..1ef8163c6ee83f404807e1ddd7dc472c99e11b84 100644 (file)
@@ -1846,28 +1846,29 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
                             which are assumed to be a subdirectories of the directory in which the 
                             recipe file resides:
                             <itemizedlist>
-                                <listitem><para><emphasis><filename>${PN}</filename> -</emphasis> The package name 
-                                    with any special suffix (i.e. <filename>bash-native</filename>, 
-                                    <filename>bash</filename>).
-                                    <note>The package name (<filename>PN</filename>) includes the special suffix 
-                                    <filename>-native</filename> for native recipes, 
-                                    <filename>-cross</filename> for cross recipes, a Multilib suffix 
-                                    for Multilib recipes, and so forth).</note></para></listitem>
+                                <listitem><para><emphasis><filename>${PN}</filename> -</emphasis> The recipe name 
+                                    with any special suffix or prefix.
+                                    For example, using <filename>bash</filename> to build for the native
+                                    machine, <filename>PN</filename> is <filename>bash-native</filename>.
+                                    Using <filename>bash</filename> to build for the target and for Multilib,
+                                    <filename>PN</filename> would be <filename>bash</filename> and  
+                                    <filename>lib64-bash</filename>, respectively.
+                                    </para></listitem>
                                 <listitem><para><emphasis><filename>${PF}</filename> - </emphasis>
                                     <filename>${PN}-${EXTENDPE}${PV}-${PR}</filename>.
-                                    The package name including all version and revision numbers 
+                                    The recipe name including all version and revision numbers 
                                     (i.e. <filename>eglibc-2.13-r20+svnr15508/</filename> and
                                     <filename>bash-4.2-r1/</filename>).</para></listitem>
                                 <listitem><para><emphasis><filename>${P}</filename> -</emphasis> 
                                     <filename>${PN}-${PV}</filename>. 
-                                    The package name and version (i.e. <filename>bash-4.2</filename>).
+                                    The recipe name and version (i.e. <filename>bash-4.2</filename>).
                                     </para></listitem>
                                 <listitem><para><emphasis><filename>${BPN}</filename> -</emphasis> The 
-                                    base package name without any special suffix or version numbers.
+                                    base recipe name without any special suffix or version numbers.
                                     </para></listitem>
                                 <listitem><para><emphasis><filename>${BP}</filename> -</emphasis> 
                                     <filename>${BPN}-${PV}</filename>.
-                                    The base package name and version but without any special 
+                                    The base recipe name and version but without any special 
                                     package name suffix.</para></listitem>
                                 <listitem><para><emphasis>Files -</emphasis> Files beneath the directory in which the recipe
                                     resides.</para></listitem>