diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
tree | 545d37c830534b43da2533efd402d9068cc15148 /conf/machine/include/rpi-default-settings.inc | |
parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
download | meta-raspberrypi-ag/override.tar.gz |
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of
"_".
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'conf/machine/include/rpi-default-settings.inc')
-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 bb18496..b788f14 100644 --- a/conf/machine/include/rpi-default-settings.inc +++ b/conf/machine/include/rpi-default-settings.inc | |||
@@ -5,5 +5,5 @@ IMAGE_CLASSES += "sdcard_image-rpi" | |||
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" |