mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxd_make_fit_image: add architecture name
@ 2020-10-21 12:52 avazquez.dev
  2020-10-30 12:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: avazquez.dev @ 2020-10-21 12:52 UTC (permalink / raw)
  To: ptxdist; +Cc: AVazquez

From: AVazquez <avazquez.dev@gmail.com>

Add architecture name, mandatory for types kernel and fdt.

Signed-off-by: AVazquez <avazquez.dev@gmail.com>
---
 scripts/lib/ptxd_make_fit_image.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/lib/ptxd_make_fit_image.sh b/scripts/lib/ptxd_make_fit_image.sh
index 56f2736..9754d1e 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";
 			};
-- 
1.9.1


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] ptxd_make_fit_image: add architecture name
  2020-10-21 12:52 [ptxdist] [PATCH] ptxd_make_fit_image: add architecture name avazquez.dev
@ 2020-10-30 12:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-10-30 12:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Alex Vazquez

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-30 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 12:52 [ptxdist] [PATCH] ptxd_make_fit_image: add architecture name avazquez.dev
2020-10-30 12:02 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox