diff mbox series

[scarthgap,02/17] mesa: upgrade 24.0.5 -> 24.0.7

Message ID 247f62169d1fff5df16606c64aed38b642f36857.1721740245.git.steve@sakoman.com
State Accepted
Delegated to: Steve Sakoman
Headers show
Series [scarthgap,01/17] glibc: stable 2.39 branch updates | expand

Commit Message

Steve Sakoman July 23, 2024, 1:13 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Mesa 24.0.7 is a bug fix release

Changelog:
 https://docs.mesa3d.org/relnotes/24.0.7.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 55d962ff7e3475d2c46e1a76d9efa55e1de6e940)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 .../mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb}               | 0
 meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
 meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb}   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb} (100%)

Comments

Böszörményi Zoltán July 23, 2024, 2:32 p.m. UTC | #1
24.0.9 is the latest bugfix release

2024. 07. 23. 15:13 keltezéssel, Steve Sakoman via lists.openembedded.org írta:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Mesa 24.0.7 is a bug fix release
>
> Changelog:
>   https://docs.mesa3d.org/relnotes/24.0.7.html
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> (cherry picked from commit 55d962ff7e3475d2c46e1a76d9efa55e1de6e940)
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>   .../mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb}               | 0
>   meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
>   meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb}   | 0
>   3 files changed, 1 insertion(+), 1 deletion(-)
>   rename meta/recipes-graphics/mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} (100%)
>   rename meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb} (100%)
>
> diff --git a/meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb b/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb
> rename to meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index 7cc48e8a04..9157fe9c3f 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -21,7 +21,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
>              file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \
>   "
>   
> -SRC_URI[sha256sum] = "38cc245ca8faa3c69da6d2687f8906377001f63365348a62cc6f7fafb1e8c018"
> +SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a"
>   
>   UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
>   
> diff --git a/meta/recipes-graphics/mesa/mesa_24.0.5.bb b/meta/recipes-graphics/mesa/mesa_24.0.7.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa_24.0.5.bb
> rename to meta/recipes-graphics/mesa/mesa_24.0.7.bb
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#202347): https://lists.openembedded.org/g/openembedded-core/message/202347
> Mute This Topic: https://lists.openembedded.org/mt/107504024/3617728
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [zboszor@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Steve Sakoman July 23, 2024, 2:44 p.m. UTC | #2
On Tue, Jul 23, 2024 at 7:32 AM Böszörményi Zoltán <zboszor@gmail.com> wrote:
>
> 24.0.9 is the latest bugfix release

If you would like to prepare a patch for this upgrade I would be happy
to take it.

Master has moved off of this release, so there won't be a master patch
to cherry-pick.

Steve

> 2024. 07. 23. 15:13 keltezéssel, Steve Sakoman via lists.openembedded.org írta:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Mesa 24.0.7 is a bug fix release
> >
> > Changelog:
> >   https://docs.mesa3d.org/relnotes/24.0.7.html
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > (cherry picked from commit 55d962ff7e3475d2c46e1a76d9efa55e1de6e940)
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >   .../mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb}               | 0
> >   meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
> >   meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb}   | 0
> >   3 files changed, 1 insertion(+), 1 deletion(-)
> >   rename meta/recipes-graphics/mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} (100%)
> >   rename meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb} (100%)
> >
> > diff --git a/meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb b/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
> > similarity index 100%
> > rename from meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb
> > rename to meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
> > diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> > index 7cc48e8a04..9157fe9c3f 100644
> > --- a/meta/recipes-graphics/mesa/mesa.inc
> > +++ b/meta/recipes-graphics/mesa/mesa.inc
> > @@ -21,7 +21,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> >              file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \
> >   "
> >
> > -SRC_URI[sha256sum] = "38cc245ca8faa3c69da6d2687f8906377001f63365348a62cc6f7fafb1e8c018"
> > +SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a"
> >
> >   UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
> >
> > diff --git a/meta/recipes-graphics/mesa/mesa_24.0.5.bb b/meta/recipes-graphics/mesa/mesa_24.0.7.bb
> > similarity index 100%
> > rename from meta/recipes-graphics/mesa/mesa_24.0.5.bb
> > rename to meta/recipes-graphics/mesa/mesa_24.0.7.bb
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#202347): https://lists.openembedded.org/g/openembedded-core/message/202347
> > Mute This Topic: https://lists.openembedded.org/mt/107504024/3617728
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [zboszor@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb b/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_24.0.5.bb
rename to meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 7cc48e8a04..9157fe9c3f 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -21,7 +21,7 @@  SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \
 "
 
-SRC_URI[sha256sum] = "38cc245ca8faa3c69da6d2687f8906377001f63365348a62cc6f7fafb1e8c018"
+SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
diff --git a/meta/recipes-graphics/mesa/mesa_24.0.5.bb b/meta/recipes-graphics/mesa/mesa_24.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_24.0.5.bb
rename to meta/recipes-graphics/mesa/mesa_24.0.7.bb