summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-29 12:47:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:46 +0000
commit77ca0df232ff434fea2f2250c4e82000faff2f30 (patch)
treede2d4763513658622050bebc97257f35a6cf63fc /meta/recipes-devtools/btrfs-tools
parent0d2d9677eac348e356cf5195bcfeae710bd439e2 (diff)
downloadpoky-77ca0df232ff434fea2f2250c4e82000faff2f30.tar.gz
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 (From OE-Core rev: 73d4b80d04f366a0d908df2e6c46d510b740a905) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_6.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb)2
1 files changed, 1 insertions, 1 deletions
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
index aa48422080..44ec2e1f16 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
19 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ 19 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
20 file://0001-Use-pread-pwrite-ftruncate-stat-instead-of-64bit-equ.patch \ 20 file://0001-Use-pread-pwrite-ftruncate-stat-instead-of-64bit-equ.patch \
21 " 21 "
22SRCREV = "ff964ba6aef98bd1bafe8ff9b0088501b30bdd27" 22SRCREV = "cde5faa6787e6fa720c99d2f10caa187a493c13f"
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25PACKAGECONFIG ??= " \ 25PACKAGECONFIG ??= " \