Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Trevor Woerner
On Wed 2020-12-23 @ 10:43:03 PM, Richard Purdie wrote: > You're misunderstanding my question. In your patch you create > "/.psplash" in the splash recipe. > > Is there a reason the psplash recipe can't create "/mnt/.psplash", i.e. > match the original path ? Understood. I just wanted to update

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Richard Purdie
On Wed, 2020-12-23 at 17:41 -0500, Trevor Woerner wrote: > On Wed 2020-12-23 @ 04:50:05 PM, Trevor Woerner wrote: > > On Wed 2020-12-23 @ 06:00:21 PM, Richard Purdie wrote: > > > Personally, I don't really like the idea of having a top level > > > directory called .psplash, > > > > Neither do I,

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Trevor Woerner
On Wed 2020-12-23 @ 04:50:05 PM, Trevor Woerner wrote: > On Wed 2020-12-23 @ 06:00:21 PM, Richard Purdie wrote: > > Personally, I don't really like the idea of having a top level > > directory called .psplash, > > Neither do I, which is why I also added the code to remove the directory once > the

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Richard Purdie
On Wed, 2020-12-23 at 17:35 -0500, Trevor Woerner wrote: > On Wed 2020-12-23 @ 10:06:05 PM, Richard Purdie wrote: > > On Wed, 2020-12-23 at 16:50 -0500, Trevor Woerner wrote: > > > On Wed 2020-12-23 @ 06:00:21 PM, Richard Purdie wrote: > > > > Personally, I don't really like the idea of having a

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Trevor Woerner
On Wed 2020-12-23 @ 10:06:05 PM, Richard Purdie wrote: > On Wed, 2020-12-23 at 16:50 -0500, Trevor Woerner wrote: > > On Wed 2020-12-23 @ 06:00:21 PM, Richard Purdie wrote: > > > Personally, I don't really like the idea of having a top level > > > directory called .psplash, > > > > Neither do I,

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Richard Purdie
On Wed, 2020-12-23 at 16:50 -0500, Trevor Woerner wrote: > On Wed 2020-12-23 @ 06:00:21 PM, Richard Purdie wrote: > > Personally, I don't really like the idea of having a top level > > directory called .psplash, > > Neither do I, which is why I also added the code to remove the > directory once >

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Trevor Woerner
On Wed 2020-12-23 @ 06:00:21 PM, Richard Purdie wrote: > Personally, I don't really like the idea of having a top level > directory called .psplash, Neither do I, which is why I also added the code to remove the directory once the psplash program is done running. Whenever psplash is run the

Re: [OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Richard Purdie
On Wed, 2020-12-23 at 12:06 -0500, Trevor Woerner wrote: The psplash program has a mechanism for showing progress/updates. This is done via a pipe. On images that are R/O or images that are assembled via wic, the pipe is being setup in a location that is R/O on first boot, therefore the pipe can

[OE-core] [master-next][PATCH 2/3] psplash: work on first boot (sysvinit)

2020-12-23 Thread Trevor Woerner
The psplash program has a mechanism for showing progress/updates. This is done via a pipe. On images that are R/O or images that are assembled via wic, the pipe is being setup in a location that is R/O on first boot, therefore the pipe can not be created. If the psplash program is not able to