Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *mesa* to *25.3.3* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-mesa-upgrade-25.3.1-25.3.3.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 95687490e3ee3f21e0add8457ac1dd41f3a1965f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 15 Jan 2026 23:46:40 +0000
Subject: [PATCH] mesa: upgrade 25.3.1 -> 25.3.3

---
 ...su-drop-file-names-from-the-generated-file.patch |  9 +++------
 ...reno-don-t-encode-build-path-into-binaries.patch | 13 +++++--------
 ...don-t-dump-genvk.py-args-to-generated-file.patch |  6 +++---
 ...son-misdetects-64bit-atomics-on-mips-clang.patch |  2 +-
 ...et-drop-file-names-from-the-generated-file.patch |  9 +++------
 meta/recipes-graphics/mesa/mesa.inc                 |  4 ++--
 6 files changed, 17 insertions(+), 26 deletions(-)

diff --git 
a/meta/recipes-graphics/mesa/files/0001-ethosu-drop-file-names-from-the-generated-file.patch
 
b/meta/recipes-graphics/mesa/files/0001-ethosu-drop-file-names-from-the-generated-file.patch
index aab17384d2..920716518b 100644
--- 
a/meta/recipes-graphics/mesa/files/0001-ethosu-drop-file-names-from-the-generated-file.patch
+++ 
b/meta/recipes-graphics/mesa/files/0001-ethosu-drop-file-names-from-the-generated-file.patch
@@ -1,7 +1,7 @@
-From 4c3fad710c5bc702e28ae2bcc3c73b0547c4954d Mon Sep 17 00:00:00 2001
+From 8546d71546bac64168d96765e1956e47ce49e28d Mon Sep 17 00:00:00 2001
 From: Dmitry Baryshkov <[email protected]>
 Date: Wed, 19 Nov 2025 14:19:36 +0200
-Subject: [PATCH 1/2] ethosu: drop file names from the generated file
+Subject: [PATCH] ethosu: drop file names from the generated file
 
 Having file names and dates in the generated file affects
 reproducibility. Build systems (like OE) error out on the gen_header.py
@@ -15,7 +15,7 @@ Upstream-Status: Backport 
[https://gitlab.freedesktop.org/mesa/mesa/-/commit/cdb
  1 file changed, 12 deletions(-)
 
 diff --git a/src/gallium/drivers/ethosu/gen_header.py 
b/src/gallium/drivers/ethosu/gen_header.py
-index b54516a812c7..44471893594b 100644
+index b54516a..4447189 100644
 --- a/src/gallium/drivers/ethosu/gen_header.py
 +++ b/src/gallium/drivers/ethosu/gen_header.py
 @@ -29,21 +29,9 @@ def dump_c(args, guard, func):
@@ -40,6 +40,3 @@ index b54516a812c7..44471893594b 100644
                print("Copyright (C) %s-%s by the following authors:" % 
(p.copyright_year, current_year))
                for author in p.authors:
                        print("- " + author)
--- 
-2.51.0
-
diff --git 
a/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch
 
b/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch
index 6948abe439..d6a6d39f72 100644
--- 
a/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch
+++ 
b/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch
@@ -1,4 +1,4 @@
-From 027ac36756cc75eea9ed4fee135a351af30b35fd Mon Sep 17 00:00:00 2001
+From a51c363079c7fdab89053d2be259d8df285aa763 Mon Sep 17 00:00:00 2001
 From: Dmitry Baryshkov <[email protected]>
 Date: Tue, 16 Jul 2024 12:32:47 +0300
 Subject: [PATCH] freedreno: don't encode build path into binaries
@@ -19,7 +19,7 @@ Signed-off-by: Dmitry Baryshkov <[email protected]>
  3 files changed, 8 insertions(+), 2 deletions(-)
 
 diff --git a/src/freedreno/afuc/meson.build b/src/freedreno/afuc/meson.build
-index bb7cebf5a748..351cc31ef2de 100644
+index 5dddc9a..1932410 100644
 --- a/src/freedreno/afuc/meson.build
 +++ b/src/freedreno/afuc/meson.build
 @@ -56,10 +56,12 @@ if with_tests
@@ -50,7 +50,7 @@ index bb7cebf5a748..351cc31ef2de 100644
      )
      test('afuc-disasm',
 diff --git a/src/freedreno/decode/meson.build 
b/src/freedreno/decode/meson.build
-index 469eeb4eb597..dfa1c12d0d9f 100644
+index cf5c1e7..96dcb0a 100644
 --- a/src/freedreno/decode/meson.build
 +++ b/src/freedreno/decode/meson.build
 @@ -194,6 +194,7 @@ if dep_lua.found() and dep_libarchive.found()
@@ -61,7 +61,7 @@ index 469eeb4eb597..dfa1c12d0d9f 100644
          capture: true,
        )
        test('cffdump-' + name,
-@@ -247,7 +248,8 @@ if with_tests
+@@ -283,7 +284,8 @@ if with_tests
        output: name + '.log',
        command: [crashdec, args, files('../tests/traces/' + name + 
'.devcore')],
        capture: true,
@@ -72,7 +72,7 @@ index 469eeb4eb597..dfa1c12d0d9f 100644
  
      test('crashdec-' + name,
 diff --git a/src/freedreno/meson.build b/src/freedreno/meson.build
-index 98e49b8fcf0e..145e72597eb9 100644
+index 29e1bc4..afb7426 100644
 --- a/src/freedreno/meson.build
 +++ b/src/freedreno/meson.build
 @@ -6,7 +6,7 @@ inc_freedreno_rnn = include_directories('rnn')
@@ -84,6 +84,3 @@ index 98e49b8fcf0e..145e72597eb9 100644
  
  dep_libarchive = dependency('libarchive', allow_fallback: true, required: 
false)
  dep_libxml2 = dependency('libxml-2.0', allow_fallback: true, required: false)
----
-2.39.2
-
diff --git 
a/meta/recipes-graphics/mesa/files/0001-gfxstream-don-t-dump-genvk.py-args-to-generated-file.patch
 
b/meta/recipes-graphics/mesa/files/0001-gfxstream-don-t-dump-genvk.py-args-to-generated-file.patch
index 097ca84e3b..b9db011869 100644
--- 
a/meta/recipes-graphics/mesa/files/0001-gfxstream-don-t-dump-genvk.py-args-to-generated-file.patch
+++ 
b/meta/recipes-graphics/mesa/files/0001-gfxstream-don-t-dump-genvk.py-args-to-generated-file.patch
@@ -1,4 +1,4 @@
-From c0f067e86bc9f7fbc60c2539dc612a050ee2569f Mon Sep 17 00:00:00 2001
+From 97d53d1e0da07e9d3b37c0b54c67b68f182cfd79 Mon Sep 17 00:00:00 2001
 From: Dmitry Baryshkov <[email protected]>
 Date: Wed, 19 Nov 2025 11:36:42 +0200
 Subject: [PATCH] gfxstream: don't dump genvk.py args to generated files
@@ -14,10 +14,10 @@ Signed-off-by: Dmitry Baryshkov 
<[email protected]>
  1 file changed, 1 insertion(+), 7 deletions(-)
 
 diff --git a/src/gfxstream/codegen/scripts/cerealgenerator.py 
b/src/gfxstream/codegen/scripts/cerealgenerator.py
-index 077571e9eda5..217c3e1d0e94 100644
+index 2b6a3c7..6b11209 100644
 --- a/src/gfxstream/codegen/scripts/cerealgenerator.py
 +++ b/src/gfxstream/codegen/scripts/cerealgenerator.py
-@@ -254,13 +254,7 @@ def banner_command(argv):
+@@ -256,13 +256,7 @@ def banner_command(argv):
         Return a string corresponding to the command, with platform-specific
         paths removed."""
  
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..e5e73de73d 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 cc6e6cd60fda3d0a455c40e2b4ac594e8ef0787c Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 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/0002-rocket-drop-file-names-from-the-generated-file.patch
 
b/meta/recipes-graphics/mesa/files/0002-rocket-drop-file-names-from-the-generated-file.patch
index 3e9edc411f..fbd60bfa1f 100644
--- 
a/meta/recipes-graphics/mesa/files/0002-rocket-drop-file-names-from-the-generated-file.patch
+++ 
b/meta/recipes-graphics/mesa/files/0002-rocket-drop-file-names-from-the-generated-file.patch
@@ -1,7 +1,7 @@
-From d5462c852d30fc41a223730848550db4f9675517 Mon Sep 17 00:00:00 2001
+From 2ebb2bd9edaedcf7d2d65fbcf4b6876bfce5a9e3 Mon Sep 17 00:00:00 2001
 From: Dmitry Baryshkov <[email protected]>
 Date: Wed, 19 Nov 2025 14:19:36 +0200
-Subject: [PATCH 2/2] rocket: drop file names from the generated file
+Subject: [PATCH] rocket: drop file names from the generated file
 
 Having file names and dates in the generated file affects
 reproducibility. Build systems (like OE) error out on the gen_header.py
@@ -15,7 +15,7 @@ Upstream-Status: Backport 
[https://gitlab.freedesktop.org/mesa/mesa/-/commit/7a3
  1 file changed, 12 deletions(-)
 
 diff --git a/src/gallium/drivers/rocket/gen_header.py 
b/src/gallium/drivers/rocket/gen_header.py
-index f3c6615dcb42..5457ef71d595 100644
+index f3c6615..5457ef7 100644
 --- a/src/gallium/drivers/rocket/gen_header.py
 +++ b/src/gallium/drivers/rocket/gen_header.py
 @@ -29,21 +29,9 @@ def dump_c(args, guard, func):
@@ -40,6 +40,3 @@ index f3c6615dcb42..5457ef71d595 100644
                print("Copyright (C) %s-%s by the following authors:" % 
(p.copyright_year, current_year))
                for author in p.authors:
                        print("- " + author)
--- 
-2.51.0
-
diff --git a/meta/recipes-graphics/mesa/mesa.inc 
b/meta/recipes-graphics/mesa/mesa.inc
index 835e4d46ea..252bc71635 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] = 
"059d0d985622f49588f01aa29152804f4da8ffe6add046e00a52923379c2d8da"
-PV = "25.3.1"
+SRC_URI[sha256sum] = 
"05328b3891c000e6a110a3e7321d8bfbb21631d132bf86bd3d4a8f45c535ef6b"
+PV = "25.3.3"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
-- 
2.47.1

Attachment: 0001-mesa-upgrade-25.3.1-25.3.3.patch
Description: Binary data

packages/x86-64-v3-poky-linux/mesa/libgallium: FILELIST: removed 
"/usr/lib/libgallium-25.3.1.so", added "/usr/lib/libgallium-25.3.3.so"
Changes to packages/x86-64-v3-poky-linux/mesa (sysroot):
  /usr/lib/libgallium-25.3.1.so moved to /usr/lib/libgallium-25.3.3.so
Changes to packages/x86_64-linux/mesa-native (sysroot):
  /usr/lib/libgallium-25.3.1.so moved to /usr/lib/libgallium-25.3.3.so
packages/x86-64-v3-poky-linux/mesa: SRC_URI changed from 
"https://archive.mesa3d.org/mesa-25.3.1.tar.xz 
file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch 
file://0001-freedreno-don-t-encode-build-path-into-binaries.patch 
file://0001-gfxstream-don-t-dump-genvk.py-args-to-generated-file.patch 
file://0001-ethosu-drop-file-names-from-the-generated-file.patch 
file://0002-rocket-drop-file-names-from-the-generated-file.patch" to 
"https://archive.mesa3d.org/mesa-25.3.3.tar.xz 
file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch 
file://0001-freedreno-don-t-encode-build-path-into-binaries.patch 
file://0001-gfxstream-don-t-dump-genvk.py-args-to-generated-file.patch 
file://0001-ethosu-drop-file-names-from-the-generated-file.patch 
file://0002-rocket-drop-file-names-from-the-generated-file.patch"
packages/x86-64-v3-poky-linux/mesa: PV changed from "25.3.1" to "25.3.3"
packages/x86-64-v3-poky-linux/mesa: PKGV changed from 25.3.1 [default] to 
25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libegl-mesa-dev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libegl-mesa-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libegl-mesa: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libegl-mesa: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgallium: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgallium: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgallium: FILELIST: removed 
"/usr/lib/libgallium-25.3.1.so", added "/usr/lib/libgallium-25.3.3.so"
packages/x86-64-v3-poky-linux/mesa/libgbm-dev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgbm-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgbm: PV changed from "25.3.1" to "25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgbm: PKGV changed from 25.3.1 [default] 
to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgl-mesa-dev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgl-mesa-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgl-mesa: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgl-mesa: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libglapi-dev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libglapi-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libglapi: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libglapi: PKGV changed from 25.3.1 [default] 
to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgles1-mesa-dev: PV changed from "25.3.1" 
to "25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgles1-mesa-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgles1-mesa: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgles1-mesa: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgles2-mesa-dev: PV changed from "25.3.1" 
to "25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgles2-mesa-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libgles2-mesa: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libgles2-mesa: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libglx-mesa-dev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libglx-mesa-dev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libglx-mesa: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libglx-mesa: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libopencl-mesa: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libopencl-mesa: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/libteflon: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/libteflon: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-dbg: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-dbg: PKGSIZE changed from 633968512 to 
634003696 (+0%)
packages/x86-64-v3-poky-linux/mesa/mesa-dbg: PKGV changed from 25.3.1 [default] 
to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-dbg: FILELIST: removed 
"/usr/lib/.debug/libgallium-25.3.1.so", added 
"/usr/lib/.debug/libgallium-25.3.3.so"
packages/x86-64-v3-poky-linux/mesa/mesa-dev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-dev: PKGV changed from 25.3.1 [default] 
to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-doc: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-doc: PKGV changed from 25.3.1 [default] 
to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-locale: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-locale: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-megadriver: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-megadriver: PKGSIZE changed from 201969 
to 204747 (+1%)
packages/x86-64-v3-poky-linux/mesa/mesa-megadriver: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-src: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-src: PKGSIZE changed from 194625376 to 
194625527 (+0%)
packages/x86-64-v3-poky-linux/mesa/mesa-src: PKGV changed from 25.3.1 [default] 
to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-src: FILELIST: directory renamed 
/usr/src/debug/mesa/25.3.1/src/mesa -> /usr/src/debug/mesa/25.3.3/src/mesa, 
directory renamed /usr/src/debug/mesa/25.3.1/src/util -> 
/usr/src/debug/mesa/25.3.3/src/util, directory renamed 
/usr/src/debug/mesa/25.3.1/src/compiler -> 
/usr/src/debug/mesa/25.3.3/src/compiler, directory renamed 
/usr/src/debug/mesa/25.3.1/src/gallium/drivers/zink -> 
/usr/src/debug/mesa/25.3.3/src/gallium/drivers/zink, directory renamed 
/usr/src/debug/mesa/25.3.1/src/gallium/drivers/radeonsi -> 
/usr/src/debug/mesa/25.3.3/src/gallium/drivers/radeonsi, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/vulkan -> 
/usr/src/debug/mesa/25.3.3/src/intel/vulkan, directory renamed 
/usr/src/debug/mesa/25.3.1/src/gfxstream/guest/vulkan_enc -> 
/usr/src/debug/mesa/25.3.3/src/gfxstream/guest/vulkan_enc, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/dev -> 
/usr/src/debug/mesa/25.3.3/src/intel/dev, directory renamed 
/usr/src/debug/mesa/25.
 3.1/src/util/format -> /usr/src/debug/mesa/25.3.3/src/util/format, directory 
renamed /usr/src/debug/mesa/25.3.1/src/gallium/drivers/r600 -> 
/usr/src/debug/mesa/25.3.3/src/gallium/drivers/r600, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/compiler -> 
/usr/src/debug/mesa/25.3.3/src/intel/compiler, directory renamed 
/usr/src/debug/mesa/25.3.1/src/compiler/glsl/glcpp -> 
/usr/src/debug/mesa/25.3.3/src/compiler/glsl/glcpp, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/compiler/brw -> 
/usr/src/debug/mesa/25.3.3/src/intel/compiler/brw, directory renamed 
/usr/src/debug/mesa/25.3.1/src/amd/compiler -> 
/usr/src/debug/mesa/25.3.3/src/amd/compiler, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/compiler/elk -> 
/usr/src/debug/mesa/25.3.3/src/intel/compiler/elk, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/genxml -> 
/usr/src/debug/mesa/25.3.3/src/intel/genxml, directory renamed 
/usr/src/debug/mesa/25.3.1/src/mesa/program -> 
/usr/src/debug/mesa/25.3.3/src/mesa/p
 rogram, directory renamed /usr/src/debug/mesa/25.3.1/src/amd/common -> 
/usr/src/debug/mesa/25.3.3/src/amd/common, directory renamed 
/usr/src/debug/mesa/25.3.1/src/amd/vulkan -> 
/usr/src/debug/mesa/25.3.3/src/amd/vulkan, directory renamed 
/usr/src/debug/mesa/25.3.1/src/nouveau/headers -> 
/usr/src/debug/mesa/25.3.3/src/nouveau/headers, directory renamed 
/usr/src/debug/mesa/25.3.1/src/amd/vulkan/layers -> 
/usr/src/debug/mesa/25.3.3/src/amd/vulkan/layers, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/isl -> 
/usr/src/debug/mesa/25.3.3/src/intel/isl, directory renamed 
/usr/src/debug/mesa/25.3.1/src/mesa/glapi/shared-glapi -> 
/usr/src/debug/mesa/25.3.3/src/mesa/glapi/shared-glapi, directory renamed 
/usr/src/debug/mesa/25.3.1/src/vulkan/runtime -> 
/usr/src/debug/mesa/25.3.3/src/vulkan/runtime, directory renamed 
/usr/src/debug/mesa/25.3.1/src/loader -> /usr/src/debug/mesa/25.3.3/src/loader, 
directory renamed /usr/src/debug/mesa/25.3.1/src/virtio/vulkan -> 
/usr/src/debug/mesa/25.3.3/
 src/virtio/vulkan, directory renamed 
/usr/src/debug/mesa/25.3.1/src/compiler/spirv -> 
/usr/src/debug/mesa/25.3.3/src/compiler/spirv, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/shaders -> 
/usr/src/debug/mesa/25.3.3/src/intel/shaders, directory renamed 
/usr/src/debug/mesa/25.3.1/src/gallium/auxiliary -> 
/usr/src/debug/mesa/25.3.3/src/gallium/auxiliary, directory renamed 
/usr/src/debug/mesa/25.3.1/src/gallium/drivers/r300 -> 
/usr/src/debug/mesa/25.3.3/src/gallium/drivers/r300, directory renamed 
/usr/src/debug/mesa/25.3.1/src/vulkan/util -> 
/usr/src/debug/mesa/25.3.3/src/vulkan/util, directory renamed 
/usr/src/debug/mesa/25.3.1/src/compiler/nir -> 
/usr/src/debug/mesa/25.3.3/src/compiler/nir, directory renamed 
/usr/src/debug/mesa/25.3.1/src/vulkan/wsi -> 
/usr/src/debug/mesa/25.3.3/src/vulkan/wsi, directory renamed 
/usr/src/debug/mesa/25.3.1/src/mesa/glapi/glapi/gen -> 
/usr/src/debug/mesa/25.3.3/src/mesa/glapi/glapi/gen, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/v
 ulkan_hasvk -> /usr/src/debug/mesa/25.3.3/src/intel/vulkan_hasvk, directory 
renamed /usr/src/debug/mesa/25.3.1/src/compiler/glsl -> 
/usr/src/debug/mesa/25.3.3/src/compiler/glsl, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/ds -> 
/usr/src/debug/mesa/25.3.3/src/intel/ds, directory renamed 
/usr/src/debug/mesa/25.3.1/src/intel/perf -> 
/usr/src/debug/mesa/25.3.3/src/intel/perf, directory renamed 
/usr/src/debug/mesa/25.3.1/src/gallium/frontends/lavapipe -> 
/usr/src/debug/mesa/25.3.3/src/gallium/frontends/lavapipe
packages/x86-64-v3-poky-linux/mesa/mesa-staticdev: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-staticdev: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-tools: PV changed from "25.3.1" to 
"25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-tools: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-vdpau-drivers: PV changed from "25.3.1" 
to "25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-vdpau-drivers: PKGV changed from 25.3.1 
[default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa-vulkan-drivers: PV changed from 
"25.3.1" to "25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa-vulkan-drivers: PKGSIZE changed from 
74781810 to 74785906 (+0%)
packages/x86-64-v3-poky-linux/mesa/mesa-vulkan-drivers: PKGV changed from 
25.3.1 [default] to 25.3.3 [default]
packages/x86-64-v3-poky-linux/mesa/mesa: PV changed from "25.3.1" to "25.3.3"
packages/x86-64-v3-poky-linux/mesa/mesa: PKGV changed from 25.3.1 [default] to 
25.3.3 [default]
Changes to packages/x86-64-v3-poky-linux/mesa (sysroot):
  /usr/lib/libgallium-25.3.1.so moved to /usr/lib/libgallium-25.3.3.so
Changes to packages/x86_64-linux/mesa-native (sysroot):
  /usr/lib/libgallium-25.3.1.so moved to /usr/lib/libgallium-25.3.3.so
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#229494): 
https://lists.openembedded.org/g/openembedded-core/message/229494
Mute This Topic: https://lists.openembedded.org/mt/117291156/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to