ref-manual: Edits to the blacklist class.

(From yocto-docs rev: 8092f0cbc8e511f38e9636a963f35647de4ad9e0)

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-12-05 12:41:11 -06:00 committed by Richard Purdie
parent ef2bf39bc4
commit d717d7865d
1 changed files with 3 additions and 2 deletions

View File

@ -209,11 +209,12 @@
<title><filename>blacklist.bbclass</filename></title>
<para>
The blacklist (<filename>blacklist</filename>) class prevents
The <filename>blacklist</filename> class prevents
the OpenEmbedded build system from building specific recipes
(blacklists them).
To use this class, inherit the class globally and set
<filename>PNBLACKLIST</filename> for each recipe you wish to blacklist.
<link linkend='var-PNBLACKLIST'><filename>PNBLACKLIST</filename></link>
for each recipe you wish to blacklist.
Specify the <link linkend='var-PN'><filename>PN</filename></link>
value as a variable flag (varflag) and provide a reason, which is
reported, if the package is requested to be built as the value.