mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alex Vazquez <avazquez.dev@gmail.com>
Subject: Re: [ptxdist] [APPLIED] ptxd_make_fit_image: add architecture name
Date: Fri, 30 Oct 2020 13:02:45 +0100	[thread overview]
Message-ID: <E1kYT7F-00Fs2z-3i@dude03.red.stw.pengutronix.de> (raw)
In-Reply-To: <1603284776-11933-1-git-send-email-avazquez.dev@gmail.com>

Thanks, applied as 80ec365d70f9707bf515327460af3bfc70b8b844.

Michael

[sent from post-receive hook]

On Fri, 30 Oct 2020 13:02:45 +0100, Alex Vazquez <avazquez.dev@gmail.com> wrote:
> Add architecture name, mandatory for types kernel and fdt.
> 
> Signed-off-by: AVazquez <avazquez.dev@gmail.com>
> Message-Id: <1603284776-11933-1-git-send-email-avazquez.dev@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_make_fit_image.sh b/scripts/lib/ptxd_make_fit_image.sh
> index 56f273686dc4..9754d1e84630 100644
> --- a/scripts/lib/ptxd_make_fit_image.sh
> +++ b/scripts/lib/ptxd_make_fit_image.sh
> @@ -20,6 +20,7 @@ ptxd_make_image_fit_its() {
>  			description = "kernel";
>  			data = /incbin/("${image_kernel}");
>  			type = "kernel";
> +			arch = "$(ptxd_get_ptxconf PTXCONF_ARCH_STRING)";
>  			compression = "none";
>  			hash-1 {
>  				algo = "sha256";
> @@ -47,6 +48,7 @@ EOF
>  			data = /incbin/("${i}");
>  			compression = "none";
>  			type = "flat_dt";
> +			arch = "$(ptxd_get_ptxconf PTXCONF_ARCH_STRING)";
>  			hash-1 {
>  				algo = "sha256";
>  			};

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      reply	other threads:[~2020-10-30 12:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 12:52 [ptxdist] [PATCH] " avazquez.dev
2020-10-30 12:02 ` Michael Olbrich [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=E1kYT7F-00Fs2z-3i@dude03.red.stw.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=avazquez.dev@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /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