From 73d4b80d04f366a0d908df2e6c46d510b740a905 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 29 Dec 2022 12:47:56 +0800 Subject: [PATCH] btrfs-tools: upgrade 6.0.2 -> 6.1 Changelog: ========== * filesystem df: add json output * qgroup show: add json output * new command: 'inspect-internal map-swapfile' to check swapfile and its swapfile_offset value used for hibernation * corrupt-block: fix parsing of option --root argument * experimental (interfaces not finalized): * new command 'inspect-internal list-chunks' * new group reflink, command clone * other: * synchronize some files with kernel versions * docs updates * build: use gnu11 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../btrfs-tools/{btrfs-tools_6.0.2.bb => btrfs-tools_6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.0.2.bb => btrfs-tools_6.1.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.1.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.1.bb index aa484220804..44ec2e1f166 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.1.bb @@ -19,7 +19,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;b file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ file://0001-Use-pread-pwrite-ftruncate-stat-instead-of-64bit-equ.patch \ " -SRCREV = "ff964ba6aef98bd1bafe8ff9b0088501b30bdd27" +SRCREV = "cde5faa6787e6fa720c99d2f10caa187a493c13f" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \ -- 2.47.3