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-bsp/bootfiles | |
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-bsp/bootfiles')
-rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index e84456c..c1c5340 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
@@ -261,7 +261,7 @@ do_deploy() { | |||
261 | fi | 261 | fi |
262 | } | 262 | } |
263 | 263 | ||
264 | do_deploy_append_raspberrypi3-64() { | 264 | do_deploy:append:raspberrypi3-64() { |
265 | echo "# have a properly sized image" >> $CONFIG | 265 | echo "# have a properly sized image" >> $CONFIG |
266 | echo "disable_overscan=1" >> $CONFIG | 266 | echo "disable_overscan=1" >> $CONFIG |
267 | 267 | ||