From 2be0f27c31f51e243f1b3e3149e4a8c0a3e819a5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 5 Oct 2020 21:25:22 -0700 Subject: rpi-default-settings: Replace default parselogs with parselogs_rpi rpi kernel spits out additional errors in kernel logs which should be ignored, there is no easy way to extend parselogs testcase other than inheriting it into another testcase and use that testcase instead Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-settings.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/machine/include/rpi-default-settings.inc b/conf/machine/include/rpi-default-settings.inc index 716a8bb..bb18496 100644 --- a/conf/machine/include/rpi-default-settings.inc +++ b/conf/machine/include/rpi-default-settings.inc @@ -1,3 +1,9 @@ # RaspberryPi BSP default settings IMAGE_CLASSES += "sdcard_image-rpi" + +# RPI kernel has errors of its own which should be filtered +# therefore use parselogs_rpi test instead of parselogs from oe-core +# +DEFAULT_TEST_SUITES_append_rpi = " parselogs_rpi" +DEFAULT_TEST_SUITES_remove_rpi = " parselogs" -- cgit v1.2.3-54-g00ecf