From: Wang Mingyu Date: Mon, 30 Jun 2025 09:12:40 +0000 (+0800) Subject: btrfs-tools: upgrade 6.14 -> 6.15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a5ede3b39410854dd306799c0e384718778709b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb index 982d4830b5d..88a6d113549 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb @@ -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 \