[yocto] [meta-raspberrypi][PATCH v2] rpi-config: fix invalid shell variable name

Andrei Gherzan andrei at gherzan.ro
Wed Apr 5 08:35:53 PDT 2017


On Tue, Apr 04, 2017 at 07:35:50PM +0200, Andrea Galbusera wrote:
> Commit da32aac introduced an invalid shell variable name in do_deploy():
> according to bash manpage variable names cannot contain dots. Replace
> dot with underscore to fix it.
>
> Signed-off-by: Andrea Galbusera <gizero at gmail.com>
> ---
>
> v2: also update README accordingly
> Signed-off-by: Andrea Galbusera <gizero at gmail.com>
> ---
>  README                                  | 2 +-
>  recipes-bsp/bootfiles/rpi-config_git.bb | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index c58bc99..9fdd5eb 100644
> --- a/README
> +++ b/README
> @@ -247,7 +247,7 @@ List of currently supported models:
>  If you would like to use the Waveshare "C" 1024×600, 7 inch Capacitive Touch
>  Screen LCD, HDMI interface (http://www.waveshare.com/7inch-HDMI-LCD-C.htm)
>  Rev 2.1, please set the following in your local.conf
> -WAVESHARE_1024X600_C_2.1 = "1"
> +WAVESHARE_1024X600_C_2_1 = "1"
>
>  3.P. Enable UART
>  ===============
> diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
> index 8adc938..af55983 100644
> --- a/recipes-bsp/bootfiles/rpi-config_git.bb
> +++ b/recipes-bsp/bootfiles/rpi-config_git.bb
> @@ -112,7 +112,7 @@ do_deploy() {
>      fi
>
>      # Waveshare "C" 1024x600 7" Rev2.1 IPS capacitive touch (http://www.waveshare.com/7inch-HDMI-LCD-C.htm)
> -    if [ "${WAVESHARE_1024X600_C_2.1}" = "1" ]; then
> +    if [ "${WAVESHARE_1024X600_C_2_1}" = "1" ]; then
>          echo "# Waveshare \"C\" 1024x600 7\" Rev2.1 IPS capacitive touch screen" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
>          echo "max_usb_current=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
>          echo "hdmi_group=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Merged to master. Thanks.

--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170405/fbea2d8e/attachment.pgp>


More information about the yocto mailing list