mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
parselogs.py: ignore regulatory.db load failure messages for x86*
[YOCTO #13098] (From OE-Core rev: 9c20f8c6e4bb5157550e347ffd6ef790eb6a1200) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
38cdb19dea
commit
7519b0fc32
@@ -69,6 +69,8 @@ x86_common = [
|
||||
'amd_nb: Cannot enumerate AMD northbridges',
|
||||
'failed to retrieve link info, disabling eDP',
|
||||
'Direct firmware load for iwlwifi',
|
||||
'Direct firmware load for regulatory.db',
|
||||
'failed to load regulatory.db',
|
||||
] + common_errors
|
||||
|
||||
qemux86_common = [
|
||||
|
||||
Reference in New Issue
Block a user