diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-20 08:31:26 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-21 22:43:58 +0100 |
commit | 1f758733900b9db572bfa4c3a4a609636e21b8d8 (patch) | |
tree | 2445933a231879e4c3c70d8644a23c9c843471d7 | |
parent | afb15a88172ba54a93942cb6a09e7eec022ebc28 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 20faff811a..dacff74bce 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "ac98a75ef2bc550f67454bd738ede581c8846ff3" | 14 | SRCREV_machine ?= "ac98a75ef2bc550f67454bd738ede581c8846ff3" |
15 | SRCREV_meta ?= "b7125842b7ce188e7846a49fcb15a71c54806d6c" | 15 | SRCREV_meta ?= "40a967b115fdbac34fc980d0e27ac2373a031189" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
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 | ||
18 | SRCREV_machine_qemuarm ?= "ee7efde0c94e8b2eba1a5a2709f2d21874ac7525" | 18 | SRCREV_machine_qemuarm ?= "ee7efde0c94e8b2eba1a5a2709f2d21874ac7525" |
19 | SRCREV_machine ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 19 | SRCREV_machine ?= "8465e471f5b4855d01012a18cd5fa516061c0358" |
20 | SRCREV_meta ?= "b7125842b7ce188e7846a49fcb15a71c54806d6c" | 20 | SRCREV_meta ?= "40a967b115fdbac34fc980d0e27ac2373a031189" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index e93e41c69b..e6859a2319 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
@@ -17,13 +17,13 @@ SRCREV_machine_qemuarm ?= "4f13e8499f2bfc9d95dcc70b981ea16351ff088b" | |||
17 | SRCREV_machine_qemuarm64 ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 17 | SRCREV_machine_qemuarm64 ?= "8465e471f5b4855d01012a18cd5fa516061c0358" |
18 | SRCREV_machine_qemumips ?= "64f8949180b1a6375abef20eebf735e853701c71" | 18 | SRCREV_machine_qemumips ?= "64f8949180b1a6375abef20eebf735e853701c71" |
19 | SRCREV_machine_qemuppc ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 19 | SRCREV_machine_qemuppc ?= "8465e471f5b4855d01012a18cd5fa516061c0358" |
20 | SRCREV_machine_qemuriscv64 ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 20 | SRCREV_machine_qemuriscv64 ?= "d6e20b2257ecfa6e796a45a4175863862a28fa11" |
21 | SRCREV_machine_qemuriscv32 ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 21 | SRCREV_machine_qemuriscv32 ?= "d6e20b2257ecfa6e796a45a4175863862a28fa11" |
22 | SRCREV_machine_qemux86 ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 22 | SRCREV_machine_qemux86 ?= "d6e20b2257ecfa6e796a45a4175863862a28fa11" |
23 | SRCREV_machine_qemux86-64 ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 23 | SRCREV_machine_qemux86-64 ?= "d6e20b2257ecfa6e796a45a4175863862a28fa11" |
24 | SRCREV_machine_qemumips64 ?= "6bf49ed9b223173d918b7c0140b8d0561bc2674c" | 24 | SRCREV_machine_qemumips64 ?= "6bf49ed9b223173d918b7c0140b8d0561bc2674c" |
25 | SRCREV_machine ?= "8465e471f5b4855d01012a18cd5fa516061c0358" | 25 | SRCREV_machine ?= "d6e20b2257ecfa6e796a45a4175863862a28fa11" |
26 | SRCREV_meta ?= "b7125842b7ce188e7846a49fcb15a71c54806d6c" | 26 | SRCREV_meta ?= "40a967b115fdbac34fc980d0e27ac2373a031189" |
27 | 27 | ||
28 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
29 | # KMACHINE_qemuarm ?= "qemuarma15" | 29 | # KMACHINE_qemuarm ?= "qemuarma15" |