blob: b788f146fc4f2bad391067294cd3a764525789d6 [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#
Patrick Williams213cb262021-08-07 19:21:33 -05008DEFAULT_TEST_SUITES:append:rpi = " parselogs_rpi"
9DEFAULT_TEST_SUITES:remove:rpi = " parselogs"