summaryrefslogtreecommitdiffstats
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:54:13 +0000
commit688211b181377190c33c7e020e8858a2074b3f16 (patch)
tree8ad2f3cb71767be7f1fc3680ecb292e1f592935d
parent0aaea60ea9f5940ba43f0f3df09d3f928876b9c3 (diff)
downloadpoky-688211b181377190c33c7e020e8858a2074b3f16.tar.gz
ref-manual: Added PNBLACKLIST variable to the glossary.
(From yocto-docs rev: 36dde74fdfe5826b4d2e65d4f8bc98ff1116650e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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.