Re: [yocto] cmake / no such file or directory ??!

2019-02-08 Thread Max Halldén
Hi, That looks a lot like what I got when I was setting the 'PV' variable based on 'SRCREV' instead of 'SRCPV'. Maybe start checking there :) Best regards, Max On 2019-02-08 09:41, Fernando AE wrote: > Hello Guy,I would also say that something is strange with the > "AUTOINC" in your file paths

Re: [yocto] cmake / no such file or directory ??!

2019-02-08 Thread Fernando AE
Hello Guy,I would also say that something is strange with the "AUTOINC" in your file paths, unless you set a variable like that on purpose. Regards, Fernando On Tue, Feb 5, 2019 at 10:23 AM Guy Morand wrote: > > Sorry Yocto developers! > > I have found the issue, in my CMakeLists.txt, I changed

Re: [yocto] cmake / no such file or directory ??!

2019-02-05 Thread Guy Morand
Sorry Yocto developers! I have found the issue, in my CMakeLists.txt, I changed this: set(CMAKE_CXX_FLAGS "-Wall -Wextra -Werror") to this: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror") Now it works like a charm, stupid me :D! Sorry for all the noise! Best regards, Guy Moran

[yocto] cmake / no such file or directory ??!

2019-02-04 Thread Guy Morand
Hello Yocto developpers! I'm facing a weird problem that seems very strange. I can cross-compile a project based on cmake with the generated Yocto SDK. However, after adding a recipe, the compilation fails: /mnt/ssd/yocto-build-script/build/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/communi