Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *24.0.4* has Succeeded.
Next steps: - apply the patch: git am 0001-mesa-upgrade-24.0.2-24.0.4.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- >From d957f1d84ec30c80a920ebe68151bf7d619662fc Mon Sep 17 00:00:00 2001 From: Upgrade Helper <a...@yoctoproject.org> Date: Mon, 1 Apr 2024 13:12:55 +0000 Subject: [PATCH] mesa: upgrade 24.0.2 -> 24.0.4 --- ...Revert-meson-do-not-pull-in-clc-for-clover.patch | 13 +++++-------- .../files/0001-drisw-fix-build-without-dri3.patch | 11 ++++------- ...son-misdetects-64bit-atomics-on-mips-clang.patch | 2 +- ...d-check-for-all-linux-host_os-combinations.patch | 4 ++-- ...xext-don-t-try-zink-if-not-enabled-in-mesa.patch | 9 +++------ meta/recipes-graphics/mesa/mesa.inc | 2 +- .../mesa/{mesa_24.0.2.bb => mesa_24.0.4.bb} | 0 7 files changed, 16 insertions(+), 25 deletions(-) rename meta/recipes-graphics/mesa/{mesa_24.0.2.bb => mesa_24.0.4.bb} (100%) diff --git a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch index f6d95c8982..b434232f98 100644 --- a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch +++ b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch @@ -1,4 +1,4 @@ -From fe4600de549549fbb3033fc1b37904ba6b3fe2af Mon Sep 17 00:00:00 2001 +From 3759a9dad05e5eb06e3e85c9f372ea93481e2cd2 Mon Sep 17 00:00:00 2001 From: Markus Volk <f_...@t-online.de> Date: Fri, 8 Mar 2024 15:53:11 +0100 Subject: [PATCH] Revert "meson: do not pull in clc for clover" @@ -18,10 +18,10 @@ Signed-off-by: Markus Volk <f_...@t-online.de> 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build -index 25e92ea5f95..3956e19c08f 100644 +index 2db6185..741b5d1 100644 --- a/meson.build +++ b/meson.build -@@ -818,6 +818,7 @@ if _opencl != 'disabled' +@@ -813,6 +813,7 @@ if _opencl != 'disabled' error('The Clover OpenCL state tracker requires rtti') endif @@ -29,7 +29,7 @@ index 25e92ea5f95..3956e19c08f 100644 with_gallium_opencl = true with_opencl_icd = _opencl == 'icd' else -@@ -842,7 +843,7 @@ if with_gallium_rusticl +@@ -837,7 +838,7 @@ if with_gallium_rusticl endif dep_clc = null_dep @@ -39,7 +39,7 @@ index 25e92ea5f95..3956e19c08f 100644 endif diff --git a/src/compiler/meson.build b/src/compiler/meson.build -index 8d73544c6d8..1dae56d1b2b 100644 +index 8d73544..1dae56d 100644 --- a/src/compiler/meson.build +++ b/src/compiler/meson.build @@ -79,7 +79,7 @@ subdir('nir') @@ -51,6 +51,3 @@ index 8d73544c6d8..1dae56d1b2b 100644 subdir('clc') endif if with_gallium --- -2.44.0 - diff --git a/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch b/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch index ab16152090..c9919a2d49 100644 --- a/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch +++ b/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch @@ -1,7 +1,7 @@ -From 4bd15a419e892da843489c374c58c5b29c40b5d6 Mon Sep 17 00:00:00 2001 +From 0216f93960a03ea4a86908c64c5ce3a8f23e4b48 Mon Sep 17 00:00:00 2001 From: Romain Naour <romain.na...@smile.fr> Date: Tue, 6 Feb 2024 09:47:09 +0100 -Subject: [PATCH 1/2] drisw: fix build without dri3 +Subject: [PATCH] drisw: fix build without dri3 commit 1887368df41 ("glx/sw: check for modifier support in the kopper path") added dri3_priv.h header and dri3_check_multibuffer() function in drisw that @@ -24,7 +24,7 @@ Signed-off-by: Khem Raj <raj.k...@gmail.com> 1 file changed, 4 insertions(+) diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c -index 3d3f752..4b19e2d 100644 +index cbba547..6f07709 100644 --- a/src/glx/drisw_glx.c +++ b/src/glx/drisw_glx.c @@ -32,7 +32,9 @@ @@ -45,7 +45,7 @@ index 3d3f752..4b19e2d 100644 if (pdpyp->zink) { bool err; psc->has_multibuffer = dri3_check_multibuffer(priv->dpy, &err); -@@ -1005,6 +1008,7 @@ driswCreateScreenDriver(int screen, struct glx_display *priv, +@@ -1007,6 +1010,7 @@ driswCreateScreenDriver(int screen, struct glx_display *priv, goto handle_error; } } @@ -53,6 +53,3 @@ index 3d3f752..4b19e2d 100644 glx_config_destroy_list(psc->base.configs); psc->base.configs = configs; --- -2.44.0 - diff --git a/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch b/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch index baa98a0d46..f6510a0360 100644 --- a/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch +++ b/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch @@ -1,4 +1,4 @@ -From 02cc21800fe29f566add525e63f619c0536d6e7b Mon Sep 17 00:00:00 2001 +From 24c782369408beb1f66f6afa78122977a2b8186c Mon Sep 17 00:00:00 2001 From: Khem Raj <raj.k...@gmail.com> Date: Mon, 13 Jan 2020 15:23:47 -0800 Subject: [PATCH] meson misdetects 64bit atomics on mips/clang diff --git a/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch b/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch index 7be7d81eeb..3c1c198e19 100644 --- a/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch +++ b/meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch @@ -1,4 +1,4 @@ -From e8ec6b1cc5e401ba719095722d8b317d755ae613 Mon Sep 17 00:00:00 2001 +From 86f4dea2363ce5e937afefcd963832f5002e6177 Mon Sep 17 00:00:00 2001 From: Alistair Francis <alist...@alistair23.me> Date: Thu, 14 Nov 2019 13:04:49 -0800 Subject: [PATCH] meson.build: check for all linux host_os combinations @@ -19,7 +19,7 @@ Signed-off-by: Alistair Francis <alist...@alistair23.me> 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build -index 133fd9a..817861e 100644 +index 5c91048..2db6185 100644 --- a/meson.build +++ b/meson.build @@ -128,7 +128,7 @@ with_any_opengl = with_opengl or with_gles1 or with_gles2 diff --git a/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch b/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch index 036a0b4945..49797afbfb 100644 --- a/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch +++ b/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch @@ -1,7 +1,7 @@ -From 62495ebb977866c52d5bed8499a547c49f0d9bc1 Mon Sep 17 00:00:00 2001 +From b3ca0813a0fa4e25d999a0bf4aa2082b76006148 Mon Sep 17 00:00:00 2001 From: Romain Naour <romain.na...@smile.fr> Date: Tue, 6 Feb 2024 09:47:10 +0100 -Subject: [PATCH 2/2] glxext: don't try zink if not enabled in mesa +Subject: [PATCH] glxext: don't try zink if not enabled in mesa Commit 7d9ea77b459 ("glx: add automatic zink fallback loading between hw and sw drivers") added an automatic zink fallback even when the zink gallium is not @@ -22,7 +22,7 @@ Signed-off-by: Khem Raj <raj.k...@gmail.com> 1 file changed, 2 insertions(+) diff --git a/src/glx/glxext.c b/src/glx/glxext.c -index 05c825a..7a06aa9 100644 +index fd53e00..31e8511 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -908,9 +908,11 @@ __glXInitialize(Display * dpy) @@ -37,6 +37,3 @@ index 05c825a..7a06aa9 100644 } #endif /* GLX_USE_DRM */ if (glx_direct) --- -2.44.0 - diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 6e96190084..d8aeeb64d0 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -22,7 +22,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] = "94e28a8edad06d8ed2b83eb53f253b9eb5aa62c3080f939702e1b3039b56c9e8" +SRC_URI[sha256sum] = "90febd30a098cbcd97ff62ecc3dcf5c93d76f7fa314de944cfce81951ba745f0" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_24.0.2.bb b/meta/recipes-graphics/mesa/mesa_24.0.4.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_24.0.2.bb rename to meta/recipes-graphics/mesa/mesa_24.0.4.bb -- 2.42.0
packages/core2-64-poky-linux/mesa: SRC_URI changed from "https://mesa.freedesktop.org/archive/mesa-24.0.2.tar.xz file://0001-meson.build-check-for-all-linux-host_os-combinations.patch file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch file://0001-drisw-fix-build-without-dri3.patch file://0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch" to "https://mesa.freedesktop.org/archive/mesa-24.0.4.tar.xz file://0001-meson.build-check-for-all-linux-host_os-combinations.patch file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch file://0001-drisw-fix-build-without-dri3.patch file://0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch" packages/core2-64-poky-linux/mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libegl-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libegl-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libegl-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libegl-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgbm-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgbm-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgbm: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgbm: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgl-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgl-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgl-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgl-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libglapi-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libglapi-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libglapi: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libglapi: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles1-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles1-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgles1-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles1-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgles2-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles2-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgles2-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles2-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgles3-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles3-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libgles3-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libgles3-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libglx-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libglx-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libglx-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libglx-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libopencl-mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libopencl-mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libopencl-mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libopencl-mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libosmesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libosmesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libosmesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libosmesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libxatracker-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libxatracker-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/libxatracker: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/libxatracker: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-dbg: PKGSIZE changed from 253976048 to 253421248 (-0%) packages/core2-64-poky-linux/mesa/mesa-dbg: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-dbg: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-dev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-dev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-doc: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-doc: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-locale: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-locale: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-megadriver: PKGSIZE changed from 23002355 to 22994887 (-0%) packages/core2-64-poky-linux/mesa/mesa-megadriver: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-megadriver: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-src: PKGSIZE changed from 153449535 to 153679082 (+0%) packages/core2-64-poky-linux/mesa/mesa-src: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-src: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-staticdev: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-staticdev: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-tools: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-tools: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-vdpau-drivers: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-vdpau-drivers: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa-vulkan-drivers: PKGSIZE changed from 26341253 to 26304389 (-0%) packages/core2-64-poky-linux/mesa/mesa-vulkan-drivers: PKGV changed from 24.0.2 [default] to 24.0.4 [default] packages/core2-64-poky-linux/mesa/mesa-vulkan-drivers: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa: PV changed from "24.0.2" to "24.0.4" packages/core2-64-poky-linux/mesa/mesa: PKGV changed from 24.0.2 [default] to 24.0.4 [default]
0001-mesa-upgrade-24.0.2-24.0.4.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197767): https://lists.openembedded.org/g/openembedded-core/message/197767 Mute This Topic: https://lists.openembedded.org/mt/105271688/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-