]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/5.10: fix arm defconfig warnings
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 20 Apr 2021 12:31:26 +0000 (08:31 -0400)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 23 Apr 2021 08:14:22 +0000 (16:14 +0800)
commit70515be581fef634a96a72a892dcff3ec4f890c0
tree654c6fe4c1eef8455e44fedcced4a6657f6c82d6
parent32495969b2b37c2cd4f334339c4a57066da23873
linux-yocto/5.10: fix arm defconfig warnings

A recent fix to the kern-tools promoted some previously unseen
issues to warnings. This commit fixes them by tagging some BT
options as non-hardware so they won't generate warnings if they
don't appear in the final .config. These are sub BT options and
shouldn't warn when/if their controlling option is disabled by
a fragment.

    40a967b115f base: exclude some BT options as non-hardware

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fc7875ce3c68a253f8b8e5d8855c1814731b5a45)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
meta/recipes-kernel/linux/linux-yocto_5.10.bb