summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-05 21:25:22 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-03 17:25:53 +0000
commit2be0f27c31f51e243f1b3e3149e4a8c0a3e819a5 (patch)
tree4ac452a31d7fb4876112e5017a271794c293b5d7
parent3dabded42d084a9c8c36df47446711bc1600652c (diff)
downloadmeta-raspberrypi-2be0f27c31f51e243f1b3e3149e4a8c0a3e819a5.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--conf/machine/include/rpi-default-settings.inc6
1 files changed, 6 insertions, 0 deletions
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 @@
1# RaspberryPi BSP default settings 1# RaspberryPi BSP default settings
2 2
3IMAGE_CLASSES += "sdcard_image-rpi" 3IMAGE_CLASSES += "sdcard_image-rpi"
4
5# RPI kernel has errors of its own which should be filtered
6# therefore use parselogs_rpi test instead of parselogs from oe-core
7#
8DEFAULT_TEST_SUITES_append_rpi = " parselogs_rpi"
9DEFAULT_TEST_SUITES_remove_rpi = " parselogs"