blob: bb18496c9d4808cd8f10d580747f8b546d670c74 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001# RaspberryPi BSP default settings
2
3IMAGE_CLASSES += "sdcard_image-rpi"
Andrew Geissler5c4154f2020-10-16 10:13:56 -05004
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"