Re: [OE-core] [master-next][PATCH 2/3] psplash: add fifo to initial image (sysvinit)

2021-01-04 Thread Ross Burton
On Thu, 24 Dec 2020 at 07:44, Trevor Woerner wrote: > -DEPENDS = "gdk-pixbuf-native" > +DEPENDS = "gdk-pixbuf-native coreutils-native" For reasons that I'm still digging into, using coreutils-native's cp causes pseudo to crash. Can we just add mkfifo to HOSTTOOLS? Ross -=-=-=-=-=-=-=-=-=-=-=-

[OE-core] [master-next][PATCH 2/3] psplash: add fifo to initial image (sysvinit)

2020-12-23 Thread Trevor Woerner
Have the fifo used by psplash available in the image on first boot. This avoids the issue in some scenarios where the fifo can't be created until very late in the bootup. The fifo is removed when psplash is done, and created again every time it runs. Signed-off-by: Trevor Woerner ---