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:17:57 +0000 |
| commit | d717d7865d367363be83e23eb9324db3311161a6 (patch) | |
| tree | 0e0d02fe590996c054dcd263664ba6d025374845 /documentation | |
| parent | ef2bf39bc4891a616be56b316a847e6d41c41223 (diff) | |
| download | poky-d717d7865d367363be83e23eb9324db3311161a6.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -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. |
