diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-07-07 10:40:37 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-12 16:50:45 +0100 |
commit | 86adbe4db668e2459718d9fd3e6a3b3371718ace (patch) | |
tree | 40ab692203d58c8f577f8af64d8654fba6a121d3 /scripts/lib/scriptutils.py | |
parent | 11177248cc5948201505a71cd905e681db78d9e6 (diff) | |
download | poky-86adbe4db668e2459718d9fd3e6a3b3371718ace.tar.gz |
linux-yocto-tiny/6.4: fix configuration warnings (HID)
When building -tiny for qemux86 on 6.4, CONFIG_HID related warnings
were observed.
[NOTE]: 'CONFIG_HID_WACOM' last val (y) and .config val (n) do not match
[NOTE]: 'CONFIG_USB_HID' last val (y) and .config val (n) do not match
[NOTE]: 'CONFIG_USB_HIDDEV' last val (y) and .config val (n) do not match
This is due to our allnoconfig baseline disabling HID, which dependent
drivers require.
Rather than universally enabling CONFIG_HID in the base tiny ktype, we
can create a fragment and include it from the common-pc tiny kernel
entry point.
252c55e236c common-pc/tiny: enable HID by default
849f920aa1b cfg: add CONFIG_HID base fragment
(From OE-Core rev: 32e2396402ab954da3df89eab1a900043661d20f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions