[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

[yocto] Show cmake warnings as yocto warnings

2017-05-30 Thread Baumann, Michael
Hello, I am using cmake in my recipes (poky 2.1.2). Is there a way to display cmake warnings as yocto warnings? I can see the cmake warning in the log.do_configure file of my package but it is not displayed prominent during bitbake. Cheers and many thanks in advance, Michael --

Re: [yocto] recipe with prefix to sourcecode path

2016-05-11 Thread Baumann, Michael
I found the solution. I added this to my recipe: S = "${WORKDIR}/git/ProjectA" Regards, Michael >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Baumann, Michael >Sent: Wednesday, May 11, 20

[yocto] recipe with prefix to sourcecode path

2016-05-11 Thread Baumann, Michael
Hi, I am using CMAKE and wonder how to add a prefix to my recipe so that bitbake searches in the right directory for CMakeLists.txt. I use the SRC_URI variable to pull from my repository. I think the problem is that in the top level directory no CMakeLists.txt file exists and I don't want to

Re: [yocto] how to create a named_pipe in my image

2016-02-08 Thread Baumann, Michael
Thank you Ross. Switching to rpm package showed the same behavior. Is there another workaround than a post install script? Regards, Michael From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, February 08, 2016 5:15 PM To: Baumann, Michael Cc: yocto@yoctoproject.org Subject: Re

Re: [yocto] how to create a named_pipe in my image

2016-02-08 Thread Baumann, Michael
circumvent this? Regards Michael >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Baumann, Michael >Sent: Monday, February 08, 2016 4:07 PM >To: yocto@yoctoproject.org >Subject: [yocto] how to create a name

[yocto] how to create a named_pipe in my image

2016-02-08 Thread Baumann, Michael
Hi, I try to create a named pipe (fifo) for my target filesystem. I tried it in my .bb file in the do_install() section with "mkfifo " Any ideas gratefully received. Regards Michael -- ___ yocto mailing list yocto@yoctoproject.org