From patchwork Tue Apr 1 12:43:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60417 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 454E2C369BD for ; Tue, 1 Apr 2025 12:43:24 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.18048.1743511394239408831 for ; Tue, 01 Apr 2025 05:43:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=N/Gh8V3J; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=myBNyUWa; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010195f1609507-e98ac444-25ad-41de-b42d-091f7c69b4c7-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=1743511393; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gp58PKzf+EeKPU7s/AAT/JOJDV3JKXgacpjUlPbHjng=; b=N/Gh8V3JzUHtg3JYSYPbZnUC2ZtaVs6K/vtFXEG53GLilFWWrf5PmBC7FY2G0mzH yWZ2IzkoEIFoAkrlSJF4mTZFsgOMiboXuKaNfHXumpvIX+OEGlNY1ZH5IXaHKTWGrS2 +gMO/2U2AwVW4vvKL0ZeIA3dDtVV5Baqdo0GqOL0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511393; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gp58PKzf+EeKPU7s/AAT/JOJDV3JKXgacpjUlPbHjng=; b=myBNyUWakeiJKERVSuZ4+4WPbBGcsznZi9uPxtVem0KDrbfSqsVSm51voveUi4ZO 2kHN03qOarcBmfGjVv/gY/S/Tu+vv7JqZZgw+Dr1ctwrOveKhShrePDF7hQckef6HDx yCCcS93Y7F3VvWzWid/N/zMjStzorpU4XDkZKsfk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] btrfs-tools: upgrading to 6.14 SUCCEEDED Message-ID: <01010195f1609507-e98ac444-25ad-41de-b42d-091f7c69b4c7-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:13 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.45 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 ; Tue, 01 Apr 2025 12:43:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214049 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *btrfs-tools* to *6.14* has Succeeded. Next steps: - apply the patch: git am 0001-btrfs-tools-upgrade-6.13-6.14.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 8a02289fdca3a76bd6adcacd694ec158e496bbf0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 07:39:56 +0000 Subject: [PATCH] btrfs-tools: upgrade 6.13 -> 6.14 --- ...y-to-specify-where-python-modules-ar.patch | 6 +-- ...dd-break-to-case-BTRFS_COMPRESS_NONE.patch | 40 ------------------- ...trfs-tools_6.13.bb => btrfs-tools_6.14.bb} | 3 +- 3 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.13.bb => btrfs-tools_6.14.bb} (95%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch index 59ea5a66da..2cd66d2722 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch @@ -1,4 +1,4 @@ -From 76e635a56c5973671da3a8a2fd4fc32e823bf8c9 Mon Sep 17 00:00:00 2001 +From 030ec81c0dac1e067faf49924d5631bb22ccc90d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 May 2018 21:20:35 +0300 Subject: [PATCH] Add a possibility to specify where python modules are @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 2f8d2fa0..c760e5ae 100644 +index 7e36aa42..edff7d5b 100644 --- a/Makefile +++ b/Makefile -@@ -985,7 +985,7 @@ endif +@@ -996,7 +996,7 @@ endif ifeq ($(PYTHON_BINDINGS),1) install_python: libbtrfsutil_python $(Q)cd libbtrfsutil/python; \ diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch deleted file mode 100644 index 750ba83074..0000000000 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch +++ /dev/null @@ -1,40 +0,0 @@ -From ae0743dea3498429fce144e75c8b5b6eeed6f490 Mon Sep 17 00:00:00 2001 -From: Wang Mingyu -Date: Tue, 11 Mar 2025 05:24:54 +0000 -Subject: [PATCH] mkfs: add break to case BTRFS_COMPRESS_NONE - -when compression null, always through error "lzo support not compiled in" - -This bug was imported by following commit: ----------------------------------------------------- -commit c6d24a363daed6501d13d9125c560387e2d755ca -Author: Mark Harmstone -Date: Thu Dec 12 20:36:55 2024 +0000 - - btrfs-progs: mkfs: add lzo to --compress option - - Allow --compress to work with lzo. ----------------------------------------------------- - -Upstream-Status: Submitted [https://github.com/kdave/btrfs-progs/pull/967] - -Signed-off-by: Wang Mingyu ---- - mkfs/rootdir.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/mkfs/rootdir.c b/mkfs/rootdir.c -index 1927394..5f4cfb9 100644 ---- a/mkfs/rootdir.c -+++ b/mkfs/rootdir.c -@@ -1654,6 +1654,7 @@ int btrfs_mkfs_fill_dir(struct btrfs_trans_handle *trans, const char *source_dir - - switch (compression) { - case BTRFS_COMPRESS_NONE: -+ break; - case BTRFS_COMPRESS_LZO: - #if !COMPRESSION_LZO - error("lzo support not compiled in"); --- -2.43.0 - diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb similarity index 95% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb index d73d86ba8a..f3de28910c 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb @@ -17,9 +17,8 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ - file://0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch \ " -SRCREV = "26e4d9174c70aac0e53c3b5de55cf159f8d9397f" +SRCREV = "5ad147c9ec00e657393c85b195c9bcc0f4c35a54" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \