diff options
author | Saul Wold <Saul.Wold@windriver.com> | 2022-02-04 12:22:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 14:25:01 +0000 |
commit | 7c617ecb4d161fc98033534b45c05072cba5647a (patch) | |
tree | ba333270129cc2df0dc46609ad76bc3db3ffbd9b /documentation/ref-manual/classes.rst | |
parent | de54ea299b553c040de8cd1555ca9cf9305c2b0c (diff) | |
download | poky-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.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`` |