summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@windriver.com>2022-02-04 12:22:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 14:25:01 +0000
commit7c617ecb4d161fc98033534b45c05072cba5647a (patch)
treeba333270129cc2df0dc46609ad76bc3db3ffbd9b /documentation/ref-manual/classes.rst
parentde54ea299b553c040de8cd1555ca9cf9305c2b0c (diff)
downloadpoky-7c617ecb4d161fc98033534b45c05072cba5647a.tar.gz
documentation: Update for skip_recipe rename
This change better aligns the name of the variable with its purpose. Since we removed the older class, the associated documentation is also removed. (From yocto-docs rev: aa136a0fb552339db5475fff7947d2248f8af3e1) Signed-off-by: Saul Wold <saul.wold@windriver.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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``