mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
de54ea299b
commit
7c617ecb4d
@@ -208,23 +208,6 @@ scripts to be disabled should be specified using the
|
||||
:term:`BINCONFIG` variable within the recipe inheriting
|
||||
the class.
|
||||
|
||||
.. _ref-classes-blacklist:
|
||||
|
||||
``blacklist.bbclass``
|
||||
=====================
|
||||
|
||||
The ``blacklist`` class prevents the OpenEmbedded build system from
|
||||
building specific recipes. To use this class, inherit
|
||||
the class globally and set :term:`PNBLACKLIST` for
|
||||
each recipe you wish to ignore. Specify the :term:`PN`
|
||||
value as a variable flag (varflag) and provide a reason, which is
|
||||
reported, if the package is requested to be built as the value. For
|
||||
example, if you want to ignore a recipe called "exoticware", you
|
||||
add the following to your ``local.conf`` or distribution configuration::
|
||||
|
||||
INHERIT += "blacklist"
|
||||
PNBLACKLIST[exoticware] = "Not supported by our organization."
|
||||
|
||||
.. _ref-classes-buildhistory:
|
||||
|
||||
``buildhistory.bbclass``
|
||||
|
||||
Reference in New Issue
Block a user