diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 20:00:20 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-04 12:30:12 +0300 |
| commit | 3f703e1b1d8c523ef244e24f316079c80e02b1ab (patch) | |
| tree | 39d8380a646953388d13dd3aa9d7454088e1a6ca /conf/machine/include | |
| parent | 9ea7aa2cd2cdc775425797b689e782718896ea50 (diff) | |
| download | meta-raspberrypi-3f703e1b1d8c523ef244e24f316079c80e02b1ab.tar.gz | |
Manually fix conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/rpi-default-settings.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/rpi-default-settings.inc b/conf/machine/include/rpi-default-settings.inc index a89ddb1..b788f14 100644 --- a/conf/machine/include/rpi-default-settings.inc +++ b/conf/machine/include/rpi-default-settings.inc | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | IMAGE_CLASSES += "sdcard_image-rpi" | 3 | IMAGE_CLASSES += "sdcard_image-rpi" |
| 4 | 4 | ||
| 5 | # RPI kernel has errors of its own which should be filtered | 5 | # RPI kernel has errors of its own which should be filtered |
| 6 | # therefore use parselogs:rpi test instead of parselogs from oe-core | 6 | # therefore use parselogs_rpi test instead of parselogs from oe-core |
| 7 | # | 7 | # |
| 8 | DEFAULT_TEST_SUITES:append:rpi = " parselogs:rpi" | 8 | DEFAULT_TEST_SUITES:append:rpi = " parselogs_rpi" |
| 9 | DEFAULT_TEST_SUITES:remove:rpi = " parselogs" | 9 | DEFAULT_TEST_SUITES:remove:rpi = " parselogs" |
