diff options
author | André Draszik <adraszik@tycoint.com> | 2017-06-26 11:08:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 20:55:08 +0100 |
commit | aec7969f491b79f02c7c318830ddcf79ecb9ea1b (patch) | |
tree | deb9d8d44834180608fcc4447ba4bac03d3c9315 /meta/classes/kernel-arch.bbclass | |
parent | 627503c7b98840aedc798d34c4cd0d0a2504638f (diff) | |
download | poky-aec7969f491b79f02c7c318830ddcf79ecb9ea1b.tar.gz |
base.bbclass: extend PACKAGECONFIG to also allow RRECOMMENDS
It can be useful to add RRECOMMENDS to packages created, based
on certain PACKAGECONFIGs.
In particular where a package depends on certain linux kernel
infrastructure (kernel modules) which might or might not be
built as a module, being able to RRECOMMENDS instead of
RDEPENDS on the relevant packages avoids build failures in
case those modules are built statically into the kernel, i.e.
in case no package is being created for them.
Add another field to the PACKAGECONFIG syntax to achieve just
that.
(From OE-Core rev: ec96c985ce1c888c3ce3c4d964d7a106c3c88a5c)
Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel-arch.bbclass')
0 files changed, 0 insertions, 0 deletions