From patchwork Wed Apr 15 14:04:36 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: 86081 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 C106AF42133 for ; Wed, 15 Apr 2026 14:04:39 +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.msgproc02-g2.19812.1776261873807100432 for ; Wed, 15 Apr 2026 07:04:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=24rvZeSD; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kC/bP/dL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019d917549ba-4ae9c978-3054-4eee-9077-dcb412dd7784-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=1776261876; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7y35290LDxOjj/1AnLivY2VW9xfbT/K6vq6ayuBxkOI=; b=24rvZeSDCc1PZDYZ0fRB3JfjESF8p+V3RJ3j5MbETu3mnCR3XwlzCakGkNTdxsjW +QW4kvKPMlHoKOQOdCfmVubRn87aEoUpM2cYSAGpRPtASYB0S+FMCfuSAhTam+y/Jtl 1wxMExGjhg5zLHnkXtoISf7E11wGDZVl/niJ9PXA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261876; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7y35290LDxOjj/1AnLivY2VW9xfbT/K6vq6ayuBxkOI=; b=kC/bP/dLFUxz1Saw+1Ra3DW5yHGb+ZsGBnYQL2OBxf0/jSxPjGrod8VWOG3FxzVs +MhsNpUUqKGERfbH47roRfhhBTPcUu87pXYEEirqo06xJi11ROTf5KrgPevRc4ZZSAD onL5AA7B8XxclusG/P3Y8YSKD8SNMJ2CE+qdilrw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mtd-utils: upgrading to 2.3.1 FAILED Message-ID: <0101019d917549ba-4ae9c978-3054-4eee-9077-dcb412dd7784-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:36 +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:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235225 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtd-utils* to *2.3.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-mtd-utils-upgrade-2.3.0-2.3.1.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 45afda4ef086ee4c9ecb055a9b830e3e75420469 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 07:09:34 +0000 Subject: [PATCH] mtd-utils: upgrade 2.3.0 -> 2.3.1 --- .../mtd/{mtd-utils_2.3.0.bb => mtd-utils_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/mtd/{mtd-utils_2.3.0.bb => mtd-utils_2.3.1.bb} (98%) diff --git a/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb b/meta/recipes-devtools/mtd/mtd-utils_2.3.1.bb similarity index 98% rename from meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb rename to meta/recipes-devtools/mtd/mtd-utils_2.3.1.bb index 545f0d68d5..17cdaf8cb7 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_2.3.1.bb @@ -11,7 +11,7 @@ inherit autotools pkgconfig systemd update-alternatives DEPENDS = "zlib e2fsprogs util-linux" RDEPENDS:mtd-utils-tests += "bash" -SRCREV = "4594fc1f4496a0ed55cabd31fbeba4e3fbf05602" +SRCREV = "053ee1038e5dedae61a88cadfb7bdfe9894d8bb6" SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ file://0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch \ file://0002-ubifs-utils-journal-Include-sys-stat.h.patch \