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