[Buildroot] [PATCH v2 0/2] Add support for AXFS filesystem type

Ariel D'Alessandro ariel at vanguardiasur.com.ar
Mon Oct 5 16:55:00 UTC 2015


This patch series adds support for using the AXFS filesystem type.

The Advanced XIP File System is a Linux kernel filesystem driver that enables
files to be executed directly from flash or ROM memory rather than being copied
into RAM.

More info can be found here: http://elinux.org/AXFS

Changes from v1:
* Removed unnecessary call to $(generic-package) in axfsutils.mk.

Ariel

Ariel D'Alessandro (2):
  axfsutils: add new package
  axfs: add new filesystem type

 fs/Config.in                   |  1 +
 fs/axfs/Config.in              |  4 ++++
 fs/axfs/axfs.mk                | 13 +++++++++++++
 package/axfsutils/axfsutils.mk | 20 ++++++++++++++++++++
 4 files changed, 38 insertions(+)
 create mode 100644 fs/axfs/Config.in
 create mode 100644 fs/axfs/axfs.mk
 create mode 100644 package/axfsutils/axfsutils.mk

-- 
1.9.1



More information about the buildroot mailing list