summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index aa21d22174..1ef8163c6e 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1846,28 +1846,29 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1846 which are assumed to be a subdirectories of the directory in which the 1846 which are assumed to be a subdirectories of the directory in which the
1847 recipe file resides: 1847 recipe file resides:
1848 <itemizedlist> 1848 <itemizedlist>
1849 <listitem><para><emphasis><filename>${PN}</filename> -</emphasis> The package name 1849 <listitem><para><emphasis><filename>${PN}</filename> -</emphasis> The recipe name
1850 with any special suffix (i.e. <filename>bash-native</filename>, 1850 with any special suffix or prefix.
1851 <filename>bash</filename>). 1851 For example, using <filename>bash</filename> to build for the native
1852 <note>The package name (<filename>PN</filename>) includes the special suffix 1852 machine, <filename>PN</filename> is <filename>bash-native</filename>.
1853 <filename>-native</filename> for native recipes, 1853 Using <filename>bash</filename> to build for the target and for Multilib,
1854 <filename>-cross</filename> for cross recipes, a Multilib suffix 1854 <filename>PN</filename> would be <filename>bash</filename> and
1855 for Multilib recipes, and so forth).</note></para></listitem> 1855 <filename>lib64-bash</filename>, respectively.
1856 </para></listitem>
1856 <listitem><para><emphasis><filename>${PF}</filename> - </emphasis> 1857 <listitem><para><emphasis><filename>${PF}</filename> - </emphasis>
1857 <filename>${PN}-${EXTENDPE}${PV}-${PR}</filename>. 1858 <filename>${PN}-${EXTENDPE}${PV}-${PR}</filename>.
1858 The package name including all version and revision numbers 1859 The recipe name including all version and revision numbers
1859 (i.e. <filename>eglibc-2.13-r20+svnr15508/</filename> and 1860 (i.e. <filename>eglibc-2.13-r20+svnr15508/</filename> and
1860 <filename>bash-4.2-r1/</filename>).</para></listitem> 1861 <filename>bash-4.2-r1/</filename>).</para></listitem>
1861 <listitem><para><emphasis><filename>${P}</filename> -</emphasis> 1862 <listitem><para><emphasis><filename>${P}</filename> -</emphasis>
1862 <filename>${PN}-${PV}</filename>. 1863 <filename>${PN}-${PV}</filename>.
1863 The package name and version (i.e. <filename>bash-4.2</filename>). 1864 The recipe name and version (i.e. <filename>bash-4.2</filename>).
1864 </para></listitem> 1865 </para></listitem>
1865 <listitem><para><emphasis><filename>${BPN}</filename> -</emphasis> The 1866 <listitem><para><emphasis><filename>${BPN}</filename> -</emphasis> The
1866 base package name without any special suffix or version numbers. 1867 base recipe name without any special suffix or version numbers.
1867 </para></listitem> 1868 </para></listitem>
1868 <listitem><para><emphasis><filename>${BP}</filename> -</emphasis> 1869 <listitem><para><emphasis><filename>${BP}</filename> -</emphasis>
1869 <filename>${BPN}-${PV}</filename>. 1870 <filename>${BPN}-${PV}</filename>.
1870 The base package name and version but without any special 1871 The base recipe name and version but without any special
1871 package name suffix.</para></listitem> 1872 package name suffix.</para></listitem>
1872 <listitem><para><emphasis>Files -</emphasis> Files beneath the directory in which the recipe 1873 <listitem><para><emphasis>Files -</emphasis> Files beneath the directory in which the recipe
1873 resides.</para></listitem> 1874 resides.</para></listitem>