diff options
| author | Eduardo Abinader <eduardoabinader@gmail.com> | 2018-05-07 15:42:31 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-07 16:50:27 +0100 |
| commit | a93a373c3eb806636602efe94fc45e8d4485f05a (patch) | |
| tree | 50527300197fa0629502b7e6db81e17ef5170934 | |
| parent | d3709fa6887d6d35046df6376fe39e9a7a59038e (diff) | |
| download | meta-raspberrypi-a93a373c3eb806636602efe94fc45e8d4485f05a.tar.gz | |
config_git.bb: Remove extra space
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
| -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 9440897..bb3a0fb 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -177,7 +177,7 @@ do_deploy() { | |||
| 177 | echo "# Enable USB peripheral mode" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 177 | echo "# Enable USB peripheral mode" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 178 | echo "dtoverlay=dwc2,dr_mode=peripheral" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 178 | echo "dtoverlay=dwc2,dr_mode=peripheral" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 179 | fi | 179 | fi |
| 180 | 180 | ||
| 181 | # Append extra config if the user has provided any | 181 | # Append extra config if the user has provided any |
| 182 | echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 182 | echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 183 | } | 183 | } |
