From 0aaea60ea9f5940ba43f0f3df09d3f928876b9c3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Nov 2013 08:13:22 -0800 Subject: [PATCH] ref-manual: Added blacklist class description. (From yocto-docs rev: 65b0b7f0675428566d72601fecaa7ef7c71311c6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3fa50155a8..c1c3baa392 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -234,6 +234,28 @@ +
+ <filename>blacklist.bbclass</filename> + + + The blacklist (blacklist) class prevents + the OpenEmbedded build system from building specific recipes + (blacklists them). + To use this class, inherit the class globally and set + PNBLACKLIST for each recipe you wish to blacklist. + Specify the 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 blacklist a recipe called "exoticware", + you add the following to your local.conf + or distribution configuration: + + INHERIT += "blacklist" + PNBLACKLIST[exoticware] = "Not supported by our organization." + + +
+
Debian Renaming - <filename>debian.bbclass</filename>