mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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:
committed by
Richard Purdie
parent
720baedefc
commit
3e3f6d55b1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user