[linux-yocto] [PATCH][master][yocto-4.18] xfs: add xfs support

Dengke Du dengke.du at windriver.com
Tue Oct 30 02:45:20 PDT 2018


Ceph osd daemon need to work on xfs filesystem, so add the kernel support.

Signed-off-by: Dengke Du <dengke.du at windriver.com>
---
 features/xfs/xfs.cfg | 5 +++++
 features/xfs/xfs.scc | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 features/xfs/xfs.cfg
 create mode 100644 features/xfs/xfs.scc

diff --git a/features/xfs/xfs.cfg b/features/xfs/xfs.cfg
new file mode 100644
index 00000000..aee7765d
--- /dev/null
+++ b/features/xfs/xfs.cfg
@@ -0,0 +1,5 @@
+CONFIG_XFS_FS=y
+CONFIG_XFS_QUOTA=y
+CONFIG_XFS_POSIX_ACL=y
+CONFIG_XFS_RT=y
+CONFIG_VXFS_FS=m
diff --git a/features/xfs/xfs.scc b/features/xfs/xfs.scc
new file mode 100644
index 00000000..095dd96d
--- /dev/null
+++ b/features/xfs/xfs.scc
@@ -0,0 +1 @@
+kconf non-hardware xfs.cfg
-- 
2.18.0



More information about the linux-yocto mailing list