summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-default-settings.inc
Commit message (Collapse)AuthorAgeFilesLines
* rpi-default-settings: Replace default parselogs with parselogs_rpiKhem Raj2020-11-041-0/+6
| | | | | | | | rpi kernel spits out additional errors in kernel logs which should be ignored, there is no easy way to extend parselogs testcase other than inheriting it into another testcase and use that testcase instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Move fsl-default*.inc from distro to machineAndrei Gherzan2012-09-181-0/+3
It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. [GITHUB #73] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>