; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] CMake fails with yocto
Hello Khem,
Thank you for looking into this issue. Below is the content of pseudo.log file
as asked by you.
debug_logfile: fd 2
pid 453 [parent 452], doing new pid setup and server start
Setup complete
using bitbake version 1.48 and CMake version 3.13.1.
Please help me in finding out what is wrong?
With regards,
Ishu
From: Khem Raj
Sent: Wednesday, May 5, 2021 21:38
To: Ishu Goel ; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] CMake fails w
On 5/5/21 2:26 AM, Ishu Goel wrote:
Hello,
I am using CMake with Yocto and working on the hellocmake example
provided here:
https://github.com/joaocfernandes/Learn-Yocto/blob/master/develop/Recipe-CMake.md
When I bake the hellocmake recipe it builds perfectly the first time.
But when I make
Hello,
I am using CMake with Yocto and working on the hellocmake example provided
here:
https://github.com/joaocfernandes/Learn-Yocto/blob/master/develop/Recipe-CMake.md
When I bake the hellocmake recipe it builds perfectly the first time. But when
I make any change in the source file 'hellocma