diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-09 15:09:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:02 +0100 |
commit | ef993615b72fd968603fa8b6f704971bb189ab86 (patch) | |
tree | 8a209927534746e1d109da6aa68d30466ed0b3a8 /meta/recipes-devtools | |
parent | d8d795cdc89d76240d6fb50208e2a1969be11b7d (diff) | |
download | poky-ef993615b72fd968603fa8b6f704971bb189ab86.tar.gz |
btrfs-tools: upgrade 6.7.1 -> 6.8
Changelog:
============
* fix --enqueue option timeout handling
* subvolume: remove support for undocumented options -c and -x,
functionality disabled in kernel
* libbtrfsutil:
* version 0.1.3, backward compabile
* add aliases for all existing functions with unified naming scheme
* updated header defintions for recently added kernel features
* send: v3 supported in experimental mode
* other:
* docs: manual page references, graphs, enhancements, clarifications
* error handling fixes
* cleanups and refactoring
(From OE-Core rev: 7e2cf19c861ddd93d1176fbbe3f758d31970a96b)
Signed-off-by: Wang Mingyu <wangmy@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.8.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.7.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.7.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.bb index 8132c2cc72..15cc7ac244 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.7.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" | |||
18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/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 = "60abf7a90776c2405f616182ef6129474bbcb109" | 21 | SRCREV = "3793e987d2b4e878410da16f33d963043d137d48" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PACKAGECONFIG ??= " \ | 24 | PACKAGECONFIG ??= " \ |