From patchwork Fri Dec 15 14:17:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 36381 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 10176C46CD3 for ; Fri, 15 Dec 2023 14:17:50 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.63604.1702649863193570190 for ; Fri, 15 Dec 2023 06:17:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ZYl3EqLY; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=KO4KN0Hu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018c6dd72f15-4370a3df-8b00-4b65-8ee5-9f2610e8b5ed-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=1702649868; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=uFT6Ji1qxTbNb056QKJXUq5jluM3q7sTx4e3e/bdNKU=; b=ZYl3EqLYRXc95raGkVX7EOVQalqW/0SsPYopEvCCZ47qrRe9v8eoLe/0s16+LcUA 5MZTXX9dcdkXJmz5KP9YCeqsTB90QC1pDcLonWxBfqVGzn/6Lv+0Wj3lashoL71swXT Kl/aOvlChe3vLru7ir1Sw4Q526WLct7taXXjfoxA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1702649868; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=uFT6Ji1qxTbNb056QKJXUq5jluM3q7sTx4e3e/bdNKU=; b=KO4KN0HuFH7+FBwbL67d2al4UAAczwfBbZbO/O8HswSNrVDwJmtj9ddG34/Cx2RY 9eIBVjd7XkN2HgFONdn1MAZ0PKRBqveU2tf6y9kU5psWHdjXRNJeUbxKSef9MtrSkWU ExXjUpBFMZxNG8hXPa6n5iZ8oJu9zIAdaPjbGjno= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] xserver-xorg: upgrading to 21.1.10 SUCCEEDED Message-ID: <0101018c6dd72f15-4370a3df-8b00-4b65-8ee5-9f2610e8b5ed-000000@us-west-2.amazonses.com> Date: Fri, 15 Dec 2023 14:17:48 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.15-54.240.27.191 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 Dec 2023 14:17:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/192520 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xserver-xorg* to *21.1.10* has Succeeded. Next steps: - apply the patch: git am 0001-xserver-xorg-upgrade-21.1.9-21.1.10.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 d079943892d6bbbc8f61d6e418950ede88233508 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Dec 2023 11:23:15 +0000 Subject: [PATCH] xserver-xorg: upgrade 21.1.9 -> 21.1.10 --- ...001-Avoid-duplicate-definitions-of-IOPortBase.patch | 2 +- ...Bus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch | 10 ++++------ ...{xserver-xorg_21.1.9.bb => xserver-xorg_21.1.10.bb} | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.9.bb => xserver-xorg_21.1.10.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 11d5546537..9622e9688c 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 ce3b8a230a3805c9b557c1f106795675bd034860 Mon Sep 17 00:00:00 2001 +From df49b7d602572b82e18e25cb875cc93ac498d682 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 d05eec5bb9..7fdc58d5d6 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 d77cdc5e1eee26821ab98c947abea53fb7b18fe5 Mon Sep 17 00:00:00 2001 +From 9bbf92826d27d16e71a12630e6e37482b79fc3d6 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 @@ -15,15 +15,16 @@ Upstream-Status: Pending [Debian/Fedora patch https://src.fedoraproject.org/rpms/xorg-x11-server/c/ee515e44b07e37689abf48cf2fffb41578f3bc1d] Signed-off-by: California Sullivan + --- hw/xfree86/common/xf86pciBus.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c -index e61ae0cd4..d70c99197 100644 +index aeeed8b..db705bf 100644 --- a/hw/xfree86/common/xf86pciBus.c +++ b/hw/xfree86/common/xf86pciBus.c -@@ -1173,7 +1173,23 @@ xf86VideoPtrToDriverList(struct pci_device *dev, +@@ -1174,7 +1174,23 @@ xf86VideoPtrToDriverList(struct pci_device *dev, XF86MatchedDrivers *md) case 0x0bef: /* Use fbdev/vesa driver on Oaktrail, Medfield, CDV */ break; @@ -48,6 +49,3 @@ index e61ae0cd4..d70c99197 100644 driverList[0] = "intel"; break; } --- -2.14.3 - diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.9.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.10.bb similarity index 92% rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.9.bb rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.10.bb index 43c06181e3..0a180950f5 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.9.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.10.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] = "ff697be2011b4c4966b7806929e51b7a08e9d33800d505305d26d9ccde4b533a" +SRC_URI[sha256sum] = "ceb0b3a2efc57ac3ccf388d3dc88b97615068639fb284d469689ae3d105611d0" # These extensions are now integrated into the server, so declare the migration # path for in-place upgrades.