summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2015-10-21 12:07:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:06:35 +0100
commita8674ae642945e8c165dba94bccb004b939bca58 (patch)
treebdc69334c22c94f95d81751f5b027a07637f5227 /documentation
parente7c8c79f13b445558c3bc9cd57384018df6e5541 (diff)
downloadpoky-a8674ae642945e8c165dba94bccb004b939bca58.tar.gz
ref-manual: Updated the MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS variable
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS won't always grab your out-of-tree module recipe since the kernel recipe's PACKAGES_DYNAMIC variable provides kernel-module-*. This patch documents that your out-of-tree module needs to explicitly set its PACKAGES variable to avoid this behavior. (From yocto-docs rev: 2c51eae23b634cdace5a119ee1a6c8e8ba76dc45) 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.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>