mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] images: update gitignore for imx signed images
@ 2019-06-21  9:20 Rouven Czerwinski
  2019-06-26  7:01 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2019-06-21  9:20 UTC (permalink / raw)
  To: barebox; +Cc: Rouven Czerwinski

Makefile.imx uses the .simximg und .usimximg extensions for signing of
the images. Remove the unused .imximx.signed and also add the .csfbin
files generated by the NXP CST tool.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 images/.gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/images/.gitignore b/images/.gitignore
index 5051d61b6f..7523b51fd5 100644
--- a/images/.gitignore
+++ b/images/.gitignore
@@ -3,7 +3,8 @@
 *.img
 *.imximg
 *.imximg.prep
-*.imximg.signed
+*.simximg
+*.usimximg
 *.imx-sram-img
 *.map
 *.src
@@ -20,6 +21,7 @@
 *.mlospi
 *.mxsbs
 *.mxssd
+*.csfbin
 pbl.lds
 barebox.x
 barebox.z
-- 
2.22.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] images: update gitignore for imx signed images
  2019-06-21  9:20 [PATCH] images: update gitignore for imx signed images Rouven Czerwinski
@ 2019-06-26  7:01 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-06-26  7:01 UTC (permalink / raw)
  To: Rouven Czerwinski; +Cc: barebox

On Fri, Jun 21, 2019 at 11:20:48AM +0200, Rouven Czerwinski wrote:
> Makefile.imx uses the .simximg und .usimximg extensions for signing of
> the images. Remove the unused .imximx.signed and also add the .csfbin
> files generated by the NXP CST tool.
> 
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> ---
>  images/.gitignore | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

This doesn't apply cleanly, please resend.

> 
> diff --git a/images/.gitignore b/images/.gitignore
> index 5051d61b6f..7523b51fd5 100644
> --- a/images/.gitignore
> +++ b/images/.gitignore
> @@ -3,7 +3,8 @@
>  *.img
>  *.imximg
>  *.imximg.prep
> -*.imximg.signed
> +*.simximg
> +*.usimximg
>  *.imx-sram-img
>  *.map
>  *.src
> @@ -20,6 +21,7 @@
>  *.mlospi
>  *.mxsbs
>  *.mxssd
> +*.csfbin

We already have this one added by you in cc7fcba3af ;)

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-06-26  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21  9:20 [PATCH] images: update gitignore for imx signed images Rouven Czerwinski
2019-06-26  7:01 ` Sascha Hauer

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