diff options
| -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. | 
