Re: [yocto] mkfifo: not found

2017-06-12 Thread Leonardo Sandoval
On Mon, 2017-06-12 at 15:01 +, Baumann, Michael wrote:
> Hello,
> 
> I upgraded from poky 2.1 to 2.3 and now I have an issue with mkfifo in a 
> do_install step. 
> The error is "mkfifo: not found"
> I already added the package coreutils as dependency.
> 

a bit more info of what you are doing or error log would help others to
spot possible solutions.



> Does someone has some hints for me?
> 
> Regards Michael
> 


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] mkfifo: not found

2017-06-12 Thread Burton, Ross
On 12 June 2017 at 16:01, Baumann, Michael 
wrote:

> I upgraded from poky 2.1 to 2.3 and now I have an issue with mkfifo in a
> do_install step.
> The error is "mkfifo: not found"
> I already added the package coreutils as dependency.
>

Ah, mkfifo is missing from HOSTTOOLS.

A patch would be appreciated, but this in your local.conf will solve it:

HOSTTOOLS_append = " mkfifo"

(or use mknod instead of mkfifo)

Ross
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] mkfifo: not found

2017-06-12 Thread Baumann, Michael
Hello,

I upgraded from poky 2.1 to 2.3 and now I have an issue with mkfifo in a 
do_install step. 
The error is "mkfifo: not found"
I already added the package coreutils as dependency.

Does someone has some hints for me?

Regards Michael

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto