summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-26 08:24:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:24 +0000
commitff7f5da85ef1f67509e539e6a438685cb5e80b08 (patch)
treee009449a5534bdb662cd71a17d24d7e714c034df /documentation
parentf8ac48631abaa167c1af784bce32769bd61e3ad8 (diff)
downloadpoky-ff7f5da85ef1f67509e539e6a438685cb5e80b08.tar.gz
ref-manual: Added PNBLACKLIST variable to the glossary.
(From yocto-docs rev: 57edd99d78d00d5b321129483b3a56b57495a503) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 67ea422618..52599cd9fd 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4362,6 +4362,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4362 </glossdef> 4362 </glossdef>
4363 </glossentry> 4363 </glossentry>
4364 4364
4365 <glossentry id='var-PNBLACKLIST'><glossterm>PNBLACKLIST</glossterm>
4366 <glossdef>
4367 <para>
4368 Lists recipes you do not want the OpenEmbedded build system
4369 to build.
4370 This variable works in conjunction with the
4371 <link linkend='ref-classes-blacklist'><filename>blacklist</filename></link>
4372 class, which the recipe must inherit globally.
4373 </para>
4374
4375 <para>
4376 To prevent a recipe from being built, inherit the class
4377 globally and use the variable in your
4378 <filename>local.conf</filename> file.
4379 Here is an example that prevents
4380 <filename>myrecipe</filename> from being built:
4381 <literallayout class='monospaced'>
4382 INHERIT += "blacklist"
4383 PNBLACKLIST[myrecipe] = "Not supported by our organization."
4384 </literallayout>
4385 </para>
4386 </glossdef>
4387 </glossentry>
4388
4365 <glossentry id='var-PR'><glossterm>PR</glossterm> 4389 <glossentry id='var-PR'><glossterm>PR</glossterm>
4366 <glossdef> 4390 <glossdef>
4367 <para>The revision of the recipe. 4391 <para>The revision of the recipe.