]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/parselogs: Ignore device node warnings on mips
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Aug 2017 21:57:49 +0000 (22:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 11:06:46 +0000 (12:06 +0100)
THe newner kernels have ope firmware support enabled which leads to warnings
during boot on mips. These aren't interesting and we should ignore them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs.py

index c4d347d955a21d8477fea183965d6ffdce860425..1f36c61081274edd50c61b8f0dcdbdac41045b70 100644 (file)
@@ -86,9 +86,11 @@ ignore_errors = {
     'qemumips' : [
         'Failed to load module "glx"',
         'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
+        'cacheinfo: Failed to find cpu0 device node',
         ] + common_errors,
     'qemumips64' : [
         'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
+        'cacheinfo: Failed to find cpu0 device node',
          ] + common_errors,
     'qemuppc' : [
         'PCI 0000:00 Cannot reserve Legacy IO [io  0x0000-0x0fff]',