* [Buildroot] [PATCH] package/mali-driver: bump to version 2023-04-04
@ 2023-04-04 18:57 Giulio Benetti
2023-04-15 19:20 ` Yann E. MORIN
2023-04-23 9:50 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Giulio Benetti @ 2023-04-04 18:57 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti
This versions fixed build failure on Linux 6.1
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/mali-driver/mali-driver.hash | 2 +-
package/mali-driver/mali-driver.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/mali-driver/mali-driver.hash b/package/mali-driver/mali-driver.hash
index 5d32c1af8a..de3b6e69f0 100644
--- a/package/mali-driver/mali-driver.hash
+++ b/package/mali-driver/mali-driver.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 761e3f000b4c546cbd35baf34f5a0d1090f048dd44ee543773674192fd95f6b3 mali-driver-87c13e6994b20b5068e3a5e4f4c1b64db666a4c8.tar.gz
+sha256 763d3cf76eb03584df6a13986a2877dc0ae5f310fc3d91e8a498fc5f89271dcc mali-driver-c90627f78d58567a2acb7cbf77d565e03a131294.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
diff --git a/package/mali-driver/mali-driver.mk b/package/mali-driver/mali-driver.mk
index bdc9fedeb4..8e059fe8bd 100644
--- a/package/mali-driver/mali-driver.mk
+++ b/package/mali-driver/mali-driver.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MALI_DRIVER_VERSION = 87c13e6994b20b5068e3a5e4f4c1b64db666a4c8
+MALI_DRIVER_VERSION = c90627f78d58567a2acb7cbf77d565e03a131294
MALI_DRIVER_SITE = $(call github,bootlin,mali-driver,$(MALI_DRIVER_VERSION))
MALI_DRIVER_DEPENDENCIES = linux
MALI_DRIVER_LICENSE = GPL-2.0
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/mali-driver: bump to version 2023-04-04
2023-04-04 18:57 [Buildroot] [PATCH] package/mali-driver: bump to version 2023-04-04 Giulio Benetti
@ 2023-04-15 19:20 ` Yann E. MORIN
2023-04-23 9:50 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-04-15 19:20 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
Giulio, All,
On 2023-04-04 20:57 +0200, Giulio Benetti spake thusly:
> This versions fixed build failure on Linux 6.1
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/mali-driver/mali-driver.hash | 2 +-
> package/mali-driver/mali-driver.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/mali-driver/mali-driver.hash b/package/mali-driver/mali-driver.hash
> index 5d32c1af8a..de3b6e69f0 100644
> --- a/package/mali-driver/mali-driver.hash
> +++ b/package/mali-driver/mali-driver.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 761e3f000b4c546cbd35baf34f5a0d1090f048dd44ee543773674192fd95f6b3 mali-driver-87c13e6994b20b5068e3a5e4f4c1b64db666a4c8.tar.gz
> +sha256 763d3cf76eb03584df6a13986a2877dc0ae5f310fc3d91e8a498fc5f89271dcc mali-driver-c90627f78d58567a2acb7cbf77d565e03a131294.tar.gz
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
> diff --git a/package/mali-driver/mali-driver.mk b/package/mali-driver/mali-driver.mk
> index bdc9fedeb4..8e059fe8bd 100644
> --- a/package/mali-driver/mali-driver.mk
> +++ b/package/mali-driver/mali-driver.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -MALI_DRIVER_VERSION = 87c13e6994b20b5068e3a5e4f4c1b64db666a4c8
> +MALI_DRIVER_VERSION = c90627f78d58567a2acb7cbf77d565e03a131294
> MALI_DRIVER_SITE = $(call github,bootlin,mali-driver,$(MALI_DRIVER_VERSION))
> MALI_DRIVER_DEPENDENCIES = linux
> MALI_DRIVER_LICENSE = GPL-2.0
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/mali-driver: bump to version 2023-04-04
2023-04-04 18:57 [Buildroot] [PATCH] package/mali-driver: bump to version 2023-04-04 Giulio Benetti
2023-04-15 19:20 ` Yann E. MORIN
@ 2023-04-23 9:50 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-04-23 9:50 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:
> This versions fixed build failure on Linux 6.1
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Committed to 2023.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-23 9:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04 18:57 [Buildroot] [PATCH] package/mali-driver: bump to version 2023-04-04 Giulio Benetti
2023-04-15 19:20 ` Yann E. MORIN
2023-04-23 9:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox