diff options
-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 d0d1fba..b3356ed 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
@@ -190,7 +190,7 @@ do_deploy() { | |||
190 | fi | 190 | fi |
191 | 191 | ||
192 | # Append extra config if the user has provided any | 192 | # Append extra config if the user has provided any |
193 | echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 193 | printf "${RPI_EXTRA_CONFIG}\n" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
194 | } | 194 | } |
195 | 195 | ||
196 | do_deploy_append_raspberrypi3-64() { | 196 | do_deploy_append_raspberrypi3-64() { |