summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst17
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
209the class. 209the class.
210 210
211.. _ref-classes-blacklist:
212
213``blacklist.bbclass``
214=====================
215
216The ``blacklist`` class prevents the OpenEmbedded build system from
217building specific recipes. To use this class, inherit
218the class globally and set :term:`PNBLACKLIST` for
219each recipe you wish to ignore. Specify the :term:`PN`
220value as a variable flag (varflag) and provide a reason, which is
221reported, if the package is requested to be built as the value. For
222example, if you want to ignore a recipe called "exoticware", you
223add 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``