ref-manual: UPdates to the PNBLACKLIST variable description

(From yocto-docs rev: c8a606dbce01132e95250c33270ff729cadc2c0e)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-07-26 15:45:43 -07:00
committed by Richard Purdie
parent 720baedefc
commit 3e3f6d55b1

View File

@@ -10742,17 +10742,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
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.
class, which is inherited globally.
</para>
<para>
To prevent a recipe from being built, inherit the class
globally and use the variable in your
To prevent a recipe from being built, use the
<filename>PNBLACKLIST</filename> 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>