diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-14 12:51:21 +0100 |
commit | 99a28218c66b62da049eaaf604123543ef88c2e9 (patch) | |
tree | 94b8201b4294b8026e69799529539f3c73de46fb /meta | |
parent | 0e21e3ef53f10855556d6362e2d199d7842154ed (diff) | |
download | poky-99a28218c66b62da049eaaf604123543ef88c2e9.tar.gz |
btrfs-tools: upgrade 6.3.1 -> 6.3.3
Changelog:
===========
* mkfs: option -R deprecated, options unified in -O (-R still works)
* mkfs: fix potential race with udev leading to EBUSY due to repeatedly
opened file descriptors
* block-group-tree is out of experimental mode
* available as 'mkfs.btrfs -O block-group-tree'
* btrfstune can do in-place conversion to/from (use with care)
* balance: fix recognizing old and new syntax
* subvol snapshot: specific error if a failure is caused by an active swapfile
* tree-stats: rephrase warning when run on a mounted filesystem
* completion: 'filesystem du' also completes files
* check: fix docs, help text and warning that --force + --repair works on a
mounted filesystem
* build: fix static build when static libudev is available
* documentation:
* more updates from wiki, developer docs, changelogs
* reformatting
* updates and fixes
* other:
* test updates and fixes
* CI cleanups and old files removed
* integration with Github actions
(From OE-Core rev: bda3ba69154ac8eb58e60da09ecfee20f72253d4)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb index 0bdf48ded2..e7a64e8363 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.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 = "9d2c8c364a6b8df4b1a47ad384cd75fd4ba53e12" | 21 | SRCREV = "bb0ca35245858f17a6ced97aade1dd8d70f9c9d7" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PACKAGECONFIG ??= " \ | 24 | PACKAGECONFIG ??= " \ |