diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-20 13:04:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 16:36:07 +0100 |
commit | 35abb93edfae4d16143008eb100fca7e2cf21296 (patch) | |
tree | 53e7b50e4e46d44f79d3937240e357bae3127d84 /documentation/poky-ref-manual/ref-variables.xml | |
parent | b06035c232feef8f567b1cd55b2d64e4ddfb3db6 (diff) | |
download | poky-35abb93edfae4d16143008eb100fca7e2cf21296.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: re-write SRC_URI
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>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 23 |
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> |