From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <1603284776-11933-1-git-send-email-avazquez.dev@gmail.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 30 Oct 2020 13:02:45 +0100 Subject: Re: [ptxdist] [APPLIED] ptxd_make_fit_image: add architecture name List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Alex Vazquez Thanks, applied as 80ec365d70f9707bf515327460af3bfc70b8b844. Michael [sent from post-receive hook] On Fri, 30 Oct 2020 13:02:45 +0100, Alex Vazquez wrote: > Add architecture name, mandatory for types kernel and fdt. > > Signed-off-by: AVazquez > Message-Id: <1603284776-11933-1-git-send-email-avazquez.dev@gmail.com> > Signed-off-by: Michael Olbrich > > 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