* [PATCH] mesa: upgrade from 25.3.3 to 25.3.6
@ 2026-02-24 3:06 Changqing Li
2026-02-24 15:44 ` [OE-core] " Mathieu Dubois-Briand
0 siblings, 1 reply; 3+ messages in thread
From: Changqing Li @ 2026-02-24 3:06 UTC (permalink / raw)
To: openembedded-core
Release Note:
https://docs.mesa3d.org/relnotes/25.3.6.html
Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
meta/recipes-graphics/mesa/mesa.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 1607fddd4b..dff1a66f7c 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -22,8 +22,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \
file://0002-rocket-drop-file-names-from-the-generated-file.patch \
"
-SRC_URI[sha256sum] = "05328b3891c000e6a110a3e7321d8bfbb21631d132bf86bd3d4a8f45c535ef6b"
-PV = "25.3.3"
+SRC_URI[sha256sum] = "59217efeac3b64e7ced958324b9db7494f1e0741aeb22d780276514cc1b8f206"
+PV = "25.3.6"
UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] mesa: upgrade from 25.3.3 to 25.3.6
2026-02-24 3:06 [PATCH] mesa: upgrade from 25.3.3 to 25.3.6 Changqing Li
@ 2026-02-24 15:44 ` Mathieu Dubois-Briand
2026-02-24 15:55 ` Quentin Schulz
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Dubois-Briand @ 2026-02-24 15:44 UTC (permalink / raw)
To: changqing.li, openembedded-core; +Cc: Quentin Schulz
On Tue Feb 24, 2026 at 4:06 AM CET, Changqing Li via lists.openembedded.org wrote:
> Release Note:
> https://docs.mesa3d.org/relnotes/25.3.6.html
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
> meta/recipes-graphics/mesa/mesa.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index 1607fddd4b..dff1a66f7c 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -22,8 +22,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \
> file://0002-rocket-drop-file-names-from-the-generated-file.patch \
> "
>
> -SRC_URI[sha256sum] = "05328b3891c000e6a110a3e7321d8bfbb21631d132bf86bd3d4a8f45c535ef6b"
> -PV = "25.3.3"
> +SRC_URI[sha256sum] = "59217efeac3b64e7ced958324b9db7494f1e0741aeb22d780276514cc1b8f206"
> +PV = "25.3.6"
>
> UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
>
Hi Changqing,
Thanks for your patch. I note there is already a message on the list
upgrading to 26.0.
https://lists.openembedded.org/g/openembedded-core/message/231117
Your patch might still be interesting if for any reason we decide not
to switch to 26.0, but I will not pick it in my branch right away.
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] mesa: upgrade from 25.3.3 to 25.3.6
2026-02-24 15:44 ` [OE-core] " Mathieu Dubois-Briand
@ 2026-02-24 15:55 ` Quentin Schulz
0 siblings, 0 replies; 3+ messages in thread
From: Quentin Schulz @ 2026-02-24 15:55 UTC (permalink / raw)
To: Mathieu Dubois-Briand, changqing.li, openembedded-core
Hi Mathieu,
On 2/24/26 4:44 PM, Mathieu Dubois-Briand wrote:
> On Tue Feb 24, 2026 at 4:06 AM CET, Changqing Li via lists.openembedded.org wrote:
>> Release Note:
>> https://docs.mesa3d.org/relnotes/25.3.6.html
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> ---
>> meta/recipes-graphics/mesa/mesa.inc | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
>> index 1607fddd4b..dff1a66f7c 100644
>> --- a/meta/recipes-graphics/mesa/mesa.inc
>> +++ b/meta/recipes-graphics/mesa/mesa.inc
>> @@ -22,8 +22,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \
>> file://0002-rocket-drop-file-names-from-the-generated-file.patch \
>> "
>>
>> -SRC_URI[sha256sum] = "05328b3891c000e6a110a3e7321d8bfbb21631d132bf86bd3d4a8f45c535ef6b"
>> -PV = "25.3.3"
>> +SRC_URI[sha256sum] = "59217efeac3b64e7ced958324b9db7494f1e0741aeb22d780276514cc1b8f206"
>> +PV = "25.3.6"
>>
>> UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
>>
>
> Hi Changqing,
>
> Thanks for your patch. I note there is already a message on the list
> upgrading to 26.0.
>
Already merged in master, see
https://git.openembedded.org/openembedded-core/commit/meta/recipes-graphics/mesa?id=fff91e17742c2045468c504f892e82b3742f28bb
Whinlatter is on 25.2.x so this isn't relevant for any stable release, I
believe we can simply drop this patch entirely.
Cheers,
Quentin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-24 15:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 3:06 [PATCH] mesa: upgrade from 25.3.3 to 25.3.6 Changqing Li
2026-02-24 15:44 ` [OE-core] " Mathieu Dubois-Briand
2026-02-24 15:55 ` Quentin Schulz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox