mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
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>
(cherry picked from commit 5c9309de87)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
committed by
Andrei Gherzan
parent
18fd207e70
commit
5da689d0af
@@ -121,7 +121,7 @@ do_deploy() {
|
|||||||
# of the file. The underlying cause is unknown, but it can be related with a file size limitation affecting
|
# of the file. The underlying cause is unknown, but it can be related with a file size limitation affecting
|
||||||
# this variable. Therefore, "start_x=1" has been set to replace the original occurrence in config.txt,
|
# this variable. Therefore, "start_x=1" has been set to replace the original occurrence in config.txt,
|
||||||
# which is at the middle of the file.
|
# which is at the middle of the file.
|
||||||
sed -i '/#start_x=/ c\start_x=1' ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
sed -i '/#start_x=/ c\start_x=1' ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/config.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Offline compositing support
|
# Offline compositing support
|
||||||
|
|||||||
Reference in New Issue
Block a user