mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
documentation/poky-ref-manual/ref-variables.xml: Edits to PN suffix
Added some clarifying edits to the explanation about suffix and prefix names used with the PN variable. (From yocto-docs rev: f42baf8ddb3da1ab8ba69d30581812646ce4dc83) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
19bd5f0725
commit
69eb23904b
@@ -1555,8 +1555,15 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
|
|||||||
will be "expat".</para>
|
will be "expat".</para>
|
||||||
<para>
|
<para>
|
||||||
The variable refers to a package name in the context of a file created or produced by the
|
The variable refers to a package name in the context of a file created or produced by the
|
||||||
OpenEmbedded build system.
|
OpenEmbedded build system.</para>
|
||||||
</para>
|
<para>If applicable, the <filename>PN</filename> variable also contains any special
|
||||||
|
suffix or prefix.
|
||||||
|
For example, using <filename>bash</filename> to build packages for the native
|
||||||
|
machine, <filename>PN</filename> is <filename>bash-native</filename>.
|
||||||
|
Using <filename>bash</filename> to build packages for the target and for Multilib,
|
||||||
|
<filename>PN</filename> would be <filename>bash</filename> and
|
||||||
|
<filename>lib64-bash</filename>, respectively.
|
||||||
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|
||||||
@@ -1853,7 +1860,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
|
|||||||
recipe file resides:
|
recipe file resides:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><emphasis><filename>${PN}</filename> -</emphasis> The recipe name
|
<listitem><para><emphasis><filename>${PN}</filename> -</emphasis> The recipe name
|
||||||
with any special suffix or prefix.
|
with any special suffix or prefix, if applicable.
|
||||||
For example, using <filename>bash</filename> to build for the native
|
For example, using <filename>bash</filename> to build for the native
|
||||||
machine, <filename>PN</filename> is <filename>bash-native</filename>.
|
machine, <filename>PN</filename> is <filename>bash-native</filename>.
|
||||||
Using <filename>bash</filename> to build for the target and for Multilib,
|
Using <filename>bash</filename> to build for the target and for Multilib,
|
||||||
|
|||||||
Reference in New Issue
Block a user