From patchwork Fri Mar 15 17:00:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41044 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B7CDC54EF5 for ; Fri, 15 Mar 2024 17:00:15 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.1277.1710522012517623170 for ; Fri, 15 Mar 2024 10:00:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=SOdOpR/e; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=cOMtzPds; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018e430e9991-65e2c8c4-464c-47f2-a153-ad7006630972-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1710522014; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=q5Y6Gwtb9WheXZtRzNvbjJXXUlnIVK6bVvAtNLv8PL4=; b=SOdOpR/eWLtebhtHUDMvSJFlEvcT3sYSF+bjXUi1rFjId5qBnQNZdqNU3u3RK98C At0dGw3LaQ+I08lA5bGN8MyqsQhac5K1yG2K9/y5t15+1j8QrhheOzf7X47oceFREJd JnfThrAF1T7Fidt57JwK33COy5+SGXeGhSsWFqcc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522014; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=q5Y6Gwtb9WheXZtRzNvbjJXXUlnIVK6bVvAtNLv8PL4=; b=cOMtzPdsW1q9AbrSc1MSIJl7HJGxkNwLrl4iNWGQz4Im/JplviMVTiVT8ivSZPwG COOoPJgStO0i6hg3LoIbMfbuMYR/FrS5mMo02Z2WCyN28/NN1TSuwOrS0TMoIwnu1vD oon0IkhbKv+llVBcgnGDzAxZEQNOczY7QhZQ6o/w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mesa: upgrading to 24.0.3 SUCCEEDED Message-ID: <0101018e430e9991-65e2c8c4-464c-47f2-a153-ad7006630972-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:14 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.45 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 Mar 2024 17:00:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197209 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *24.0.3* has Succeeded. Next steps: - apply the patch: git am 0001-mesa-upgrade-24.0.2-24.0.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 91bf9a888c14f94040955a41ce215f8eda44dedf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 12:25:11 +0000 Subject: [PATCH] mesa: upgrade 24.0.2 -> 24.0.3 --- .../mesa/files/0001-drisw-fix-build-without-dri3.patch | 7 ++----- .../mesa/files/0001-gallium-Fix-build-with-llvm-17.patch | 2 +- ...0001-meson-misdetects-64bit-atomics-on-mips-clang.patch | 2 +- ...on.build-check-for-all-linux-host_os-combinations.patch | 4 ++-- ...0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch | 7 ++----- meta/recipes-graphics/mesa/mesa.inc | 2 +- .../mesa/{mesa_24.0.2.bb => mesa_24.0.3.bb} | 0 7 files changed, 9 insertions(+), 15 deletions(-) rename meta/recipes-graphics/mesa/{mesa_24.0.2.bb => mesa_24.0.3.bb} (100%) 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..97fff243b5 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 d9ee6a95480b9721026fe6e7256f6350e7fd3c42 Mon Sep 17 00:00:00 2001 From: Romain Naour 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 @@ -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-gallium-Fix-build-with-llvm-17.patch b/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch index ceb0153f8d..cc0ede0bc0 100644 --- a/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch +++ b/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch @@ -1,4 +1,4 @@ -From 3e1e5c475b52651657c906e6b03ee13567cccdd7 Mon Sep 17 00:00:00 2001 +From f09df22fa849ccda256c365617bb584e4e843d05 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 23 Jun 2023 01:20:38 -0700 Subject: [PATCH] gallium: Fix build with llvm 17 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..0f479c37d3 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 cbc82509e10bdb62701e7e5b1c12bb00ca2ecccf Mon Sep 17 00:00:00 2001 From: Khem Raj 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..7934366889 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 5bdc4ab761c7ea991c28215e9e980f4520c7a2ad Mon Sep 17 00:00:00 2001 From: Alistair Francis 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 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..ff5dde34f8 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 01c4e7e12ee51f7fd92f36d7fe06febe10abcbfa Mon Sep 17 00:00:00 2001 From: Romain Naour 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 @@ -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 12d7a18eb8..a025c005ba 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://0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch \ " -SRC_URI[sha256sum] = "94e28a8edad06d8ed2b83eb53f253b9eb5aa62c3080f939702e1b3039b56c9e8" +SRC_URI[sha256sum] = "77aec9a2a37b7d3596ea1640b3cc53d0b5d9b3b52abed89de07e3717e91bfdbe" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_24.0.2.bb b/meta/recipes-graphics/mesa/mesa_24.0.3.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_24.0.2.bb rename to meta/recipes-graphics/mesa/mesa_24.0.3.bb