summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 82410941c2..93118c424a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7510,6 +7510,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7510 <literallayout class='monospaced'> 7510 <literallayout class='monospaced'>
7511 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-ab123" 7511 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-ab123"
7512 </literallayout> 7512 </literallayout>
7513 <note>
7514 In this example, the
7515 <filename>kernel-module-ab123</filename> recipe
7516 needs to explicitly set its
7517 <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>
7518 variable to ensure that BitBake does not use the
7519 kernel recipe's
7520 <link linkend='var-PACKAGES_DYNAMIC'><filename>PACKAGES_DYNAMIC</filename></link>
7521 variable to satisfy the dependency.
7522 </note>
7513 </para> 7523 </para>
7514 7524
7515 <para> 7525 <para>