From 9c87a1acbda3cd9544b6cb78bca0de481eb763db Mon Sep 17 00:00:00 2001 From: Eduardo Abinader Date: Mon, 7 May 2018 15:42:31 +0200 Subject: config_git.bb: Remove extra space Signed-off-by: Eduardo Abinader --- 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 e0b2b58..0b93208 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb @@ -177,7 +177,7 @@ do_deploy() { echo "# Enable USB peripheral mode" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt echo "dtoverlay=dwc2,dr_mode=peripheral" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt fi - + # Append extra config if the user has provided any echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt } -- cgit v1.2.3-54-g00ecf