From patchwork Mon Jul 15 19:19:07 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: 46433 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 2A020C52D7D for ; Mon, 15 Jul 2024 19:19:15 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.1378.1721071148477006849 for ; Mon, 15 Jul 2024 12:19:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=CemZ9z5Q; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=EbkILls0; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010190b7d59a8c-d430881a-8e4e-4cc3-9eca-52bf1e8a3a62-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1721071148; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xohWV8h9/WjCpd1azMWDag5G8ohg5OeJ9gqtB5mrLHY=; b=CemZ9z5QBr/9d/Q/9W8mnzs8LZA3ACyxdZcs12ZfkohehTqLE3S2Yz/3u/ft1sr7 WcnFwZUky8FWogaopEz1eo9ZQDhv5/Cz/rcCxpwYsCp83jR5dzMNnlBu45Akqcsuq21 ZRKXtz2YfNp7OBI2Xtu//ubP6D822STyUZmUosjo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071148; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xohWV8h9/WjCpd1azMWDag5G8ohg5OeJ9gqtB5mrLHY=; b=EbkILls0lr3Gxn3vBpHF54qhAfZ8dQ7xS6SOOiBjStxLELbSn4PcFaNjecMWCcBP 7znC4olXSmdJ5qLqi7mDkCIZf3NJ18V/+sOnR3ZdSE8El9riXL+99dHz6nu4nY8ZxWY KszfIqHMMPw+3bZH2aN8qBvtGR77PRr9cArSvgyg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libdrm: upgrading to 2.4.122 SUCCEEDED Message-ID: <01010190b7d59a8c-d430881a-8e4e-4cc3-9eca-52bf1e8a3a62-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:07 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-54.240.27.193 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 ; Mon, 15 Jul 2024 19:19:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202029 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libdrm* to *2.4.122* has Succeeded. Next steps: - apply the patch: git am 0001-libdrm-upgrade-2.4.120-2.4.122.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 107dc21a5954811e87d662173ef474f4e1057b3d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 14:52:04 +0000 Subject: [PATCH] libdrm: upgrade 2.4.120 -> 2.4.122 --- .../drm/{libdrm_2.4.120.bb => libdrm_2.4.122.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.120.bb => libdrm_2.4.122.bb} (97%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.120.bb b/meta/recipes-graphics/drm/libdrm_2.4.122.bb similarity index 97% rename from meta/recipes-graphics/drm/libdrm_2.4.120.bb rename to meta/recipes-graphics/drm/libdrm_2.4.122.bb index 18b3256843..e295f64178 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.120.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.122.bb @@ -13,7 +13,7 @@ DEPENDS = "libpthread-stubs" SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \ " -SRC_URI[sha256sum] = "3bf55363f76c7250946441ab51d3a6cc0ae518055c0ff017324ab76cdefb327a" +SRC_URI[sha256sum] = "d9f5079b777dffca9300ccc56b10a93588cdfbc9dde2fae111940dfb6292f251" inherit meson pkgconfig manpages