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 /recipes-devtools/pi-blaster | |
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 'recipes-devtools/pi-blaster')
-rw-r--r-- | recipes-devtools/pi-blaster/pi-blaster_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb index fdaf16c..4aa7427 100644 --- a/recipes-devtools/pi-blaster/pi-blaster_git.bb +++ b/recipes-devtools/pi-blaster/pi-blaster_git.bb | |||
@@ -15,8 +15,8 @@ SRCREV = "befd8ef36e5066e4d444ef47fe4020787e541248" | |||
15 | inherit update-rc.d autotools | 15 | inherit update-rc.d autotools |
16 | 16 | ||
17 | INITSCRIPT_PACKAGES = "${PN}" | 17 | INITSCRIPT_PACKAGES = "${PN}" |
18 | INITSCRIPT_NAME_${PN} = "${PN}.boot.sh" | 18 | INITSCRIPT_NAME:${PN} = "${PN}.boot.sh" |
19 | INITSCRIPT_PARAMS_${PN} = "defaults 15 85" | 19 | INITSCRIPT_PARAMS:${PN} = "defaults 15 85" |
20 | 20 | ||
21 | COMPATIBLE_MACHINE = "^rpi$" | 21 | COMPATIBLE_MACHINE = "^rpi$" |
22 | 22 | ||