[yocto] Missing RDEPENDS on libldb, libtevent

2018-12-06 Thread Craig McQueen
I am doing Yocto builds with Yocto sumo, and using the meta-oe layer. I recently updated Yocto poky from eebbc00b to 64a257fa, and updated meta-oe from 2bb21ef2 to 8760facb. After that, I found I got build errors: ERROR: libldb-1.3.1-r0 do_package_qa: QA Issue:

[yocto] Duplicating a build configuration

2018-12-06 Thread Edward Wingate
I have configured Yocto to build a jethro distribution that I've been using for the past 3 years. I want to duplicate this configuration on another computer as a backup build machine. I could just copy over the poky directory and all my layers, but I think this would copy over unnecessary files

Re: [yocto] overwriting do_install causes cmake install not executed

2018-12-06 Thread Burton, Ross
On Thu, 6 Dec 2018 at 16:03, Tomasz Michalski wrote: > I have recipe componentX.bb which refer to some C++ repository. In C++ > repository I have in main CMakeList.txt: > > install(PROGRAMS ./script/start.sh DESTINATION > ${CMAKE_INSTALL_COMPONENTXDIR}/init.d) > install(PROGRAMS

Re: [yocto] Content of a packagegroup

2018-12-06 Thread Burton, Ross
On Thu, 6 Dec 2018 at 14:47, Mauro Ziliani wrote: > There is the possibility to known which recipes are included in a > packagroup? > > Toaster can be the solution or there a cli command to know which recipes > are in a packagegroup? No idea about Toaster but assuming you've built the

[yocto] overwriting do_install causes cmake install not executed

2018-12-06 Thread Tomasz Michalski
Hi I have recipe componentX.bb which refer to some C++ repository. In C++ repository I have in main CMakeList.txt: install(PROGRAMS ./script/start.sh DESTINATION ${CMAKE_INSTALL_COMPONENTXDIR}/init.d) install(PROGRAMS ./script/functions.sh DESTINATION ${CMAKE_INSTALL_BINDIR}) When I add to

[yocto] Content of a packagegroup

2018-12-06 Thread Mauro Ziliani
Hi all There is the possibility to known which recipes are included in a packagroup? Toaster can be the solution or there a cli command to know which recipes are in a packagegroup? MZ -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Yocto Cmake Build (Toolchain)

2018-12-06 Thread Peter Balazovic
Now it's all OK. BTW is there some "prelaunch" commands possible? Using the Eclipse plugin with the cmake from the sdk This can get confusing because it may be unclear which cmake eclipse is using, if you have one in the sdk and one installed on the host. To make sure you get the cmake from the

Re: [yocto] connmand+dbus. Which alternatives?

2018-12-06 Thread Burton, Ross
On Thu, 6 Dec 2018 at 06:53, Mauro Ziliani wrote: > Normally the sytstem works well. Sometimes, randomly, the system freeze > or the app crashes. > > I made many test and this happens when the system is connected to a SSID. > > So I suspect that the problem is in connamd_1.31+dbus_1.10.6 Connman

Re: [yocto] connmand+dbus. Which alternatives?

2018-12-06 Thread Herman van Hazendonk
Hi Mauro, You can always try to get a newer version of connmand and dbus integrated into your build. Often some of these issues are solved in a newer version. Thud provides 1.35 (https://github.com/openembedded/openembedded-core/tree/thud/meta/recipes-connectivity/connman) and master 1.36

Re: [yocto] connmand+dbus. Which alternatives?

2018-12-06 Thread Ulrich Ölmann
On Thu, Dec 06 2018 at 07:13 +, ChenQi wrote: > wifi connection could be managed by wpa-supplicant. Alternatively there is iwd (see [1]) which is heading towards version 1.0 in the coming weeks and is already supported by connman. > Best Regards, > Chen Qi > > On 12/06/2018 02:50 PM, Mauro