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

2018-12-05 Thread ChenQi
wifi connection could be managed by wpa-supplicant. Best Regards, Chen Qi On 12/06/2018 02:50 PM, Mauro Ziliani wrote: Hi all. I'm working on a imx6dl sabresd project with an usb wifi dongle (edimax EW7811un) My app uses Connman by DBus to manage ethernet and wifi connections. Normally the

Re: [yocto] Yocto Cmake Build (Toolchain)

2018-12-05 Thread Peter Balazovic
What's the alternative? čt 6. 12. 2018 6:54 odesílatel Tim Orling napsal: > Also including eclipse-yocto mailing list. > > BTW, ADT is not a thing anymore. > > On Wed, Dec 5, 2018 at 3:11 PM Peter Balazovic > wrote: > >> I am starting to use Eclipse ADT for app development using Yocto Cmake >>

[yocto] connmand+dbus. Which alternatives?

2018-12-05 Thread Mauro Ziliani
Hi all. I'm working on a imx6dl sabresd project with an usb wifi dongle (edimax EW7811un) My app uses Connman by DBus to manage ethernet and wifi connections. Normally the sytstem works well. Sometimes, randomly, the system freeze or the app crashes. I made many test and this happens when the

Re: [yocto] Yocto Cmake Build (Toolchain)

2018-12-05 Thread Tim Orling
Also including eclipse-yocto mailing list. BTW, ADT is not a thing anymore. On Wed, Dec 5, 2018 at 3:11 PM Peter Balazovic wrote: > I am starting to use Eclipse ADT for app development using Yocto Cmake > Build (Toolchain). I am trying to create simple "hello-world" example out > of "Yocto

[yocto] QA notification for completed autobuilder build (yocto-2.5.2.rc1)

2018-12-05 Thread Poky Build User
A build flagged for QA (yocto-2.5.2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-2.5.2.rc1 Build hash information: bitbake: 79d01b9fec99cec19156e0ebe05b4f2040bcef05 eclipse-poky-neon:

[yocto] [meta-security][PATCH] apparmor: Remove tab indentations in python code

2018-12-05 Thread Robert Yang
Use 4 spaces to replace a tab. Fixed: apparmor_2.12.bb: python should use 4 spaces indentation, but found tabs in apparmor_2.12.bb, line 49 Signed-off-by: Robert Yang --- recipes-security/AppArmor/apparmor_2.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[yocto] [meta-gplv2][PATCH] coreutils: Remove tab indentations in python code

2018-12-05 Thread Robert Yang
Use 4 spaces to replace a tab. Fixed: python should use 4 spaces indentation, but found tabs in coreutils_6.9.bb, line 95 Signed-off-by: Robert Yang --- recipes-core/coreutils/coreutils_6.9.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[yocto] Yocto Cmake Build (Toolchain)

2018-12-05 Thread Peter Balazovic
I am starting to use Eclipse ADT for app development using Yocto Cmake Build (Toolchain). I am trying to create simple "hello-world" example out of "Yocto Project SDK Cmake Project" but by building the project I am getting this Buildfile generation error occurred.. Build of project failed with

Re: [yocto] Using ICECC to build Thud issue

2018-12-05 Thread akuster808
On 12/5/18 1:21 PM, Joshua Watt wrote: > > > On Wed, Dec 5, 2018, 3:09 PM John Unland wrote: > > Fixed on master: > > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019 > >

Re: [yocto] Using ICECC to build Thud issue

2018-12-05 Thread Joshua Watt
On Wed, Dec 5, 2018, 3:09 PM John Unland Fixed on master: >> >> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019 >> >> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca >> >> They should probably

Re: [yocto] Using ICECC to build Thud issue

2018-12-05 Thread John Unland
> > Fixed on master: > > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019 > > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca > > They should probably be backported to thud. > Glad it wasn't

Re: [yocto] [OE-core] FILESYSTEM_PERMS_TABLE / fs-perms.txt

2018-12-05 Thread Mark Hatle
On 12/5/18 11:12 AM, madoga wrote: > Hello List, > > I am trying to configure my entire filesystem by using FILESYSTEM_PERMS_TABLES > variable pointing to my custom fs-perms.txt, but it does not work. While I > debugged package.bbclass looking for any error or failure, I found something > strange

[yocto] [OE-core] FILESYSTEM_PERMS_TABLE / fs-perms.txt

2018-12-05 Thread madoga
Hello List, I am trying to configure my entire filesystem by using FILESYSTEM_PERMS_TABLES variable pointing to my custom fs-perms.txt, but it does not work. While I debugged package.bbclass looking for any error or failure, I found something strange with os.chmod & os.lchown methods (at

[yocto] Trying to use an external toolchain

2018-12-05 Thread Michael Dick
Hello, I am trying to use an external toolchain with yocto. I do not get it working. Did anyone ever get that running? My configuration and problems: Is use the following settings in my local.conf TCMODE = "external-linaro" EXTERNAL_TOOLCHAIN =

Re: [yocto] Need Support- Variable exporting

2018-12-05 Thread Dimitris Tassopoulos
AFAIK, you can't have dynamic variables in the local.conf that you can control from bitbake. If you want to dynamically pass a variable to bitbake, you need to use the `-e` option and pass an environment file with you dynamic variables in there. Or use a custom script that calls bitbake and with

Re: [yocto] Missing headers in /usr/inlcude for software developers

2018-12-05 Thread Burton, Ross
On Wed, 5 Dec 2018 at 10:37, Georgi Georgiev wrote: > Thank you Ross. > Everything went fine with makefile. It works in yocto and from cl > Now another issue arise. The software guys will need the headers and when I > "populated" sdk they were not in the rootfs. The symbolic links also were not

[yocto] Missing headers in /usr/inlcude for software developers

2018-12-05 Thread Georgi Georgiev
Thank you Ross. Everything went fine with makefile. It works in yocto and from cl Now another issue arise. The software guys will need the headers and when I "populated" sdk they were not in the rootfs. The symbolic links also were not there. The symlink (so.0) and the library is present in the

Re: [yocto] [PATCH] update-rc.d: support enable/disable function

2018-12-05 Thread Changqing Li
ping On 11/26/18 11:35 AM, Changqing Li wrote: Ping On 11/9/18 5:44 PM, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable function, so that user can keep previous config after upgrade package Signed-off-by: Changqing Li ---   update-rc.d | 70

Re: [yocto] [oe] Yocto and OpenJDK

2018-12-05 Thread Vincent Prince
Hi Dave, I think this question belong to yocto ML as stated here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/about/ Best regards, Vincent Le lun. 3 déc. 2018 à 22:38, Dave Buchwald a écrit : > I have a question about Java versions for Yocto. As we know, starting in > January