summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
Commit message (Collapse)AuthorAgeFilesLines
* fuse: fix for CVE-2015-3202 Privilege EscalationTudor Florea2015-10-262-0/+64
| | | | | | | | | | | | | | | fusermount in FUSE before 2.9.3-15 does not properly clear the environment before invoking (1) mount or (2) umount as root, which allows local users to write to arbitrary files via a crafted LIBMOUNT_MTAB environment variable that is used by mount's debugging feature. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3202 http://www.openwall.com/lists/oss-security/2015/05/21/9 Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fido README: update maintainers listArmin Kuster2015-04-131-5/+9
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* aufs-tools - version cleanupAmy Fong2015-04-131-2/+2
| | | | | | | | Fix the version to be 3.0 so that it corresponds to what we get from the SRCREV. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse-exfat: upgrade to 1.1.0Maxin B. John2015-01-201-6/+6
| | | | | | | | | Bump to 1.1.0 1. Updated LICENSE from GPLv3 to GPLv2 or later 2. Misc. spelling fix Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logfsprogs: Add new recipeQian Lei2014-12-191-0/+26
| | | | | | | | | LogFS is a Linux log-structured and scalable flash file system, intended for use on large devices of flash memory. Logfsprogs is used to create LogFS file system. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PNBLACKLIST: use weak assignmentsMartin Jansa2014-12-171-1/+1
| | | | | | | * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* f2fs-tools: Update to Version 1.4.0Sven Ebenfeld2014-12-093-22/+49
| | | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-filesystems: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* owfs: remove unrecognized configure optionsMartin Jansa2014-08-111-2/+0
| | | | | | | | * fixes following QA warnings: owfs-2.9p1: owfs: configure was passed unrecognised options: --enable-cache --enable-mt [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: remove unrecognized configure optionMartin Jansa2014-08-111-2/+0
| | | | | | | | * fixes following QA warning: fuse-2.9.3: fuse: configure was passed unrecognised options: --disable-kernel-module [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbfsnet: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* owfs: Disable separate build since its brokenRichard Purdie2014-07-221-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: Add missing pkgconfig inheritRichard Purdie2014-07-221-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-filesystems: use BPN in SRC_URIRobert Yang2014-07-154-4/+4
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Add missing pkgconfig dependenciesRichard Purdie2014-07-152-2/+2
| | | | | | | These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependencyRichard Purdie2014-07-151-0/+2
| | | | | | | This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* aufs-util: add new recipePaul Eggleton2014-06-214-0/+329
| | | | | | | | | | | | | | | | | Introducing the aufs-util target recipe. This would be used in conjuction with the aufs kernel feature to provide union mounts suitable for live boot applications. Only the target binaries are currently packages, with man pages, libraries and other artifacts skipped in this initial integration. (Integration work done by Bruce Ashfield <bruce.ashfield@windriver.com> and Chen Qi <Qi.Chen@windriver.com> .) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* unionfs-fuse: A FUSE based implementation of UnionFSTom Rini2014-06-211-0/+15
| | | | | | | | Cc: Koen Kooi <koen@dominion.thruhere.net> Cc: Philip Balister <philip@balister.org> Cc: hongxu jia <hongxu.jia@windriver.com> Signed-off-by: Tom Rini <tom.rini@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist ↵Martin Jansa2014-05-091-0/+1
| | | | | | | | | | recipes failing in world builds * these are failing for last couple months, blacklist them until someone steps up and starts maintaining them * see http://www.openembedded.org/wiki/Bitbake_World_Status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfsprogs: Do not do out-of-tree build yetKhem Raj2014-05-031-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sshfs-fuse: update to 2.5Koen Kooi2014-04-201-3/+2
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-236-10/+15
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* yaffs2-utils: Fix formatting, drop PRMartin Jansa2014-01-231-12/+9
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Reviewed-by: Hongxu Jia <hongxu.jia@windriver.com>
* xfsprogs: change DESCRIPTION to SUMMARYAndreas Oberritter2014-01-201-1/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* yaffs2: Adds git version recipe (initial recipe)Pengyu Ma2014-01-201-0/+38
| | | | | | Added CONFIG in CFLAGS to resolve missing definition error. Signed-off-by: Pengyu Ma <pengyu.ma@windriver.com>
* ntfs-3g-ntfsprogs: Fix runtime dependency for development packageOtavio Salvador2013-12-211-0/+3
| | | | | | | | | The -dev has a runtime dependency against ${PN} which is empty; we allow it to be empty to satisfy the dependency instead of mangingling the -dev dependencies. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse-exfat, ntfs-3g-ntfsprogs: Move util-linux-mount to RRECOMMENDSmike.looijmans@topic.nl2013-10-052-2/+3
| | | | | | | | Soften the dependency to allow distros to use another mount provider like busybox instead of being forced to use util-linux-mount. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cramfs: remove, we use mkfs.cramfs from util-linuxAndrea Adami2013-09-031-29/+0
| | | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-032-2/+2
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* f2fs-tools: move to meta-filesystemsHongxu Jia2013-08-161-0/+22
| | | | | | | | | Move f2fs-tools from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cramfs: move to meta-filesystemsHongxu Jia2013-08-161-0/+29
| | | | | | | | | Move cramfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sshfs-fuse: move to meta-filesystemsHongxu Jia2013-08-161-0/+18
| | | | | | | | | Move sshfs-fuse from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: move to meta-filesystemsHongxu Jia2013-08-161-0/+19
| | | | | | | | | Move smbnetfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ifuse: move to meta-filesystemsHongxu Jia2013-08-161-0/+15
| | | | | | | | | Move ifuse from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* physfs: move to meta-filesystemsHongxu Jia2013-08-161-0/+11
| | | | | | | | | Move physfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exfat-utils: add version 1.0.1Hongxu Jia2013-08-161-0/+29
| | | | | | | | | The utilities to create, check, label and dump exFAT filesystem [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse-exfat: add version 1.0.1Hongxu Jia2013-08-161-0/+26
| | | | | | | | | The fuse-exfat is read and write exFAT driver for FUSE [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntfs-3g-ntfsprogs: move to meta-filesystems and upgradeHongxu Jia2013-08-161-0/+35
| | | | | | | | | | - Move ntfs-3g-ntfsprogs from meta-oe to meta-filesystems - Upgrade ntfs-3g-ntfsprogs to 2013.1.13 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfsprogs: move to meta-filesystems and upgradeHongxu Jia2013-08-163-0/+354
| | | | | | | | | | - Move xfsprogs from meta-oe to meta-filesystems - Upgrade xfsprogs to 3.1.11 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* owfs: move to meta-filesystems and upgradeHongxu Jia2013-08-163-0/+189
| | | | | | | | | | - Move owfs from meta-oe to meta-filesystems - Upgrade owfs to 2.9p1 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: move to meta-filesystems and upgradeHongxu Jia2013-08-163-0/+168
| | | | | | | | | | - Move fuse from meta-oe to meta-filesystems - Upgrade fuse to 2.9.3 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-filesystems creationHongxu Jia2013-08-163-0/+165
This layer contains filesystem related recipes. [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
OpenPOWER on IntegriCloud