[yocto] how to create a named_pipe in my image

Burton, Ross ross.burton at intel.com
Mon Feb 8 09:36:04 PST 2016


On 8 February 2016 at 16:39, Baumann, Michael <Michael.Baumann at vector.com>
wrote:

> Switching to rpm package showed the same behavior.
>
> Is there another workaround than a post install script?
>
>
So I had a quick look at this.  The fifo certainly ends up in the resulting
ipk at least, but as you say package_qa hangs.  It's probably encountering
a non-file and breaking somewhere.  A really nasty workaround until this is
fixed would be to put in your recipe:

python do_package_qa() {}

(to stub out the package_qa task)

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160208/a8496df5/attachment.html>


More information about the yocto mailing list