diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 12:41:11 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:00 +0000 |
commit | 1b7bf3559216568e1b34ec7455c9f1fd8fb91d0d (patch) | |
tree | 2911a3cbe15bfef8db595f1223839035c63494a2 | |
parent | 13b4fc5c405057973e1ef0e4dada4058b7831a93 (diff) | |
download | poky-1b7bf3559216568e1b34ec7455c9f1fd8fb91d0d.tar.gz |
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>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 40c974d29e..54c272e5da 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -209,11 +209,12 @@ | |||
209 | <title><filename>blacklist.bbclass</filename></title> | 209 | <title><filename>blacklist.bbclass</filename></title> |
210 | 210 | ||
211 | <para> | 211 | <para> |
212 | The blacklist (<filename>blacklist</filename>) class prevents | 212 | The <filename>blacklist</filename> class prevents |
213 | the OpenEmbedded build system from building specific recipes | 213 | the OpenEmbedded build system from building specific recipes |
214 | (blacklists them). | 214 | (blacklists them). |
215 | To use this class, inherit the class globally and set | 215 | To use this class, inherit the class globally and set |
216 | <filename>PNBLACKLIST</filename> for each recipe you wish to blacklist. | 216 | <link linkend='var-PNBLACKLIST'><filename>PNBLACKLIST</filename></link> |
217 | for each recipe you wish to blacklist. | ||
217 | Specify the <link linkend='var-PN'><filename>PN</filename></link> | 218 | Specify the <link linkend='var-PN'><filename>PN</filename></link> |
218 | value as a variable flag (varflag) and provide a reason, which is | 219 | value as a variable flag (varflag) and provide a reason, which is |
219 | reported, if the package is requested to be built as the value. | 220 | reported, if the package is requested to be built as the value. |