summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-26 15:45:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:43 +0100
commit3e3f6d55b106c7d4e1dafc75cf809750078acafe (patch)
treebab98680adf95942c62a89e39e6c5ffe5c408008 /documentation
parent720baedefc34e928a506881d5c7fa82841cd6531 (diff)
downloadpoky-3e3f6d55b106c7d4e1dafc75cf809750078acafe.tar.gz
ref-manual: UPdates to the PNBLACKLIST variable description
(From yocto-docs rev: c8a606dbce01132e95250c33270ff729cadc2c0e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 329c43d467..346090f0d4 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"
10742 to build. 10742 to build.
10743 This variable works in conjunction with the 10743 This variable works in conjunction with the
10744 <link linkend='ref-classes-blacklist'><filename>blacklist</filename></link> 10744 <link linkend='ref-classes-blacklist'><filename>blacklist</filename></link>
10745 class, which the recipe must inherit globally. 10745 class, which is inherited globally.
10746 </para> 10746 </para>
10747 10747
10748 <para> 10748 <para>
10749 To prevent a recipe from being built, inherit the class 10749 To prevent a recipe from being built, use the
10750 globally and use the variable in your 10750 <filename>PNBLACKLIST</filename> variable in your
10751 <filename>local.conf</filename> file. 10751 <filename>local.conf</filename> file.
10752 Here is an example that prevents 10752 Here is an example that prevents
10753 <filename>myrecipe</filename> from being built: 10753 <filename>myrecipe</filename> from being built:
10754 <literallayout class='monospaced'> 10754 <literallayout class='monospaced'>
10755 INHERIT += "blacklist"
10756 PNBLACKLIST[myrecipe] = "Not supported by our organization." 10755 PNBLACKLIST[myrecipe] = "Not supported by our organization."
10757 </literallayout> 10756 </literallayout>
10758 </para> 10757 </para>