diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2024-12-10 07:56:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-12 12:52:39 +0000 |
commit | f1c19180e8a6c3640a8aee12811bb7885504e182 (patch) | |
tree | e77226d281f50a67a545fcc24ca90ad73ced7c19 /meta/recipes-devtools | |
parent | c0b4de5ad5642fd421e32941cb8f2cdf0157b44a (diff) | |
download | poky-f1c19180e8a6c3640a8aee12811bb7885504e182.tar.gz |
btrfs-tools: upgrade 6.11 -> 6.12
Changelog:
============
* subvolume delete: add new option to do recursive subvolume deletion (for
regular user delete only accessible subvolumes)
* mkfs:
* new option --subvol to create subvolumes in given paths, read-write,
read-only and default
* add hard link detection support for --rootdir option
* fixes:
* receive: message verbosity fixes
* check: fix false positive report of missing checksum for extent holes
* check: handle compressed extents when checking tree log
* when asking Y/N user questions, flush the terminal so the question is
displayed (e.g. btrfstune -S)
* other
* code refactoring, error handling
* python packaging fixes
* documentation updates
* new tests
(From OE-Core rev: ef59c676cf0aa9acb6180cdc74c6404d859b4880)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb index fa0599d28d..3c0bb81f75 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" | |||
18 | SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \ | 18 | SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \ |
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 | " | 20 | " |
21 | SRCREV = "8859114eaee39c117ff95f5b60b4e81fc22f96e7" | 21 | SRCREV = "85ca0a6d60c14eefda509970a26616ff16115612" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PACKAGECONFIG ??= " \ | 24 | PACKAGECONFIG ??= " \ |