diff options
author | Ross Burton <ross.burton@arm.com> | 2023-12-04 18:24:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-06 22:55:49 +0000 |
commit | 2a20575e52ee796d319088572f87673b05b5828f (patch) | |
tree | 1501afe83a5a8c5bf73bab605e27302734221992 /meta-yocto-bsp | |
parent | 9406c0d28f73b8234698366b822f21a07593e626 (diff) | |
download | poky-2a20575e52ee796d319088572f87673b05b5828f.tar.gz |
meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
Add machine-specific ignores from oe-core to meta-yocto-bsp.
(From OE-Core rev: 97dacfa0ff170cfe411563e93af8890f3ced6132)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt | 4 | ||||
-rw-r--r-- | meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt new file mode 100644 index 0000000000..b0d98418d1 --- /dev/null +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt | |||
@@ -0,0 +1,4 @@ | |||
1 | # These should be reviewed to see if they are still needed | ||
2 | l4_wkup_cm | ||
3 | Failed to make EGL context current | ||
4 | glamor initialization failed \ No newline at end of file | ||
diff --git a/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt new file mode 100644 index 0000000000..9a655564cd --- /dev/null +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | # These should be reviewed to see if they are still needed | ||
2 | Direct firmware load for i915 | ||
3 | Failed to load firmware i915 | ||
4 | Failed to fetch GuC | ||
5 | Failed to initialize GuC | ||
6 | Failed to load DMC firmware | ||
7 | The driver is built-in, so to load the firmware you need to \ No newline at end of file | ||