To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] erofs-utils: upgrading to 1.9.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260820050053/all/erofs-utils/0001-erofs-utils-upgrade-1.9.3-1.9.4.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260820050053/all/erofs-utils/erofs-utils-changelog.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260820050053/all/erofs-utils/buildhistory-diff-full.txt 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.4* has Succeeded. Next steps: - apply the patch: git am 0001-erofs-utils-upgrade-1.9.3-1.9.4.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 bbfc6890473098ba6b0382734f8ea7f84b69fd9a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 20 Aug 2026 05:12:56 +0000 Subject: [PATCH] erofs-utils: upgrade 1.9.3 -> 1.9.4 Source: ChangeLog erofs-utils 1.9.4 * A quick maintenance release includes the following fixes: - (fsck.erofs, dump.erofs) Fix image extraction when `-Efragments` is enabled (Seula Lee); - (mkfs.erofs) Fix multi-threaded compression crashes on macOS (Isaiah DeRose-Wilson). -- Gao Xiang Wed, 19 Aug 2026 19:30:00 +0800 --- .../erofs-utils/{erofs-utils_1.9.3.bb => erofs-utils_1.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.9.3.bb => erofs-utils_1.9.4.bb} (93%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.4.bb similarity index 93% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.9.4.bb index 2b849f2a4e..45339656b5 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.4.bb @@ -4,7 +4,7 @@ SECTION = "base" LIC_FILES_CHKSUM = "file://COPYING;md5=63afa010baddc7d0905f9c31ac759f51" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "7db78788b000999e2de88decd2ba90654f26171c" +SRCREV = "f36cadb5c563995ab3aa8572a60ed6b721b9557d" 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+)+))" -- 2.47.1