summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.