README 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. This README file contains information on the contents of the
  2. filesystems layer.
  3. Please see the corresponding sections below for details.
  4. Dependencies
  5. ============
  6. This layer depends on:
  7. URI: git://git.openembedded.org/openembedded-core
  8. layers: meta
  9. branch: master
  10. URI: git://git.openembedded.org/meta-openembedded
  11. layers: meta-oe
  12. branch: master
  13. Patches
  14. =======
  15. Please submit any patches against the filesystems layer to the
  16. OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
  17. with '[meta-filesystems]' in the subject.
  18. Layer maintainer: Khem Raj <raj.khem@gmail.com>
  19. When sending single patches, please use something like:
  20. git send-email -1 -M \
  21. --to openembedded-devel@lists.openembedded.org \
  22. --subject-prefix=meta-filesystems][PATCH
  23. Table of Contents
  24. =================
  25. I. Adding the filesystems layer to your build
  26. II. Misc
  27. I. Adding the filesystems layer to your build
  28. =================================================
  29. In order to use this layer, you need to make the build system aware of
  30. it.
  31. Assuming the filesystems layer exists at the top-level of your
  32. yocto build tree, you can add it to the build system by adding the
  33. location of the filesystems layer to bblayers.conf, along with any
  34. other layers needed. e.g.:
  35. BBLAYERS ?= " \
  36. /path/to/yocto/meta \
  37. /path/to/yocto/meta-oe \
  38. /path/to/yocto/meta-filesystems \
  39. "
  40. II. Misc
  41. ========
  42. --- physfs ---
  43. A library to provide abstract access to various archives
  44. --- fuse ---
  45. Filesystem in Userspace (FUSE) is a simple interface for userspace programs
  46. to export a virtual filesystem to the Linux kernel.
  47. --- ifuse ---
  48. A fuse filesystem to access the contents of an iPhone or iPod Touch
  49. --- sshfs-fuse ---
  50. A filesystem client based on the SSH File Transfer Protocol
  51. --- owfs ---
  52. An easy way to use the 1-Wire file system
  53. --- ntfs-3g-ntfsprogs ---
  54. The ntfs-3g is a freely available read/write NTFS driver for Linux and
  55. ntfsprogs includes utilities for doing all required tasks to NTFS partitions.
  56. --- cramfs ---
  57. Builds cramfs filesystems for embedded systems
  58. --- smbnetfs ---
  59. SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
  60. network in the same manner as the network neighborhood in Microsoft Windows.
  61. --- fuse-exfat ---
  62. A read and write exFAT driver for FUSE
  63. --- exfat-utils ---
  64. Utilities to create, check, label and dump exFAT filesystem
  65. --- f2fs-tools ---
  66. Tools needed for creating and managing f2fs partitions
  67. --- xfsprogs ---
  68. It provides XFS filesystem utilities.