public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH] update-u-boot-script: Fix bashism
Date: Sun, 26 Aug 2018 10:47:33 +0200	[thread overview]
Message-ID: <d26c1fd5-cffd-89e2-410f-2c73af0259fc@web.de> (raw)
In-Reply-To: <71ceb609-2190-679f-099b-f4bf28e65953@web.de>

On 2018-08-25 13:49, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> This prevented correct detection of aarch64 targets.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>   meta/recipes-bsp/u-boot-script/files/update-u-boot-script | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
> index ebdc0d5..bd7a014 100755
> --- a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
> +++ b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
> @@ -46,7 +46,7 @@ yes|1)
>   esac
>   
>   BOOT="bootz"
> -if [ "$(uname -m)" == "aarch64" ]; then
> +if [ "$(uname -m)" = "aarch64" ]; then
>   	BOOT="booti"
>   fi
>   
> 

Subject should have been "u-boot-script: Fix bashism", to address the 
package, not the script. I'll resent, along with more fixes.

Jan

      reply	other threads:[~2018-08-26  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-25 11:49 Jan Kiszka
2018-08-26  8:47 ` Jan Kiszka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d26c1fd5-cffd-89e2-410f-2c73af0259fc@web.de \
    --to=jan.kiszka@web.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox