xref: /openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-settings.inc (revision 213cb2696d00a85cd48d356cb5131824a302d828)
1# RaspberryPi BSP default settings
2
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"
10