diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-06 12:24:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-06 12:27:21 +0000 |
commit | 92d6170c32c393c7d03957129627ef052f2d063d (patch) | |
tree | dacda20a90ded2b94ef86a250bf4228d077eec46 | |
parent | 18e879ae05d24cdbc3d2e547b2f88e0d21ddb676 (diff) | |
download | poky-92d6170c32c393c7d03957129627ef052f2d063d.tar.gz |
oeqa/runtime: Move files from oe-core to bsp layer
These were accidentally added to oe-core, move to the correct place in this
layer.
(From meta-yocto rev: d3d9f79d759e5c7818f17bf1331230d0d53cde1a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||