From 1b7bf3559216568e1b34ec7455c9f1fd8fb91d0d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 12:41:11 -0600 Subject: ref-manual: Edits to the blacklist class. (From yocto-docs rev: 97e072c5496d9b7d61f6e198a3b9604b3ea13383) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf