From: Ross Burton Date: Mon, 4 Dec 2023 18:24:19 +0000 (+0000) Subject: meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores X-Git-Tag: yocto-5.2~4398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97dacfa0ff170cfe411563e93af8890f3ced6132;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores Add machine-specific ignores from oe-core to meta-yocto-bsp. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 00000000000..b0d98418d17 --- /dev/null +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt @@ -0,0 +1,4 @@ +# These should be reviewed to see if they are still needed +l4_wkup_cm +Failed to make EGL context current +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 00000000000..9a655564cdc --- /dev/null +++ b/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt @@ -0,0 +1,7 @@ +# These should be reviewed to see if they are still needed +Direct firmware load for i915 +Failed to load firmware i915 +Failed to fetch GuC +Failed to initialize GuC +Failed to load DMC firmware +The driver is built-in, so to load the firmware you need to \ No newline at end of file