mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00: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.
|
to build.
|
||||||
This variable works in conjunction with the
|
This variable works in conjunction with the
|
||||||
<link linkend='ref-classes-blacklist'><filename>blacklist</filename></link>
|
<link linkend='ref-classes-blacklist'><filename>blacklist</filename></link>
|
||||||
class, which the recipe must inherit globally.
|
class, which is inherited globally.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To prevent a recipe from being built, inherit the class
|
To prevent a recipe from being built, use the
|
||||||
globally and use the variable in your
|
<filename>PNBLACKLIST</filename> variable in your
|
||||||
<filename>local.conf</filename> file.
|
<filename>local.conf</filename> file.
|
||||||
Here is an example that prevents
|
Here is an example that prevents
|
||||||
<filename>myrecipe</filename> from being built:
|
<filename>myrecipe</filename> from being built:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
INHERIT += "blacklist"
|
|
||||||
PNBLACKLIST[myrecipe] = "Not supported by our organization."
|
PNBLACKLIST[myrecipe] = "Not supported by our organization."
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user