* [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: bump to version 6.4.11.p2.6
@ 2024-08-03 14:25 Julien Olivain
2024-08-03 20:37 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-08-03 14:25 UTC (permalink / raw)
To: buildroot; +Cc: Refik Tuzakli, Julien Olivain, Gary Bisson
This version is aligned to the NXP BSP lf-6.6.23-2.0.0. See [1].
License hashes changed because the LA_OPT_NXP_Software_License changed
from "v49 September 2023" to "v56 April 2024".
[1] https://github.com/nxp-imx/meta-imx/blob/rel_imx_6.6.23_2.0.0/meta-imx-bsp/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.6-aarch64.bb
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash | 8 ++++----
package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
index b350443a51..cce08e2727 100644
--- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
+++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
@@ -1,5 +1,5 @@
# Locally calculated
-sha256 15efe6da5d4bac2a6067c2a898190be8754df6f14128c3db4756cff59c6da049 imx-gpu-viv-6.4.11.p2.2-aarch32-fd0148d.bin
-sha256 6e34f3718925ba37c362cd09a3228cc56d03cfad323ebae0932f64449dbaeb2e imx-gpu-viv-6.4.11.p2.2-aarch64-fd0148d.bin
-sha256 24d7cb3a7e51011466a149bd99acf89387b832be2d0890ce2e183dfbc9d7cb84 COPYING
-sha256 3282d88fad766897f93b0827297a70c2707d9358db24cccd5777abf7c997da77 EULA
+sha256 cf6e42c9c9a903cd933b767d411131390d237a4b92ecad579db57d54538707f3 imx-gpu-viv-6.4.11.p2.6-aarch32-bc7b6a2.bin
+sha256 5fe828113b9b2801b3fd60cd15eadfd0ac747e5897ef7db7fa22f80e7dd8a8e1 imx-gpu-viv-6.4.11.p2.6-aarch64-bc7b6a2.bin
+sha256 c9ee518510d72e254d62743f5098163eacdb6428c6ba4d8119afe2d12edba068 COPYING
+sha256 165f6c0eacb4d3a05289dfb79331c9a2c05207eb7a67ef28a117f246a0145428 EULA
diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
index 3cfbfe3ccc..a559bb7478 100644
--- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
+++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
@@ -5,9 +5,9 @@
################################################################################
ifeq ($(BR2_aarch64),y)
-IMX_GPU_VIV_VERSION = 6.4.11.p2.2-aarch64-fd0148d
+IMX_GPU_VIV_VERSION = 6.4.11.p2.6-aarch64-bc7b6a2
else
-IMX_GPU_VIV_VERSION = 6.4.11.p2.2-aarch32-fd0148d
+IMX_GPU_VIV_VERSION = 6.4.11.p2.6-aarch32-bc7b6a2
endif
IMX_GPU_VIV_SITE = $(FREESCALE_IMX_SITE)
IMX_GPU_VIV_SOURCE = imx-gpu-viv-$(IMX_GPU_VIV_VERSION).bin
--
2.45.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: bump to version 6.4.11.p2.6
2024-08-03 14:25 [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: bump to version 6.4.11.p2.6 Julien Olivain
@ 2024-08-03 20:37 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-03 20:37 UTC (permalink / raw)
To: Julien Olivain; +Cc: Refik Tuzakli, Gary Bisson, buildroot
On Sat, 3 Aug 2024 16:25:40 +0200
Julien Olivain <ju.o@free.fr> wrote:
> This version is aligned to the NXP BSP lf-6.6.23-2.0.0. See [1].
>
> License hashes changed because the LA_OPT_NXP_Software_License changed
> from "v49 September 2023" to "v56 April 2024".
>
> [1] https://github.com/nxp-imx/meta-imx/blob/rel_imx_6.6.23_2.0.0/meta-imx-bsp/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.6-aarch64.bb
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash | 8 ++++----
> package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 4 ++--
> 2 files changed, 6 insertions(+), 6 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-03 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 14:25 [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: bump to version 6.4.11.p2.6 Julien Olivain
2024-08-03 20:37 ` Thomas Petazzoni via buildroot
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.