summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"