diff options
| -rw-r--r-- | conf/machine/include/rpi-default-settings.inc | 6 |
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 | ||
| 3 | IMAGE_CLASSES += "sdcard_image-rpi" | 3 | IMAGE_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 | # | ||
| 8 | DEFAULT_TEST_SUITES_append_rpi = " parselogs_rpi" | ||
| 9 | DEFAULT_TEST_SUITES_remove_rpi = " parselogs" | ||
