summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/README')
-rw-r--r--meta-filesystems/README144
1 files changed, 144 insertions, 0 deletions
diff --git a/meta-filesystems/README b/meta-filesystems/README
new file mode 100644
index 000000000..639d9eecd
--- /dev/null
+++ b/meta-filesystems/README
@@ -0,0 +1,144 @@
1This 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.24
14
15 URI: git://git.openembedded.org/openembedded-core
16 layers: meta
17 branch: dizzy
18
19 URI: git://git.openembedded.org/meta-openembedded
20 layers: meta-oe
21 branch: dizzy
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][dizzy]' in the subject.
29
30Dizzy branch maintainers:
31 Otavio Salvador <otavio@ossystems.com.br>
32 Armin Kuster <akuster808@gmail.com>
33
34Prefix email subject with: [dizzy]
35
36Maintainers List:
37 physfs Andreas Müller <schnitzeltony@googlemail.com>
38
39 fuse Koen Kooi <koen@dominion.thruhere.net>
40 Philip Balister <philip@balister.org>
41 hongxu jia <hongxu.jia@windriver.com>
42
43 ifuse Sander van Grieken <sander@outrightsolutions.nl>
44 Koen Kooi <koen@dominion.thruhere.net>
45
46 sshfs-fuse Philip Balister <philip@balister.org>
47 Koen Kooi <koen@dominion.thruhere.net>
48
49 owfs Otavio Salvador <otavio@ossystems.com.br>
50 Koen Kooi <koen@dominion.thruhere.net>
51 hongxu jia <hongxu.jia@windriver.com>
52
53 ntfs-3g-ntfsprogs Otavio Salvador <otavio@ossystems.com.br>
54 hongxu jia <hongxu.jia@windriver.com>
55
56 cramfs Koen Kooi <koen@dominion.thruhere.net>
57
58 smbnetfs Sander van Grieken <sander@outrightsolutions.nl>
59 Koen Kooi <koen@dominion.thruhere.net>
60
61 fuse-exfat hongxu jia <hongxu.jia@windriver.com>
62
63 exfat-utils hongxu jia <hongxu.jia@windriver.com>
64
65 f2fs-tools Martin Jansa <Martin.Jansa@gmail.com>
66 Koen Kooi <koen@dominion.thruhere.net>
67
68 xfsprogs Koen Kooi <koen@dominion.thruhere.net>
69 hongxu jia <hongxu.jia@windriver.com>
70
71When sending single patches, please use something like:
72
73 git send-email -1 -M \
74 --to openembedded-devel@lists.openembedded.org \
75 --subject-prefix=meta-filesystems][PATCH
76
77
78Table of Contents
79=================
80
81 I. Adding the filesystems layer to your build
82 II. Misc
83
84
85I. Adding the filesystems layer to your build
86=================================================
87
88In order to use this layer, you need to make the build system aware of
89it.
90
91Assuming the filesystems layer exists at the top-level of your
92yocto build tree, you can add it to the build system by adding the
93location of the filesystems layer to bblayers.conf, along with any
94other layers needed. e.g.:
95
96 BBLAYERS ?= " \
97 /path/to/yocto/meta \
98 /path/to/yocto/meta-oe \
99 /path/to/yocto/meta-filesystems \
100 "
101
102
103II. Misc
104========
105
106 --- physfs ---
107 A library to provide abstract access to various archives
108
109 --- fuse ---
110 Filesystem in Userspace (FUSE) is a simple interface for userspace programs
111 to export a virtual filesystem to the Linux kernel.
112
113 --- ifuse ---
114 A fuse filesystem to access the contents of an iPhone or iPod Touch
115
116 --- sshfs-fuse ---
117 A filesystem client based on the SSH File Transfer Protocol
118
119 --- owfs ---
120 An easy way to use the 1-Wire file system
121
122 --- ntfs-3g-ntfsprogs ---
123 The ntfs-3g is a freely available read/write NTFS driver for Linux and
124 ntfsprogs includes utilities for doing all required tasks to NTFS partitions.
125
126 --- cramfs ---
127 Builds cramfs filesystems for embedded systems
128
129 --- smbnetfs ---
130 SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
131 network in the same manner as the network neighborhood in Microsoft Windows.
132
133 --- fuse-exfat ---
134 A read and write exFAT driver for FUSE
135
136 --- exfat-utils ---
137 Utilities to create, check, label and dump exFAT filesystem
138
139 --- f2fs-tools ---
140 Tools needed for creating and managing f2fs partitions
141
142 --- xfsprogs ---
143 It provides XFS filesystem utilities.
144