From: Scott Rifenbark Date: Thu, 26 Jul 2018 22:45:43 +0000 (-0700) Subject: ref-manual: UPdates to the PNBLACKLIST variable description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e3f6d55b106c7d4e1dafc75cf809750078acafe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: UPdates to the PNBLACKLIST variable description (From yocto-docs rev: c8a606dbce01132e95250c33270ff729cadc2c0e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 329c43d4675..346090f0d46 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10742,17 +10742,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" to build. This variable works in conjunction with the blacklist - class, which the recipe must inherit globally. + class, which is inherited globally. - To prevent a recipe from being built, inherit the class - globally and use the variable in your + To prevent a recipe from being built, use the + PNBLACKLIST variable in your local.conf file. Here is an example that prevents myrecipe from being built: - INHERIT += "blacklist" PNBLACKLIST[myrecipe] = "Not supported by our organization."