mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
btrfs-tools: upgrade 6.14 -> 6.15
Changelog: =========== - mkfs: new option --inode-flags to specify flags/attributes for inodes/directories/subvolumes - check: fix false alert on missing checksum for hole in lowmem mode, fix false alerts when checking refs - convert: check feature compatibility when enabling block-group-tree - tune convert-bgt: fix resume of conversion - rescue: add new command fix-data-checksum, selectively fix or find mismatching checksums - other: new and updated tests documentation updates (From OE-Core rev: 1a5ede3b39410854dd306799c0e384718778709b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
25ceb023e6
commit
330859c3df
|
|
@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
|
|||
SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \
|
||||
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
|
||||
"
|
||||
SRCREV = "5ad147c9ec00e657393c85b195c9bcc0f4c35a54"
|
||||
SRCREV = "3da67f1c78bcbd7556f04d89e31aa4621face50b"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
programs \
|
||||
Loading…
Reference in New Issue
Block a user