diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-01-14 17:22:39 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-01-18 15:31:54 +0000 |
| commit | 5c9309de874a42291d19f8e03169ea00eab4a655 (patch) | |
| tree | 414b7358d2d08a811321ccd37addc11fcc71ef47 | |
| parent | 74deec51ded5b22b31b69b30537a6e9ed0997aea (diff) | |
| download | meta-raspberrypi-5c9309de874a42291d19f8e03169ea00eab4a655.tar.gz | |
rpi-config: fix do_deploy
* in https://github.com/agherzan/meta-raspberrypi/pull/678 this line was acidentally changed
from "${BOOTFILES_DIR_NAME}" to "bcm2835-bootfiles", causing do_deploy to fail finding config.txt
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -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 96f5bdf..0e5f107 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -121,7 +121,7 @@ do_deploy() { | |||
| 121 | # of the file. The underlying cause is unknown, but it can be related with a file size limitation affecting | 121 | # of the file. The underlying cause is unknown, but it can be related with a file size limitation affecting |
| 122 | # this variable. Therefore, "start_x=1" has been set to replace the original occurrence in config.txt, | 122 | # this variable. Therefore, "start_x=1" has been set to replace the original occurrence in config.txt, |
| 123 | # which is at the middle of the file. | 123 | # which is at the middle of the file. |
| 124 | sed -i '/#start_x=/ c\start_x=1' ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 124 | sed -i '/#start_x=/ c\start_x=1' ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt |
| 125 | fi | 125 | fi |
| 126 | 126 | ||
| 127 | # Offline compositing support | 127 | # Offline compositing support |
