From 5da689d0af83c9ccbcc9e7338a3d0c3567a0e60d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 14 Jan 2021 17:22:39 +0100 Subject: [PATCH] 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 (cherry picked from commit 5c9309de874a42291d19f8e03169ea00eab4a655) Signed-off-by: Ricardo Salveti --- recipes-bsp/bootfiles/rpi-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { # 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