* mkfifo: not found
@ 2017-06-12 15:01 Baumann, Michael
2017-06-12 15:23 ` Burton, Ross
2017-06-12 15:32 ` Leonardo Sandoval
0 siblings, 2 replies; 3+ messages in thread
From: Baumann, Michael @ 2017-06-12 15:01 UTC (permalink / raw)
To: yocto@yoctoproject.org
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mkfifo: not found
2017-06-12 15:01 mkfifo: not found Baumann, Michael
@ 2017-06-12 15:23 ` Burton, Ross
2017-06-12 15:32 ` Leonardo Sandoval
1 sibling, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2017-06-12 15:23 UTC (permalink / raw)
To: Baumann, Michael; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
On 12 June 2017 at 16:01, Baumann, Michael <Michael.Baumann@vector.com>
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
[-- Attachment #2: Type: text/html, Size: 1085 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mkfifo: not found
2017-06-12 15:01 mkfifo: not found Baumann, Michael
2017-06-12 15:23 ` Burton, Ross
@ 2017-06-12 15:32 ` Leonardo Sandoval
1 sibling, 0 replies; 3+ messages in thread
From: Leonardo Sandoval @ 2017-06-12 15:32 UTC (permalink / raw)
To: Baumann, Michael; +Cc: yocto@yoctoproject.org
On Mon, 2017-06-12 at 15:01 +0000, 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-12 15:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 15:01 mkfifo: not found Baumann, Michael
2017-06-12 15:23 ` Burton, Ross
2017-06-12 15:32 ` Leonardo Sandoval
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.