README 2.6 KB

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