]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/5.4: fix arm defconfig warnings
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 20 Apr 2021 12:30:53 +0000 (08:30 -0400)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 23 Apr 2021 15:15:03 +0000 (23:15 +0800)
commite9693b562a46c0e019d05e01174e7f8c8e13b6e3
treec71c02d1662318702ed1902e2346ca9746f807c3
parentcff3547abe3e842cca08756d02b375b209921977
linux-yocto/5.4: 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.

    d7fd0213b75 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 a86c8251905baf5bf4714f3db01cdfae02383839)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
meta/recipes-kernel/linux/linux-yocto_5.4.bb