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

Bruce Ashfield bruce.ashfield at windriver.com
Tue Oct 30 10:39:44 PDT 2018


On 10/30/18 5:45 AM, Dengke Du wrote:
> Ceph osd daemon need to work on xfs filesystem, so add the kernel support.

merged

Bruce

> 
> 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
> 



More information about the linux-yocto mailing list