blob: 026c132385cf0d8b09cd142fca43d4973f2e9347 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001This README file contains information on the contents of the
2filesystems layer.
3
4Please see the corresponding sections below for details.
5
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.openembedded.org/bitbake
13 branch: 1.28
14
15 URI: git://git.openembedded.org/openembedded-core
16 layers: meta
17 branch: krogoth
18
19 URI: git://git.openembedded.org/meta-openembedded
20 layers: meta-oe
21 branch: krogoth
22
23Patches
24=======
25
26Please submit any patches against the filesystems layer to the
27OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
28with '[meta-filesystems][krogoth]' in the subject.
29
30Maintainers List:
31 physfs Andreas MΓΌller <schnitzeltony@googlemail.com>
32
33 fuse Koen Kooi <koen@dominion.thruhere.net>
34 Philip Balister <philip@balister.org>
35 hongxu jia <hongxu.jia@windriver.com>
36
37 ifuse Sander van Grieken <sander@outrightsolutions.nl>
38 Koen Kooi <koen@dominion.thruhere.net>
39
40 sshfs-fuse Philip Balister <philip@balister.org>
41 Koen Kooi <koen@dominion.thruhere.net>
42
43 owfs Otavio Salvador <otavio@ossystems.com.br>
44 Koen Kooi <koen@dominion.thruhere.net>
45 hongxu jia <hongxu.jia@windriver.com>
46
47 ntfs-3g-ntfsprogs Otavio Salvador <otavio@ossystems.com.br>
48 hongxu jia <hongxu.jia@windriver.com>
49
50 cramfs Koen Kooi <koen@dominion.thruhere.net>
51
52 smbnetfs Sander van Grieken <sander@outrightsolutions.nl>
53 Koen Kooi <koen@dominion.thruhere.net>
54
55 fuse-exfat hongxu jia <hongxu.jia@windriver.com>
56
57 exfat-utils hongxu jia <hongxu.jia@windriver.com>
58
59 f2fs-tools Martin Jansa <Martin.Jansa@gmail.com>
60 Koen Kooi <koen@dominion.thruhere.net>
61
62 xfsprogs Koen Kooi <koen@dominion.thruhere.net>
63 hongxu jia <hongxu.jia@windriver.com>
64
65When sending single patches, please use something like:
66
67 git send-email -1 -M \
68 --to openembedded-devel@lists.openembedded.org \
69 --subject-prefix=meta-filesystems][krogoth][PATCH
70
71krogoth Branch Maintainer:
72Armin Kuster <akuster808@gmail.com>
73
74Table of Contents
75=================
76
77 I. Adding the filesystems layer to your build
78 II. Misc
79
80
81I. Adding the filesystems layer to your build
82=================================================
83
84In order to use this layer, you need to make the build system aware of
85it.
86
87Assuming the filesystems layer exists at the top-level of your
88yocto build tree, you can add it to the build system by adding the
89location of the filesystems layer to bblayers.conf, along with any
90other layers needed. e.g.:
91
92 BBLAYERS ?= " \
93 /path/to/yocto/meta \
94 /path/to/yocto/meta-oe \
95 /path/to/yocto/meta-filesystems \
96 "
97
98
99II. Misc
100========
101
102 --- physfs ---
103 A library to provide abstract access to various archives
104
105 --- fuse ---
106 Filesystem in Userspace (FUSE) is a simple interface for userspace programs
107 to export a virtual filesystem to the Linux kernel.
108
109 --- ifuse ---
110 A fuse filesystem to access the contents of an iPhone or iPod Touch
111
112 --- sshfs-fuse ---
113 A filesystem client based on the SSH File Transfer Protocol
114
115 --- owfs ---
116 An easy way to use the 1-Wire file system
117
118 --- ntfs-3g-ntfsprogs ---
119 The ntfs-3g is a freely available read/write NTFS driver for Linux and
120 ntfsprogs includes utilities for doing all required tasks to NTFS partitions.
121
122 --- cramfs ---
123 Builds cramfs filesystems for embedded systems
124
125 --- smbnetfs ---
126 SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
127 network in the same manner as the network neighborhood in Microsoft Windows.
128
129 --- fuse-exfat ---
130 A read and write exFAT driver for FUSE
131
132 --- exfat-utils ---
133 Utilities to create, check, label and dump exFAT filesystem
134
135 --- f2fs-tools ---
136 Tools needed for creating and managing f2fs partitions
137
138 --- xfsprogs ---
139 It provides XFS filesystem utilities.
140