diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index cba9793332..d7d86ebc46 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -208,23 +208,6 @@ scripts to be disabled should be specified using the | |||
208 | :term:`BINCONFIG` variable within the recipe inheriting | 208 | :term:`BINCONFIG` variable within the recipe inheriting |
209 | the class. | 209 | the class. |
210 | 210 | ||
211 | .. _ref-classes-blacklist: | ||
212 | |||
213 | ``blacklist.bbclass`` | ||
214 | ===================== | ||
215 | |||
216 | The ``blacklist`` class prevents the OpenEmbedded build system from | ||
217 | building specific recipes. To use this class, inherit | ||
218 | the class globally and set :term:`PNBLACKLIST` for | ||
219 | each recipe you wish to ignore. Specify the :term:`PN` | ||
220 | value as a variable flag (varflag) and provide a reason, which is | ||
221 | reported, if the package is requested to be built as the value. For | ||
222 | example, if you want to ignore a recipe called "exoticware", you | ||
223 | add the following to your ``local.conf`` or distribution configuration:: | ||
224 | |||
225 | INHERIT += "blacklist" | ||
226 | PNBLACKLIST[exoticware] = "Not supported by our organization." | ||
227 | |||
228 | .. _ref-classes-buildhistory: | 211 | .. _ref-classes-buildhistory: |
229 | 212 | ||
230 | ``buildhistory.bbclass`` | 213 | ``buildhistory.bbclass`` |