summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-05 21:25:22 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-10-09 19:53:43 +0100
commit0355ceef7646fe3988d0c497b7273f1e5e30cc0c (patch)
treededc7587c0579789ba65b81e5176cba0a722811f /conf
parenta5626b61892549aa376969e44a26c01a69ddd8f8 (diff)
downloadmeta-raspberrypi-0355ceef7646fe3988d0c497b7273f1e5e30cc0c.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>
Diffstat (limited to 'conf')
-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"