From patchwork Tue Jul 15 15:55:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 66888 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 142DCC83F3B for ; Tue, 15 Jul 2025 15:56:04 +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.12164.1752594932763452332 for ; Tue, 15 Jul 2025 08:55:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Grojgxc2; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=sU/wMexF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101980eccb001-cb19dbbf-3d0a-456e-b9c5-1864f134156b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1752594952; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=AT8T+uOcbqhC7lW69iSfp7weRtM0xpNclwlRXDx6R2E=; b=Grojgxc2Pzu3OAyBG4Y9yvEd9JMiCTsLdopQGeO4jCam20kyyGz8M0fbT2gVO/Ml E4e4Ps5FBJRFChAIrVQPb/gb4ZbVKmBw7G79+S6Qlv2EQnAO/WtiOBini5/JqnQJnJp gXzU5rMv/nl+WC7JAmV+R3upcNM5c15fcVLVm1iI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1752594952; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=AT8T+uOcbqhC7lW69iSfp7weRtM0xpNclwlRXDx6R2E=; b=sU/wMexFPv2d+mcDqxKZWe3Xttblb1gZJCu27qZDXX8qcPNO1rVTAquZoaAWIH2B UyanaA4KmXJP+K9f3Yl10Os8KiqG6683P/PSygD1vUO0KyjktezWhq015mrQwB4HiOw /15/GbfoKwXaT6iKzaoMJqWgjN+4ecPao2UlV6y8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xserver-xorg: upgrading to 21.1.18 SUCCEEDED Message-ID: <010101980eccb001-cb19dbbf-3d0a-456e-b9c5-1864f134156b-000000@us-west-2.amazonses.com> Date: Tue, 15 Jul 2025 15:55:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.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 ; Tue, 15 Jul 2025 15:56:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220385 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xserver-xorg* to *21.1.18* has Succeeded. Next steps: - apply the patch: git am 0001-xserver-xorg-upgrade-21.1.16-21.1.18.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 a50b662643809b1be60a07976625aa071cc4201d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Jul 2025 14:18:22 +0000 Subject: [PATCH] xserver-xorg: upgrade 21.1.16 -> 21.1.18 --- .../0001-Avoid-duplicate-definitions-of-IOPortBase.patch | 2 +- ...1-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch | 2 +- .../{xserver-xorg_21.1.16.bb => xserver-xorg_21.1.18.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.16.bb => xserver-xorg_21.1.18.bb} (92%) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch index e9cbc9b4da..b370f81fe1 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch @@ -1,4 +1,4 @@ -From cedc797e1a0850039a25b7e387b342e54fffcc97 Mon Sep 17 00:00:00 2001 +From 25da4e354a5c876cd0747228c84ec5c37d875897 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 17 Aug 2020 10:50:51 -0700 Subject: [PATCH] Avoid duplicate definitions of IOPortBase diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch index a196e50751..2f72d3f727 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch @@ -1,4 +1,4 @@ -From ad8967de36e6e2a185b71ce1d701448cda4ef3e2 Mon Sep 17 00:00:00 2001 +From a2d13b8f5dcd1cf476568037c860a25db8b0fcd9 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Fri, 16 Mar 2018 17:23:11 -0700 Subject: [PATCH] xf86pciBus.c: use Intel ddx only for pre-gen4 hardware diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.18.bb similarity index 92% rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.18.bb index 38c81f2372..14c45be432 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.18.bb @@ -3,7 +3,7 @@ require xserver-xorg.inc SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \ file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \ " -SRC_URI[sha256sum] = "b14a116d2d805debc5b5b2aac505a279e69b217dae2fae2dfcb62400471a9970" +SRC_URI[sha256sum] = "c878d1930d87725d4a5bf498c24f4be8130d5b2646a9fd0f2994deff90116352" # These extensions are now integrated into the server, so declare the migration # path for in-place upgrades.