summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-20 08:31:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-21 22:43:58 +0100
commit1f758733900b9db572bfa4c3a4a609636e21b8d8 (patch)
tree2445933a231879e4c3c70d8644a23c9c843471d7 /meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
parentafb15a88172ba54a93942cb6a09e7eec022ebc28 (diff)
downloadpoky-1f758733900b9db572bfa4c3a4a609636e21b8d8.tar.gz
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 (From OE-Core rev: fc7875ce3c68a253f8b8e5d8855c1814731b5a45) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 54575a7917..21a2e89115 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "ee7efde0c94e8b2eba1a5a2709f2d21874ac7525" 18SRCREV_machine_qemuarm ?= "ee7efde0c94e8b2eba1a5a2709f2d21874ac7525"
19SRCREV_machine ?= "8465e471f5b4855d01012a18cd5fa516061c0358" 19SRCREV_machine ?= "8465e471f5b4855d01012a18cd5fa516061c0358"
20SRCREV_meta ?= "b7125842b7ce188e7846a49fcb15a71c54806d6c" 20SRCREV_meta ?= "40a967b115fdbac34fc980d0e27ac2373a031189"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23