From patchwork Mon Jun 1 15:35:31 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: 89002 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 95010CD8C81 for ; Mon, 1 Jun 2026 15:35:43 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1556.1780328132416134511 for ; Mon, 01 Jun 2026 08:35:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AyeYJbyn; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=2jV+qdCW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019e83d36b94-7cf9c2ad-0be0-4c85-a285-0ee5345908d4-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=1780328131; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9VPIgifn/B3HsAUssuSDDiXtTm0eL/M8HowIiTcDQmw=; b=AyeYJbynzOQGFkhdecFKWf2mjzCg5180lu1VU+yyduZjDxO8fGRKdKaqLLPKKLPj pX3VeM5PdG0+tvGxjmq4Kpy6hYLv01P/juiZ/p7ObE48BUUdNyKwvKegAd6n0SlGeCH 9aq+ku6NFGOJI3OYE4hdTjwebCwCzfj60uHa58bc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328131; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9VPIgifn/B3HsAUssuSDDiXtTm0eL/M8HowIiTcDQmw=; b=2jV+qdCW0r5r3+xROQg49l4IQKRnYzidjaH8w+U30SVSLHtALzlzt+E2shHTOiXV XSi8XHf1iAtPmX1E+Q9upRm0By1DgtuX1FslgA3rALKcRECdUmB/iYukAz8NkKuJsOZ itmEV9ni5JkV9vOB/gexC5UPUQi2dSRBiXD82qHY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libxi: upgrading to 1.8.3 SUCCEEDED Message-ID: <0101019e83d36b94-7cf9c2ad-0be0-4c85-a285-0ee5345908d4-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.29 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 ; Mon, 01 Jun 2026 15:35:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237853 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libxi* to *1.8.3* has Succeeded. Next steps: - apply the patch: git am 0001-libxi-upgrade-1.8.2-1.8.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 0d1c4c841feb9f33a26e533cc6f424e833ae5d52 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 06:46:37 +0000 Subject: [PATCH] libxi: upgrade 1.8.2 -> 1.8.3 --- .../xorg-lib/{libxi_1.8.2.bb => libxi_1.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.8.2.bb => libxi_1.8.3.bb} (88%) diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.3.bb similarity index 88% rename from meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb rename to meta/recipes-graphics/xorg-lib/libxi_1.8.3.bb index 2a86f5fcf0..d7e778610e 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.8.3.bb @@ -18,6 +18,6 @@ PE = "1" XORG_PN = "libXi" XORG_EXT = "tar.xz" -SRC_URI[sha256sum] = "d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104" +SRC_URI[sha256sum] = "7ad60056f01af4f786cfe93b3a7707447711626fc8da2637bec71a90409babe5" BBCLASSEXTEND = "native nativesdk"