From patchwork Wed Apr 15 14:04:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 86134 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 B04A1F43849 for ; Wed, 15 Apr 2026 14:04:57 +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.msgproc01-g2.19740.1776261876710485576 for ; Wed, 15 Apr 2026 07:04:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=1AYILsTT; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=uuxp8im1; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019d917587a5-b8af832c-d2e0-4700-89c6-7be82cdd96f4-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=1776261892; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=VtcTfOJ4ygUeuHe9t7w5N+rZ2NM8ZnE+nGUunurigFk=; b=1AYILsTTooR0tor7L9mCEvVQaIhgfUA3BGz0XRo9a/sLHoXmMOXIWReZt0rElTUY Fce7rwxGYSzwi47r0vH8ifxEasaP90dpA3LqQYmuCxDi2T/1126UDZqaeqTgFAPHWPe VPuEzbOAec/3Dmdp5jmoIYwMyHH9QD2S1NhGBON0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261892; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=VtcTfOJ4ygUeuHe9t7w5N+rZ2NM8ZnE+nGUunurigFk=; b=uuxp8im1mqRs1mKmcn7Sk51Tod25YmEk+8zN7rCmbQAev6aJwVDVunKlZu0lZzAy 7Via8vunYkGu8zdoTLAMJTWKUZ1DxnSzfeKnZBZAwQ4zosxWT0GaVRBNtdDbQ316Ggn 98wAVdiEqiC/G9OB4c2ZywhdbszNta3yNoqT4E08= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xserver-xorg: upgrading to 21.1.22 SUCCEEDED Message-ID: <0101019d917587a5-b8af832c-d2e0-4700-89c6-7be82cdd96f4-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.191 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Apr 2026 14:04:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235290 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.22* has Succeeded. Next steps: - apply the patch: git am 0001-xserver-xorg-upgrade-21.1.21-21.1.22.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 ecfa0956d52a3c3abd9313acdb91db0c28ad0581 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 12:31:18 +0000 Subject: [PATCH] xserver-xorg: upgrade 21.1.21 -> 21.1.22 --- .../xorg-xserver/xserver-xorg.inc | 2 +- ...-Intel-ddx-only-for-pre-gen4-hardwar.patch | 2 +- ...org_21.1.21.bb => xserver-xorg_21.1.22.bb} | 36 ++++++++++++++++++- 3 files changed, 37 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.21.bb => xserver-xorg_21.1.22.bb} (44%) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 59c373280e..0d8d782712 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -2,7 +2,7 @@ SUMMARY = "The X.Org X server" HOMEPAGE = "http://www.x.org" SECTION = "x11/base" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=21e33dcccf2d5034f798a8ea62622939" +LIC_FILES_CHKSUM = "file://COPYING;md5=f8778cfcd90ece0e4b225f30182227ca" # xf86-*-* packages depend on an X server built with the xfree86 DDX # so we have a virtual to represent that: 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 7d151aaa63..fc00a2871b 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 6d23037f48f3d534286fc2bda927c9b6ee5d1445 Mon Sep 17 00:00:00 2001 +From 4f5ba9e7a7a5df72d326fbaccae13941931ca9c9 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.21.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.22.bb similarity index 44% rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.21.bb rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.22.bb index 3781234c84..2be5e2d2fb 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.21.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.22.bb @@ -1,7 +1,41 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -314,6 +314,11 @@ +# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# +# +Except as contained in this notice, the name of Silicon Graphics, Inc. +# +shall not be used in advertising or otherwise to promote the sale, use or +# +other dealings in this Software without prior written authorization from +# +Silicon Graphics, Inc. +# + +# +# Copyright (c) 1994, 1995 Hewlett-Packard Company +# +# @@ -1778,6 +1783,8 @@ +# USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# +# +Author: Eamon Walsh +# + +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# this permission notice appear in supporting documentation. This permission +# +# + require xserver-xorg.inc SRC_URI += " file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch" -SRC_URI[sha256sum] = "c0cbe5545b3f645bae6024b830d1d1154a956350683a4e52b2fff5b0fa1ab519" +SRC_URI[sha256sum] = "1a242c8917c49ba29ccc1f6021613d8a2b9805dd0d271a66ae9d09f4b0bb06b3" # These extensions are now integrated into the server, so declare the migration # path for in-place upgrades.