mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
btrfs-tools: upgrade 6.0.1 -> 6.0.2
Changelog: ========== * fixes: * resize cancel did not work in some cases * fix fileattr stream command format and add workaround when it cannot be applied * properly handle degraded raid56 reads * fi defrag: fix verbosity, don't print file names by default * receive: fix silent data loss after fall back from encoded write * fi mkswapfile: new command to create a formatted swapfile in one go (From OE-Core rev: af002ebd984efa254fe168895430cdb5d4cf23f9) 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>
This commit is contained in:
committed by
Richard Purdie
parent
712c16485a
commit
7adc4853e5
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \
|
||||
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
|
||||
"
|
||||
SRCREV = "441d01556873385d55fd4940f50ee7ae1fcfb13d"
|
||||
SRCREV = "ff964ba6aef98bd1bafe8ff9b0088501b30bdd27"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
Reference in New Issue
Block a user