ref-manual: Edits to the blacklist class.

(From yocto-docs rev: 97e072c5496d9b7d61f6e198a3b9604b3ea13383)

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 13b4fc5c40
commit 1b7bf35592
1 changed files with 3 additions and 2 deletions

View File

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