From patchwork Thu Jul 2 05:32:43 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: 91555 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 64E2CC44502 for ; Thu, 2 Jul 2026 05:32:53 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.63291.1782970364255243660 for ; Wed, 01 Jul 2026 22:32:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ebvThdAf; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=M+zwwnVy; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019f2150ad92-30c9fba1-36bb-4c1b-8356-89405bde10dd-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=1782970363; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=uEGID8vz0cIAiSmJ1YqP0IaXd5P07Vn6Y91SCbgqnyk=; b=ebvThdAfCPQ1DDO4pJWV8t/1Mxfv4Z83ESxfG3L4dXx2Ejt7WUks+iy8JTjVTVTw 6ZdElQOr1uAwXrySQz8O1hsbRrfAYHd7u1GiTsHwzt3Ib7eqT9nf2RdOTeI6XQMF3fh 4dNQ0JzIiO6zefm+p3oinVaJnMHuASOWMgof/u9U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782970363; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=uEGID8vz0cIAiSmJ1YqP0IaXd5P07Vn6Y91SCbgqnyk=; b=M+zwwnVyAfkYa9Vkyis8VSa/+a8s1somG6IKMJeAoxWD/pOBNWUPAioHgwpaXWlx /vAZXo8AcARk1eMoLuuTI9l25gY7shpdCuIHyWvN1g/fKv2Lg2VSzohfWcq8BUhQShj coqwTmRiaBDZf9EL5GZaT1S0jjDwrfmOZCvOz/fA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] erofs-utils: upgrading to 1.9.2 SUCCEEDED Message-ID: <0101019f2150ad92-30c9fba1-36bb-4c1b-8356-89405bde10dd-000000@us-west-2.amazonses.com> Date: Thu, 2 Jul 2026 05:32:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.02-54.240.27.31 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 ; Thu, 02 Jul 2026 05:32:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240014 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *erofs-utils* to *1.9.2* has Succeeded. Next steps: - apply the patch: git am 0001-erofs-utils-upgrade-1.9.1-1.9.2.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 fe84ea3114d8e9f489d570a52b78f855c4b01315 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 2 Jul 2026 05:20:13 +0000 Subject: [PATCH] erofs-utils: upgrade 1.9.1 -> 1.9.2 --- ...fs-utils_1.9.1.bb => erofs-utils_1.9.2.bb} | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.9.1.bb => erofs-utils_1.9.2.bb} (30%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.1.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb similarity index 30% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.9.1.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb index 03bb718b44..f4570afd0d 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.1.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb @@ -1,11 +1,51 @@ +# 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 +# @@ -1,15 +1,15 @@ +# -erofs-utils uses two different license patterns: +# +erofs-utils uses two different licensing patterns: +# +# - - most liberofs files in `lib` and `include` directories +# - use GPL-2.0+ OR Apache-2.0 dual license; +# + - Most liberofs files in the `lib` and `include` directories +# + use a dual GPL-2.0+ OR MIT license whenever possible. +# +# - - all other files use GPL-2.0+ license, unless +# - explicitly stated otherwise. +# + - All other files use the MIT license unless explicitly stated +# + otherwise. +# +# -Relevant licenses can be found in the LICENSES directory. +# +The relevant licenses can be found in the LICENSES directory. +# +# -This model is selected to emphasize that +# -files in `lib` and `include` directory are designed to be included into +# -3rd-party applications, while all other files, are intended to be used +# -"as is", as part of their intended scenarios, with no intention to +# -support 3rd-party integration use cases. +# +This model was chosen to maximize the ability of erofs-utils to +# +integrate with various ecosystems. +# + +# +However, liberofs uses a GPL-2.0+ OR MIT dual license because some +# +parts should be shared with the Linux kernel. +# +# + SUMMARY = "Tools for erofs filesystems" # liberofs also available under Apache 2.0 LICENSE = "GPL-2.0-or-later" SECTION = "base" -LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" +LIC_FILES_CHKSUM = "file://COPYING;md5=63afa010baddc7d0905f9c31ac759f51" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "d3fbccba6e409c100843563b416c47cd82c87ca0" +SRCREV = "30711d4b2e234fe3e8aaeb779ade4cb609b0d920" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https;tag=v${PV}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))"