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

2019-02-05 Thread Guy Morand
Best regards, Guy Morand On 2/5/19 8:21 AM, Guy Morand wrote: 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-s

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

2019-02-04 Thread Guy Morand
terminated. I also tried to change the cmake generator to unix makefile (who knows ...): OECMAKE_GENERATOR = "Unix Makefiles" But I have the same issue. I am working on the thud branch. Anyone had the same problem? What am I doing wrong? Best regards,

Re: [yocto] cmake toolchain file missing in SDK

2018-06-27 Thread Guy Morand
If I copy the missing toolchain file (meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake) manually into the extracted SDK, this fixes the issue. But why was it not deployed automatically by yocto? Regards, Guy On 06/27/18 12:31, Guy Morand wrote: Hallo Yocto developpers! Since my

[yocto] cmake toolchain file missing in SDK

2018-06-27 Thread Guy Morand
Hallo Yocto developpers! Since my last SDK release, I cannot cross compile applications with cmake. I'm using yocto sumo. I get this error: build$ cmake ../ CMake Error at

[yocto] Kernel module depedency (header+symbols)

2018-03-15 Thread Guy Morand
Hallo Yocto developpers, I have been struggling a little to write recipe with kernel modules depedency. It seems that this is not well documented and picked up some solution across the mailing list and by reading the source. That is why I'm wondering if my approach is correct or hopefully

Re: [yocto] Makefile library and debian naming

2017-11-21 Thread Guy Morand
Ok a quick search on the Internet and I've found out that I probably miss some linker parameters such as: -Wl,-soname,libmessages.so.0 Great, I have the feeling I learned something important today! Thanks for the pointers! Guy On 11/21/2017 02:22 PM, Guy Morand wrote: Ross, Thanks for your

Re: [yocto] Makefile library and debian naming

2017-11-21 Thread Guy Morand
oname. Ross On 21 November 2017 at 13:00, Guy Morand <g...@guy-morand.ch <mailto:g...@guy-morand.ch>> wrote: Hallo Yocto developpers! I'm trying to build a Makefile based library. The recipe looks like this: ---[recipe mesages.bb <http://mesages.bb&g

[yocto] Makefile library and debian naming

2017-11-21 Thread Guy Morand
iting this class doesn't help. What am I doing wrong? Guy Morand -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto