All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.14
@ 2022-08-10 12:27 Bram Vlerick
  2022-08-10 12:40 ` Gary Bisson
  2022-08-10 16:32 ` [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 Bram Vlerick
  0 siblings, 2 replies; 6+ messages in thread
From: Bram Vlerick @ 2022-08-10 12:27 UTC (permalink / raw)
  To: buildroot; +Cc: Bram Vlerick, Refik Tuzakli, Gary Bisson

Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org>
---
 package/freescale-imx/firmware-imx/firmware-imx.hash | 2 +-
 package/freescale-imx/firmware-imx/firmware-imx.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
index 98a0e73048..b6bcbb8b84 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.hash
+++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256  6b6747bf36ecc53e385234afdce01f69c5775adf0d6685c885281ca6e4e322ef  firmware-imx-8.12.bin
+sha256  bfe9c57857e8442e7eb26ba3e1020733b09a7c9b83952ad4822980546c58a7f4  firmware-imx-8.14.bin
 sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
 sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 211a43c4ca..3619c6b794 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FIRMWARE_IMX_VERSION = 8.12
+FIRMWARE_IMX_VERSION = 8.14
 FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
 FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
 
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.14
  2022-08-10 12:27 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.14 Bram Vlerick
@ 2022-08-10 12:40 ` Gary Bisson
  2022-08-10 16:32 ` [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 Bram Vlerick
  1 sibling, 0 replies; 6+ messages in thread
From: Gary Bisson @ 2022-08-10 12:40 UTC (permalink / raw)
  To: Bram Vlerick; +Cc: Refik Tuzakli, Gary Bisson, buildroot

Hi Bram,

Thanks for your contributions. I have a few remarks below.

On Wed, Aug 10, 2022 at 02:27:40PM +0200, Bram Vlerick wrote:

Please describe here what the update is about, what release it matches
etc... You can look at the Yocto layer for details about the changelog:
https://github.com/Freescale/meta-freescale/commit/cb3baf51

> Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org>
> ---
>  package/freescale-imx/firmware-imx/firmware-imx.hash | 2 +-
>  package/freescale-imx/firmware-imx/firmware-imx.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
> index 98a0e73048..b6bcbb8b84 100644
> --- a/package/freescale-imx/firmware-imx/firmware-imx.hash
> +++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
> @@ -1,4 +1,4 @@
>  # Locally calculated
> -sha256  6b6747bf36ecc53e385234afdce01f69c5775adf0d6685c885281ca6e4e322ef  firmware-imx-8.12.bin
> +sha256  bfe9c57857e8442e7eb26ba3e1020733b09a7c9b83952ad4822980546c58a7f4  firmware-imx-8.14.bin
>  sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
>  sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA

Are you sure you've checked the COPYING/EULA sha? From the Yocto change
I'd say they need to be updated.

> diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
> index 211a43c4ca..3619c6b794 100644
> --- a/package/freescale-imx/firmware-imx/firmware-imx.mk
> +++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FIRMWARE_IMX_VERSION = 8.12
> +FIRMWARE_IMX_VERSION = 8.14

Why 8.14, why not 8.15 like the Yocto layer?

Regards,
Gary
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15
  2022-08-10 12:27 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.14 Bram Vlerick
  2022-08-10 12:40 ` Gary Bisson
@ 2022-08-10 16:32 ` Bram Vlerick
  2022-08-11  5:44   ` Hager Stefan
  2022-08-11 11:00   ` Peter Korsgaard
  1 sibling, 2 replies; 6+ messages in thread
From: Bram Vlerick @ 2022-08-10 16:32 UTC (permalink / raw)
  To: buildroot; +Cc: Bram Vlerick, Refik Tuzakli, Gary Bisson

New version contains updated binaries which are part of the NXP
5.15.5-1.0.0 Yocto release.

Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org>
---
 package/freescale-imx/firmware-imx/firmware-imx.hash | 6 +++---
 package/freescale-imx/firmware-imx/firmware-imx.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
index 98a0e73048..c86e4244ef 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.hash
+++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256  6b6747bf36ecc53e385234afdce01f69c5775adf0d6685c885281ca6e4e322ef  firmware-imx-8.12.bin
-sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
-sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA
+sha256  937e196476b8e95b4b7f2501a14c8326d8a0649f8a3f9228b72373770a08deb3  firmware-imx-8.15.bin
+sha256  35188e65dbb9c7da4bbcb77c7726e835607f9f41b8b44149806ea51429ca9a31  COPYING
+sha256  30f61825583b4c26d29a798ad7e4c8ef2f2f390b1e964af302d2dc40e93cb0a4  EULA
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 211a43c4ca..2d1818334a 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FIRMWARE_IMX_VERSION = 8.12
+FIRMWARE_IMX_VERSION = 8.15
 FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
 FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
 
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15
  2022-08-10 16:32 ` [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 Bram Vlerick
@ 2022-08-11  5:44   ` Hager Stefan
  2022-08-11  6:32     ` Bram Vlerick
  2022-08-11 11:00   ` Peter Korsgaard
  1 sibling, 1 reply; 6+ messages in thread
From: Hager Stefan @ 2022-08-11  5:44 UTC (permalink / raw)
  To: Bram Vlerick, buildroot@buildroot.org; +Cc: Refik Tuzakli, Gary Bisson

Hi!

What about the license file SCR.txt in that package?
This file describes the type of license grant: specially if section 2.3 (redistribution) of the EULA/COPYING can be applied.

Imho SCR.txt should also be added to firmware-imx.mk  as well as the hashes to the corresponding file.

Best regards
Stefan Hager

From: buildroot <buildroot-bounces@buildroot.org> on behalf of Bram Vlerick <bram.vlerick@openpixelsystems.org>
Sent: Wednesday, August 10, 2022 18:32
To: buildroot@buildroot.org <buildroot@buildroot.org>
Cc: Bram Vlerick <bram.vlerick@openpixelsystems.org>; Refik Tuzakli <tuzakli.refik@gmail.com>; Gary Bisson <bisson.gary@gmail.com>
Subject: [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 
 
New version contains updated binaries which are part of the NXP
5.15.5-1.0.0 Yocto release.

Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org>
---
 package/freescale-imx/firmware-imx/firmware-imx.hash | 6 +++---
 package/freescale-imx/firmware-imx/firmware-imx.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
index 98a0e73048..c86e4244ef 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.hash
+++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256  6b6747bf36ecc53e385234afdce01f69c5775adf0d6685c885281ca6e4e322ef  firmware-imx-8.12.bin
-sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
-sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA
+sha256  937e196476b8e95b4b7f2501a14c8326d8a0649f8a3f9228b72373770a08deb3  firmware-imx-8.15.bin
+sha256  35188e65dbb9c7da4bbcb77c7726e835607f9f41b8b44149806ea51429ca9a31  COPYING
+sha256  30f61825583b4c26d29a798ad7e4c8ef2f2f390b1e964af302d2dc40e93cb0a4  EULA
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 211a43c4ca..2d1818334a 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FIRMWARE_IMX_VERSION = 8.12
+FIRMWARE_IMX_VERSION = 8.15
 FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
 FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
 
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15
  2022-08-11  5:44   ` Hager Stefan
@ 2022-08-11  6:32     ` Bram Vlerick
  0 siblings, 0 replies; 6+ messages in thread
From: Bram Vlerick @ 2022-08-11  6:32 UTC (permalink / raw)
  To: Hager Stefan; +Cc: Refik Tuzakli, Gary Bisson, buildroot@buildroot.org

Hi,

I agree it might be a good idea to add the SCR.txt to firmware-imx.mk.
However, I'm not sure if this should done as a part of a version bump?

Regards,
Bram

On Thu, Aug 11, 2022 at 05:44:43AM +0000, Hager Stefan wrote:
> Hi!
> 
> What about the license file SCR.txt in that package?
> This file describes the type of license grant: specially if section 2.3 (redistribution) of the EULA/COPYING can be applied.
> 
> Imho SCR.txt should also be added to firmware-imx.mk  as well as the hashes to the corresponding file.
> 
> Best regards
> Stefan Hager
> 
> From: buildroot <buildroot-bounces@buildroot.org> on behalf of Bram Vlerick <bram.vlerick@openpixelsystems.org>
> Sent: Wednesday, August 10, 2022 18:32
> To: buildroot@buildroot.org <buildroot@buildroot.org>
> Cc: Bram Vlerick <bram.vlerick@openpixelsystems.org>; Refik Tuzakli <tuzakli.refik@gmail.com>; Gary Bisson <bisson.gary@gmail.com>
> Subject: [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 
>  
> New version contains updated binaries which are part of the NXP
> 5.15.5-1.0.0 Yocto release.
> 
> Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org>
> ---
>  package/freescale-imx/firmware-imx/firmware-imx.hash | 6 +++---
>  package/freescale-imx/firmware-imx/firmware-imx.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
> index 98a0e73048..c86e4244ef 100644
> --- a/package/freescale-imx/firmware-imx/firmware-imx.hash
> +++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
> @@ -1,4 +1,4 @@
>  # Locally calculated
> -sha256  6b6747bf36ecc53e385234afdce01f69c5775adf0d6685c885281ca6e4e322ef  firmware-imx-8.12.bin
> -sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
> -sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA
> +sha256  937e196476b8e95b4b7f2501a14c8326d8a0649f8a3f9228b72373770a08deb3  firmware-imx-8.15.bin
> +sha256  35188e65dbb9c7da4bbcb77c7726e835607f9f41b8b44149806ea51429ca9a31  COPYING
> +sha256  30f61825583b4c26d29a798ad7e4c8ef2f2f390b1e964af302d2dc40e93cb0a4  EULA
> diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
> index 211a43c4ca..2d1818334a 100644
> --- a/package/freescale-imx/firmware-imx/firmware-imx.mk
> +++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FIRMWARE_IMX_VERSION = 8.12
> +FIRMWARE_IMX_VERSION = 8.15
>  FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
>  FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
>  
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15
  2022-08-10 16:32 ` [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 Bram Vlerick
  2022-08-11  5:44   ` Hager Stefan
@ 2022-08-11 11:00   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-08-11 11:00 UTC (permalink / raw)
  To: Bram Vlerick; +Cc: Refik Tuzakli, Gary Bisson, buildroot

>>>>> "Bram" == Bram Vlerick <bram.vlerick@openpixelsystems.org> writes:

 > New version contains updated binaries which are part of the NXP
 > 5.15.5-1.0.0 Yocto release.

 > Signed-off-by: Bram Vlerick <bram.vlerick@openpixelsystems.org>

License files updates are important, so they shouldn't be silently
done. I've added a note about the changes and also added SCR.txt as
suggested by Stefan and committed, thanks.

> ---
 >  package/freescale-imx/firmware-imx/firmware-imx.hash | 6 +++---
 >  package/freescale-imx/firmware-imx/firmware-imx.mk   | 2 +-
 >  2 files changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
 > index 98a0e73048..c86e4244ef 100644
 > --- a/package/freescale-imx/firmware-imx/firmware-imx.hash
 > +++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
 > @@ -1,4 +1,4 @@
 >  # Locally calculated
 > -sha256  6b6747bf36ecc53e385234afdce01f69c5775adf0d6685c885281ca6e4e322ef  firmware-imx-8.12.bin
 > -sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
 > -sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA
 > +sha256  937e196476b8e95b4b7f2501a14c8326d8a0649f8a3f9228b72373770a08deb3  firmware-imx-8.15.bin
 > +sha256  35188e65dbb9c7da4bbcb77c7726e835607f9f41b8b44149806ea51429ca9a31  COPYING
 > +sha256  30f61825583b4c26d29a798ad7e4c8ef2f2f390b1e964af302d2dc40e93cb0a4  EULA
 > diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
 > index 211a43c4ca..2d1818334a 100644
 > --- a/package/freescale-imx/firmware-imx/firmware-imx.mk
 > +++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -FIRMWARE_IMX_VERSION = 8.12
 > +FIRMWARE_IMX_VERSION = 8.15
 >  FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
 >  FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
 
 > -- 

 > 2.31.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-11 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 12:27 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.14 Bram Vlerick
2022-08-10 12:40 ` Gary Bisson
2022-08-10 16:32 ` [Buildroot] [PATCH v2 1/1] package/freescale-imx/firmware-imx: bump version to 8.15 Bram Vlerick
2022-08-11  5:44   ` Hager Stefan
2022-08-11  6:32     ` Bram Vlerick
2022-08-11 11:00   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.