From d717d7865d367363be83e23eb9324db3311161a6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 12:41:11 -0600 Subject: [PATCH] ref-manual: Edits to the blacklist class. (From yocto-docs rev: 8092f0cbc8e511f38e9636a963f35647de4ad9e0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 40c974d29e..54c272e5da 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -209,11 +209,12 @@ <filename>blacklist.bbclass</filename> - The blacklist (blacklist) class prevents + The 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. + 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.