mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
oeqa/runtime/parselogs: Exclude preempt-rt error for now
With the new 6.4 kernel we see this preempt-rt error. It is blocking changing to the new kernel and has sat on mailing lists unresolved for a long time. Ignore it in testing for now and allow upgrading until we can better understand the issues. (From OE-Core rev: 1451df346a0e2433714774421ce8f339a37a844a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -99,6 +99,7 @@ qemux86_common = [
|
||||
"blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
|
||||
"floppy: error",
|
||||
'failed to IDENTIFY (I/O error, err_mask=0x4)',
|
||||
'NOHZ tick-stop error: local softirq work is pending, handler #80!!!'
|
||||
] + common_errors
|
||||
|
||||
ignore_errors = {
|
||||
|
||||
Reference in New Issue
Block a user