Re: [OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Michael Opdenacker
On 8/6/21 3:13 PM, Vyacheslav Yurkov wrote: > I've already updated the docs and will submit the patch as soon as > this series is approved and merged. Fantastic. Many thanks :) Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

Re: [OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Vyacheslav Yurkov
I've already updated the docs and will submit the patch as soon as this series is approved and merged. Vyacheslav On Fri, Aug 6, 2021, 16:06 Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2021-08-06 at 15:00 +0200, Michael Opdenacker wrote: > > Slava, Richard, > > > > On

Re: [OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Richard Purdie
On Fri, 2021-08-06 at 15:00 +0200, Michael Opdenacker wrote: > Slava, Richard, > > On 8/6/21 2:06 PM, Vyacheslav Yurkov wrote: > > It's often desired in Embedded System design to have a read-only rootfs. > > But a lot of different applications might want to have a read-write access > > to some

Re: [OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Michael Opdenacker
Slava, Richard, On 8/6/21 2:06 PM, Vyacheslav Yurkov wrote: > It's often desired in Embedded System design to have a read-only rootfs. > But a lot of different applications might want to have a read-write access > to some parts of a filesystem. It can be especially useful when your update >

[OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Vyacheslav Yurkov
It's often desired in Embedded System design to have a read-only rootfs. But a lot of different applications might want to have a read-write access to some parts of a filesystem. It can be especially useful when your update mechanism overwrites the whole rootfs, but you want your application data