Re: [PATCH] [oe][meta-filesystem][PATCH v2] composefs: add a new recipe

2024-04-09 Thread Jose Quaresma
Fathi Boudra escreveu (terça, 9/04/2024 à(s) 11:09): > Hi José, > > On Tue, 9 Apr 2024 at 12:00, Jose Quaresma > wrote: > > Hi Fathi, > > > > Maybe just the #include can do the job. > > > > It includes the posix implementation of the basename > >

Re: [PATCH] [oe][meta-filesystem][PATCH v2] composefs: add a new recipe

2024-04-09 Thread Fathi Boudra
Hi José, On Tue, 9 Apr 2024 at 12:00, Jose Quaresma wrote: > Hi Fathi, > > Maybe just the #include can do the job. > > It includes the posix implementation of the basename > https://man7.org/linux/man-pages/man0/libgen.h.0p.html > > Added the same comment on the github PR. > > Jose I tried it

Re: [PATCH] [oe][meta-filesystem][PATCH v2] composefs: add a new recipe

2024-04-09 Thread Jose Quaresma
Fathi Boudra escreveu (terça, 9/04/2024 à(s) 08:54): > Tools to handle creating and mounting composefs images > > Flexible mechanism to support read-only mountable filesystem trees, > stacking on top of Linux filesystem. > > It will allow to enable filesystem integrity by leveraging the stack: >

[PATCH] [oe][meta-filesystem][PATCH v2] composefs: add a new recipe

2024-04-09 Thread Fathi Boudra
Tools to handle creating and mounting composefs images Flexible mechanism to support read-only mountable filesystem trees, stacking on top of Linux filesystem. It will allow to enable filesystem integrity by leveraging the stack: ostree -> composefs -> fs-verity For reference: