summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils
Commit message (Collapse)AuthorAgeFilesLines
* btrfsmaintenance: move btrfs-tools dependency from build-time to run-timeMartin Jansa2023-09-201-4/+2
| | | | | | | * it doesn't need btrfs-tools at build-time but I suspect it needs it at run-time Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-216-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* f2fs-tools: upgrade 1.15.0 -> 1.16.0Wang Mingyu2023-05-252-29/+1
| | | | | | | | | | | | | | | | | | | | | | | 0001-f2fs_io-Fix-out-of-tree-builds.patch removed since it's included in 1.16.0 Changelog: ========== relax zone size of power of 2 fix # of total segments Remove deprecated f2fstat define HAVE_CLOCK_GETTIME properly support F2FS_IOC_START_ATOMIC_REPLACE give less overprovisioning space set host-aware zoned device similar to host-managed one fix build error on lz4-1.9.4 use F2FS_BLKSIZE instead of PAGE_*_SIZE fix cannot get bdev information do not use SG_IO in Android move android_config before defining them Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.0 -> 1.2.1Christophe Vu-Brugier2023-05-231-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorriso: remove obsolete recipeRoss Burton2023-05-091-29/+0
| | | | | | | | | | | | | | GNU xorriso is simply a bundling of libisofs+libburn+libisoburn which also "restricts itself to a technical form where the legal commitments of the libburnia project and the legal intentions of FSF match completely".[1] What this actually means is unclear. We can follow upstream faster and have more modular recipes by packaging the pieces directly, instead of building the development snapshot of GNU xorriso 1.5.5. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btrfsmaintenance: install to ${datadir}/${BPN}Martin Jansa2023-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * fix installed-vs-shipped with multilib: ERROR: QA Issue: lib32-btrfsmaintenance: Files/directories were installed but not shipped in any package: /usr /usr/share /usr/share/lib32-btrfsmaintenance /usr/share/lib32-btrfsmaintenance/btrfsmaintenance-functions /usr/share/lib32-btrfsmaintenance/btrfs-defrag.sh /usr/share/lib32-btrfsmaintenance/prepare-release.sh /usr/share/lib32-btrfsmaintenance/btrfs-trim.sh /usr/share/lib32-btrfsmaintenance/btrfsmaintenance-refresh-cron.sh /usr/share/lib32-btrfsmaintenance/btrfs-scrub.sh /usr/share/lib32-btrfsmaintenance/btrfs-balance.sh /usr/share/lib32-btrfsmaintenance/dist-install.sh /usr/share/lib32-btrfsmaintenance/btrfs-defrag-plugin.sh /usr/share/lib32-btrfsmaintenance/update-balance-usage-defaults.sh Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-btrfsmaintenance: 13 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfat-utils: remove recipeChristophe Vu-Brugier2023-03-281-24/+0
| | | | | | | exfat-utils is superseded by exfatprogs. Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: add new recipeChristophe Vu-Brugier2023-03-281-0/+24
| | | | | | | | | | | | | | | exfatprogs provides utilities to create, modify, and check exFAT file systems on Linux. The developers of exfatprogs also maintain the Linux kernel exFAT driver. exfatprogs has replaced exfat-utils in Debian bookworm. References: * https://github.com/exfatprogs/exfatprogs/ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002871 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Fix build with muslKhem Raj2023-03-242-0/+35
| | | | | | | Musl does not implement FTW_ACTIONRETVAL which is a GNU extention therefore add that to configure check before enabling nftw Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2023.01.01 -> 2023.03.05Wang Mingyu2023-03-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufs-utils: upgrade 1.9 -> 3.12.3Yi Zhao2023-02-242-68/+2
| | | | | | | | Drop 0001-Use-asm-type.h-for-kernel-types.patch as it has been merged upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize: fix Upstream-Status formatYi Zhao2023-02-241-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-01-272-2/+2
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.12.18 -> 2023.01.01Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 6.1.0 -> 6.1.1Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: Fix build with std=c++17Khem Raj2023-01-162-0/+49
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 6.0.0 -> 6.1.0Wang Mingyu2023-01-112-33/+34
| | | | | | | | 0005-Replace-off64_t-stat64-with-off_t-stat.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize: Fix build when 64bit time_t is enabledKhem Raj2022-12-312-2/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.12.11 -> 2022.12.18Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* f2fs-tools: Upgrade to 1.15.0Khem Raj2022-12-273-1/+213
| | | | | | Add patches to build builds when S != B and largefile support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Add -D_LARGEFILE64_SOURCE on muslKhem Raj2022-12-261-0/+1
| | | | | | | it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: Add -D_LARGEFILE64_SOURCE on muslKhem Raj2022-12-261-0/+1
| | | | | | | it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.11.27 -> 2022.12.11Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: Upgrade to 6.0.0Khem Raj2022-12-234-55/+754
| | | | | | Fix build with largefile support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: upgrade 3.1.11 -> 3.1.12Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: Enable 64bit off_tKhem Raj2022-12-173-1/+73
| | | | | | | Replace lseek64 with lseek Update patch status accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.11.06 -> 2022.11.27Wang Mingyu2022-12-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aufs-util: Fix build with large file support enabled systemsKhem Raj2022-11-302-0/+33
| | | | | | | | | | | Fixes | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/aufs-util/4.9+gitAUTOINC+8f35db59ef-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-ld: rdu64.o: in function `readdir64': | <unknown>:122: multiple definition of `readdir64'; rdu.o:<unknown>:122: first defined here | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/aufs-util/4.9+gitAUTOINC+8f35db59ef-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-ld: rdu64.o: in function `readdir64_r': | <unknown>:139: multiple definition of `readdir64_r'; rdu.o:<unknown>:139: first defined here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.10.30 -> 2022.11.06Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.10.09 -> 2022.10.30Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.09.25 -> 2022.10.09Wang Mingyu2022-10-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.09.04 -> 2022.09.25Wang Mingyu2022-10-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.08.21 -> 2022.09.04wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.08.07 -> 2022.08.21wangmy2022-09-131-7/+6
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: upgrade 3.1.10 -> 3.1.11Wang Mingyu2022-08-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.07.31 -> 2022.08.07Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Upgrade to 2022.07.31 releaseKhem Raj2022-08-143-1/+79
| | | | | | | | Rename recipe to reflect version number Add patches to build with glibc 2.36 Disable one test namely detached_mounts_propagation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Upgrade to v2022.07.10Khem Raj2022-08-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: add new recipeVyacheslav Yurkov2022-05-291-0/+61
| | | | | | | File system QA test suite Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* overlayfs-tools: add new recipeVyacheslav Yurkov2022-05-243-0/+106
| | | | | | | | This package provides maintenance tools for OverlayFS, such as vacuum, diff, merge, and deref Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* overlayfs-progs: add new recipeVyacheslav Yurkov2022-05-242-0/+62
| | | | | | | | overlayfs-progs contains fsck.overlay, which is used to check and optionally repair underlying directories of overlay-filesystem. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btrfsmaintenance: add recipe for btrfsmaintenance scriptsClaudius Heine2022-05-123-0/+142
| | | | | | | | | Btrfs requires regular maintenance in order to self-heal. Other distributions like OpenSUSE, Debian and Fedora use these scripts to perform those. Signed-off-by: Claudius Heine <ch@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-049-10/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: upgrade 3.1.9 -> 3.1.10Wang Mingyu2022-02-161-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: upgrade 1.1.0 -> 1.1.1wangmy2022-01-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: remove obsolete support for renamed libtoolRoss Burton2021-12-131-2/+0
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-034-4/+4
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udevil: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | Fixes configure.ac:97: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | | Fixes ./configure: line 16454: syntax error near unexpected token `libicu,' ./configure: line 16454: ` PKG_CHECK_MODULES(libicu, icu-i18n, have_libicu=yes, have_libicu=no)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 5.12.0 -> 5.13.0wangmy2021-08-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>