From: Chris Dimich <cdimich2188@gmail.com>
To: buildroot@buildroot.org
Cc: Chris Dimich <cdimich2188@gmail.com>,
Gary Bisson <bisson.gary@gmail.com>,
Refik Tuzakli <tuzakli.refik@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Romain Naour <romain.naour@gmail.com>,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Subject: [Buildroot] [PATCH 3/5] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.11.p1.2
Date: Wed, 27 Sep 2023 09:46:38 -0700 [thread overview]
Message-ID: <20230927164640.67592-4-cdimich2188@gmail.com> (raw)
In-Reply-To: <20230927164640.67592-1-cdimich2188@gmail.com>
- To match NXP 6.1.22-2.0.0 release.
- EULA/COPYING: update to LA_OPT_NXP_Software_License v45.
Signed-off-by: Chris Dimich <cdimich2188@gmail.com>
---
package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash | 8 ++++----
package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
index 8bb6a6fe32..580b31e453 100644
--- a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
+++ b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
@@ -1,5 +1,5 @@
# Locally calculated
-sha256 65427c12b43c7bb3838ec2bc91a5853c310652b920a65b2b52bacad8e761a8e4 imx-gpu-g2d-6.4.11.p1.0-arm.bin
-sha256 9bf8ebbfc85245d75ab7d133c3e135a4c5f23a0430c75883af9700e9cb82c151 imx-gpu-g2d-6.4.11.p1.0-aarch64.bin
-sha256 e17419ff1c87b5754282227f651745bd7b3986aed983e2d494505828022db4a8 COPYING
-sha256 eff6daec54c4f86eb4682eeecd3dd24ffe90398c9460c2e573dd4141bcd28652 EULA
+sha256 1ed29a4818161198b658ffc428dff7c154c38f5ba48d7358ed9b0be261d72b99 imx-gpu-g2d-6.4.11.p1.2-arm.bin
+sha256 cdf096c9b15c773ad600b24ec8888c1c4a33711c195c655e9411d4b66a992c25 imx-gpu-g2d-6.4.11.p1.2-aarch64.bin
+sha256 913ba38d4be97361c3d0fa9bf2f6dbe7b1c0c41213dd268fb6738db9704dbe32 COPYING
+sha256 4fd8bb45a2ec22117d20cfea84370e2a3a2cd99e8e177138bed0938137b1aeb3 EULA
diff --git a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
index a93c51cba3..87fe08ebe3 100644
--- a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
+++ b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
@@ -5,9 +5,9 @@
################################################################################
ifeq ($(BR2_aarch64),y)
-IMX_GPU_G2D_VERSION = 6.4.11.p1.0-aarch64
+IMX_GPU_G2D_VERSION = 6.4.11.p1.2-aarch64
else
-IMX_GPU_G2D_VERSION = 6.4.11.p1.0-arm
+IMX_GPU_G2D_VERSION = 6.4.11.p1.2-arm
endif
IMX_GPU_G2D_SITE = $(FREESCALE_IMX_SITE)
IMX_GPU_G2D_SOURCE = imx-gpu-g2d-$(IMX_GPU_G2D_VERSION).bin
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-09-27 16:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-27 16:46 [Buildroot] [PATCH 0/5] freescale-imx: update various packages Chris Dimich
2023-09-27 16:46 ` [Buildroot] [PATCH 1/5] package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.11.p.1.2 Chris Dimich
2023-09-27 16:46 ` [Buildroot] [PATCH 2/5] package/freescale-imx/imx-gpu-viv: bump to version 6.4.11.p1.2 Chris Dimich
2023-09-27 16:46 ` Chris Dimich [this message]
2023-09-27 16:46 ` [Buildroot] [PATCH 4/5] package/freescale-imx/imx-vpu-hantro: bump version to 1.29.0 Chris Dimich
2023-09-27 16:46 ` [Buildroot] [PATCH 5/5] package/freescale-imx/imx-vpu-hantro-daemon: bump version to 1.1.7 Chris Dimich
2023-09-30 16:05 ` [Buildroot] [PATCH 0/5] freescale-imx: update various packages Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230927164640.67592-4-cdimich2188@gmail.com \
--to=cdimich2188@gmail.com \
--cc=bisson.gary@gmail.com \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=romain.naour@gmail.com \
--cc=thomas.de_schampheleire@nokia.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=tuzakli.refik@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox