ref-manual: Added PNBLACKLIST variable to the glossary.

(From yocto-docs rev: 36dde74fdfe5826b4d2e65d4f8bc98ff1116650e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-11-26 08:24:19 -08:00 committed by Richard Purdie
parent 0aaea60ea9
commit 688211b181
1 changed files with 24 additions and 0 deletions

View File

@ -4362,6 +4362,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-PNBLACKLIST'><glossterm>PNBLACKLIST</glossterm>
<glossdef>
<para>
Lists recipes you do not want the OpenEmbedded build system
to build.
This variable works in conjunction with the
<link linkend='ref-classes-blacklist'><filename>blacklist</filename></link>
class, which the recipe must inherit globally.
</para>
<para>
To prevent a recipe from being built, inherit the class
globally and use the variable in your
<filename>local.conf</filename> file.
Here is an example that prevents
<filename>myrecipe</filename> from being built:
<literallayout class='monospaced'>
INHERIT += "blacklist"
PNBLACKLIST[myrecipe] = "Not supported by our organization."
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-PR'><glossterm>PR</glossterm>
<glossdef>
<para>The revision of the recipe.