Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | This README file contains information on the contents of the |
| 2 | filesystems layer. |
| 3 | |
| 4 | Please see the corresponding sections below for details. |
| 5 | |
| 6 | |
| 7 | Dependencies |
| 8 | ============ |
| 9 | |
| 10 | This layer depends on: |
| 11 | |
| 12 | URI: git://git.openembedded.org/bitbake |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 13 | branch: 1.28 |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | |
| 15 | URI: git://git.openembedded.org/openembedded-core |
| 16 | layers: meta |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 17 | branch: pyro |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | |
| 19 | URI: git://git.openembedded.org/meta-openembedded |
| 20 | layers: meta-oe |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 21 | branch: pyro |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 22 | |
| 23 | Patches |
| 24 | ======= |
| 25 | |
| 26 | Please submit any patches against the filesystems layer to the |
| 27 | OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org) |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 28 | with '[meta-filesystems][pyro]' in the subject. |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 29 | |
| 30 | Maintainers 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 | |
| 65 | When sending single patches, please use something like: |
| 66 | |
| 67 | git send-email -1 -M \ |
| 68 | --to openembedded-devel@lists.openembedded.org \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 69 | --subject-prefix=meta-filesystems][pyro][PATCH |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 70 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 71 | pyro Branch Maintainer: |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 72 | Armin Kuster <akuster808@gmail.com> |
| 73 | |
| 74 | Table of Contents |
| 75 | ================= |
| 76 | |
| 77 | I. Adding the filesystems layer to your build |
| 78 | II. Misc |
| 79 | |
| 80 | |
| 81 | I. Adding the filesystems layer to your build |
| 82 | ================================================= |
| 83 | |
| 84 | In order to use this layer, you need to make the build system aware of |
| 85 | it. |
| 86 | |
| 87 | Assuming the filesystems layer exists at the top-level of your |
| 88 | yocto build tree, you can add it to the build system by adding the |
| 89 | location of the filesystems layer to bblayers.conf, along with any |
| 90 | other 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 | |
| 99 | II. 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 | |