summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* ntfs-3g-ntfsprogs: upgrade to 2021.8.22Chen Qi2021-10-191-2/+2
| | | | | | | | This upgrade revolves a bunch of CVEs. See more details in: https://github.com/tuxera/ntfs-3g/security/advisories/GHSA-q759-8j5v-q5jp. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unionfs-fuse: upgrade 2.1 -> 2.2wangmy2021-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-038-45/+45
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sshfs-fuse: upgrade 3.7.1 -> 3.7.2Pierre-Jean Texier2021-06-271-1/+1
| | | | | Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: update to latest git revYi Zhao2021-01-041-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: upgrade 3.7.0 -> 3.7.1zangrc2020-11-121-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-filesystems: Update to add new recipesKhem Raj2020-08-311-9/+25
| | | | | | Re-format while here to list one entry per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
* owfs: Fix build with -fno-commonKhem Raj2020-08-132-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifuse: update to 1.1.4Oleksandr Kravchuk2020-07-281-5/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: Enable ptestZang Ruochen2020-07-062-1/+18
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* httpfs2: mount a http url as a file based on FUSELei YU2020-06-081-0/+25
| | | | | Signed-off-by: Lei YU <yulei.sh@bytedance.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unionfs-fuse: upgrade 2.0 -> 2.1Pierre-Jean Texier2020-04-132-64/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the following changes: 8d73296 test message update 31f752f tests reorganization c9604f7 more updates in credits and news bbef3ab add brian to credits and update news. 6d9f4c3 whitespace fixes 3a26b75 Merge branch 'master' of https://github.com/rpodgorny/unionfs-fuse 3b46d86 whitespace formatting 9a1765a Merge pull request #93 from briankendall/mac-fixes f1bd82a Merge pull request #94 from lightmare/man-page-typos 34f4840 man page wording 8e145ad man page formatting 2249ae9 fix some man page typos and missing commas f3fccaf Fix tests in macOS 29d8b6c Fix error code -50 when copying files using Finder in macOS 5f1431a Merge pull request #90 from h3xx/fix-mandir-path 04ed9a2 Use standard variable for man page install path 2ac5726 updated readme to explain where the cache is 24b46b6 add atha to credits eaf8397 Fix compilation on macOS b663b12 annotate ioctl call correctly as DBG() c8d23a9 whitespace formatting de61d85 Merge branch 'therealfun-master' df79b8e minor test improvements d8d20c2 Implement access() for "cow,relaxed_permissions" use case b97ff88 typo fix 75a367c formatting 7e9e708 restore errno in dbg macro 039ba92 more useful tests output b5a7392 add julien to credits fa2ec03 Merge branch 'bplaa-yai-master' 1d91cfe Merge branch 'master' of https://github.com/bplaa-yai/unionfs-fuse into bplaa-yai-master b48fa6a fix travis script 6947e79 more tests 341dfc8 formatting b2d8426 whitespace formatting c393877 prepare mknod test 99a529c typo fix 5df6aec add test case for mkdir and sync (not working) f15bc13 add tests to makefile 8ef0b14 more tests e0e8233 add coverage files to gitignore and clean it up a bit 0460915 whitespace formatting f0acead whitespace formatting 80be111 make unionfs_oper accessible outside of its compilation unit a016d2d make add_branch and parse_branches accessible outside of their compilation unit 1df24c6 add rules for static and shared libraries, update objects list d4e62eb separate main logic from fuse ops handlers Also remove patch already in version. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse-exfat: fix upstream check URLPierre-Jean Texier2020-03-251-0/+2
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: 3.6.0 -> 3.7.0Wang Mingyu2020-02-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntfs-3g-ntfsprogs: Make it support usrmerge properlyPeter Kjellerstedt2020-02-142-47/+11
| | | | | | | | | | | | | | | | An attempt to solve the problem that some files are installed to /sbin even though the usrmerge distro feature is enabled was made in commit 97c0af59 ("ntfs-3g-ntfsprogs: support usrmerge"). However, it merely just removed the problematic files, which meant that the package was rendered unusable. Solve the problem properly by moving all files that are installed in /sbin to ${base_sbindir} instead. Also clear up a cryptic comment. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smbnetfs: Update to latest 0.6.2 revKhem Raj2020-01-102-10/+7
| | | | | | | | | Brings in fixes to build with latest xattr Forward port configure.ac patch Drop using gitpkgv Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: upgrade 3.5.2 -> 3.6.0Zheng Ruoqin2019-11-071-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* simple-mtpfs: upgrade to 0.3.0.Zheng Ruoqin2019-10-261-1/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* owfs: upgrade 3.2p2 -> 3.2p3Zheng Ruoqin2019-10-263-51/+30
| | | | | | | | | | | | | | 1) Upgrade owfs from 3.2p2 to 3.2p3. 2) Update LIC_FILES_CHKSUM for COPYING and COPYING.LIB as $Id$ has been removed. 3) Remove 0001-include-sys-sysmacros.h-for-major.patch as it has been merged in new version. 4) Add 0001-Add-build-rule-for-README.patch to fix do_configure error: Makefile.am: required file `./README' not found Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: upgrade 2.10 -> 3.5.2Bartosz Golaszewski2019-09-231-8/+5
| | | | | | | | Build system has been changed to meson. The webpage has been moved from sourceforge to github. The package also now depends on fuse3 not fuse2. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntfs-3g-ntfsprogs: support usrmergeChangqing Li2019-08-302-0/+44
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse-exfat: update 1.2.3 -> 1.3.0Luca Ceresoli2019-07-151-2/+2
| | | | | | | | 1.2.3 is >3 years old now, and several bugfixes have been applied in the meanwhile. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse-exfat: moved to githubLuca Ceresoli2019-07-151-3/+3
| | | | | | | fuse-exfat has been moved long ago to github. Update URLs. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: update to latest masterYi Zhao2019-06-151-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: upgrade 2.8 -> 2.10Adrian Bunk2019-05-072-35/+3
| | | | | | | Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* owfs: Inherit systemdKhem Raj2019-02-031-4/+13
| | | | | | | | | | | | | | | Fix ERROR: QA Issue: owfs: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/owfs.service /lib/systemd/system/owftpd.service /lib/systemd/system/owhttpd.service /lib/systemd/system/owserver.service /lib/systemd/system/owserver.socket Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: Set CLEANBROKENRobert Yang2019-01-241-0/+6
| | | | | | | | | | | Fixed make clean error: NOTE: make -e MAKEFLAGS= clean make -C /lib/modules/4.4.0-112-generic/build M=<snip> make: *** /lib/modules/4.4.0-112-generic/build: No such file or directory. Stop. make: *** [clean] Error 2 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-filesystems: add pkg groups and test imageArmin Kuster2019-01-133-0/+45
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse-exfat: Don't use ${PN}Richard Weinberger2019-01-101-1/+0
| | | | | | | | | | | | | | | Don't use ${PN} for the source dir, it will break multilib builds. The correct variable is ${BPN}. The bitbake defaults are: BP = "${BPN}-${PV}" S = "${WORKDIR}/${BP}" Therefore we can remove this line. Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: update to latest masterYi Zhao2018-08-191-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* owfs: Upgrade to 3.2p2 and fix build with glibc 2.28+Khem Raj2018-08-152-8/+57
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logfsprogs: Fix build with glibc 2.28Khem Raj2018-08-152-0/+25
| | | | | | mkfs.c:639: undefined reference to `major' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: update to latest masterYi Zhao2018-07-261-2/+4
| | | | | | | | License-Update: Modify the line number for mkyaffs2image.c license. Add license for mkyaffsimage.c since it also be built. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2-utils: add UPSTREAM_CHECK_COMMITSYi Zhao2018-05-301-0/+3
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntfs-3g-ntfsprogs: add UPSTREAM_CHECK_URIYi Zhao2018-05-301-0/+3
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smbnetfs: refresh patchHains van den Bosch2018-04-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: smbnetfs-git-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch patching file configure.ac Hunk #1 succeeded at 119 with fuzz 2 (offset -6 lines). patching file src/Makefile.am Hunk #1 succeeded at 17 (offset 1 line). Now at patch Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, ↵Martin Jansa2018-03-051-0/+4
| | | | | | | | | | | smbnetfs: require pam in DISTRO_FEATURES * there is explicit dependency on libpam without respecting pam in DISTRO_FEATURES so add the check to prevent people building it against broken libpam Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* smbnetfs: update to version 0.6.1Hains van den Bosch2018-02-112-3/+3
| | | | | | gnome-keyring is deprecated and replaced with libsecret. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* smbnetfs: update update 0.5.3a -> 0.6.0Athanasios Oikonomou2017-11-153-8/+9
| | | | | | | | | | | | | | It seems that updating smbnetfs to latest revision fixes build issues. Also remove the blacklist allowing the plugin to build again. Patches reworked to apply on 0.6.0. Additionally handle missing libexecinfo (DEPENDS and LDFLAGS) when building with musl else we are getting the following error: | ../../git/src/common.c:7:10: fatal error: execinfo.h: No such file or directory | #include <execinfo.h> Signed-off-by: Athanasios Oikonomou <athoik@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Revert "smbnetfs: delete blacklisted"Athanasios Oikonomou2017-11-153-0/+81
| | | | | | | This reverts commit 8159e7d528d61779b711be8b044a4ef2d1ca0ebe. Signed-off-by: Athanasios Oikonomou <athoik@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* smbnetfs: delete blacklistedMartin Jansa2017-09-183-81/+0
| | | | | | | | * there was some work on it recently, but it still doesn't work and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114480.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* unionfs-fuse: Fix build with muslKhem Raj2017-07-242-1/+64
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logfsprogs: Rename setkey API to _setkey to not conflict with libcKhem Raj2017-07-242-1/+137
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* yaffs2-utils: Fix build with muslKhem Raj2017-07-242-1/+32
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* unionfs-fuse: 0.26 -> 2.0Hongxu Jia2017-07-143-19/+50
| | | | | | | | | - Fix 0.26's do_compile failure by inheriting cmake and pkgconfig - Update upstream to github Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntfs-3g-ntfsprogs: fix install failed while host dir not existHongxu Jia2017-04-262-1/+55
| | | | | | | | | | | | | | | | | | | While cross compiling, if the dir of "$(rootlibdir)" and "$(libdir)" (such as "/usr/lib64") do not exist on host system, the do_instal failed. ----------------------- make[3]: Entering directory `tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/build/libntfs-3g' if [ ! "/usr/lib64" -ef "/usr/lib64" ]; then \ mv -f "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"/libntfs-3g.so* \ "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"; \ fi mv:...are the same file ----------------------- Use `=' rather than `-ef' to compare them, the cross compile does not care about host dir. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logfsprogs: Pass LDFLAGS to link stepsKhem Raj2017-04-062-4/+49
| | | | | | Fixes QA errors about missing GNU_HASH Signed-off-by: Khem Raj <raj.khem@gmail.com>