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

He Zhe zhe.he at windriver.com
Tue Mar 5 01:40:53 PST 2019


Update email address.

On 3/5/19 5:39 PM, He Zhe wrote:
> Hi Bruce,
>
> This is now on master and yocto-4.18, but not on yocto-4.19. Could you please help merge?
>
> Thanks,
> Zhe
>
> On 10/31/18 1:39 AM, Bruce Ashfield wrote:
>> 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