blob: ac0035a98ef02ef57179ca4a62f52c0e3b38b1b0 [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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013 branch: 1.40
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014
15 URI: git://git.openembedded.org/openembedded-core
16 layers: meta
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017 branch: thud
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018
19 URI: git://git.openembedded.org/meta-openembedded
20 layers: meta-oe
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021 branch: thud
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022
23Patches
24=======
25
26Please submit any patches against the filesystems layer to the
27OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080028with '[meta-filesystems][thud]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050029
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080030Thud maintainer: Armin Kuster <akuster808@gmail.com>
Patrick Williamsb48b7b42016-08-17 15:04:38 -050031
32When sending single patches, please use something like:
33
34 git send-email -1 -M \
35 --to openembedded-devel@lists.openembedded.org \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080036 --subject-prefix=meta-filesystems][thud][PATCH
Patrick Williamsb48b7b42016-08-17 15:04:38 -050037
Patrick Williamsb48b7b42016-08-17 15:04:38 -050038
39Table of Contents
40=================
41
42 I. Adding the filesystems layer to your build
43 II. Misc
44
45
46I. Adding the filesystems layer to your build
47=================================================
48
49In order to use this layer, you need to make the build system aware of
50it.
51
52Assuming the filesystems layer exists at the top-level of your
53yocto build tree, you can add it to the build system by adding the
54location of the filesystems layer to bblayers.conf, along with any
55other layers needed. e.g.:
56
57 BBLAYERS ?= " \
58 /path/to/yocto/meta \
59 /path/to/yocto/meta-oe \
60 /path/to/yocto/meta-filesystems \
61 "
62
63
64II. Misc
65========
66
67 --- physfs ---
68 A library to provide abstract access to various archives
69
70 --- fuse ---
71 Filesystem in Userspace (FUSE) is a simple interface for userspace programs
72 to export a virtual filesystem to the Linux kernel.
73
74 --- ifuse ---
75 A fuse filesystem to access the contents of an iPhone or iPod Touch
76
77 --- sshfs-fuse ---
78 A filesystem client based on the SSH File Transfer Protocol
79
80 --- owfs ---
81 An easy way to use the 1-Wire file system
82
83 --- ntfs-3g-ntfsprogs ---
84 The ntfs-3g is a freely available read/write NTFS driver for Linux and
85 ntfsprogs includes utilities for doing all required tasks to NTFS partitions.
86
87 --- cramfs ---
88 Builds cramfs filesystems for embedded systems
89
90 --- smbnetfs ---
91 SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
92 network in the same manner as the network neighborhood in Microsoft Windows.
93
94 --- fuse-exfat ---
95 A read and write exFAT driver for FUSE
96
97 --- exfat-utils ---
98 Utilities to create, check, label and dump exFAT filesystem
99
100 --- f2fs-tools ---
101 Tools needed for creating and managing f2fs partitions
102
103 --- xfsprogs ---
104 It provides XFS filesystem utilities.
105