Skip to content

Commit

Permalink
rpi-config: fix do_deploy
Browse files Browse the repository at this point in the history
* in #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>
  • Loading branch information
shr-project authored and agherzan committed Jan 18, 2021
1 parent 74deec5 commit 5c9309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/bootfiles/rpi-config_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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.
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

# Offline compositing support
Expand Down

0 comments on commit 5c9309d

Please sign in to comment.