Re: [yocto] What signal type from DBUS query to get 4G LTE singaling strenth level, RSSI?

2019-11-26 Thread JH
Apology, wrong mailing list. On 11/27/19, JH wrote: > Hi, > > I am using dbus to query 4G LTE signaling strength level from > "Strength" and get -80 or -100, is it from RSSI? > > dbus_message_new_method_call("net.connman", "/", > "net.connman.Manager", "GetServices"); > > > Thank you. > > Ki

[yocto] What signal type from DBUS query to get 4G LTE singaling strenth level, RSSI?

2019-11-26 Thread JH
Hi, I am using dbus to query 4G LTE signaling strength level from "Strength" and get -80 or -100, is it from RSSI? dbus_message_new_method_call("net.connman", "/", "net.connman.Manager", "GetServices"); Thank you. Kind regards, - jh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.7.2 (Warrior 21.0.2) Released

2019-11-26 Thread Vineela
Hello, We are pleased to announce the Yocto Project 2.7.2 (warrior-21.0.2) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-2.7.2/poky-warrior-21.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.7.2/poky-warrior-21.0.2.tar.bz2 A gpg signed v

Re: [yocto] [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8

2019-11-26 Thread Paul Eggleton
On Tuesday, 26 November 2019 10:29:54 PM NZDT Quentin Schulz wrote: > *sigh* Guilty of "last minute renaming and not retesting". We've all done it at some point ;) Cheers Paul -- Paul Eggleton Intel System Software Products -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to th

Re: [yocto] Adding python3-compile-native

2019-11-26 Thread Ross Burton
On 26/11/2019 13:03, Mauro Ziliani wrote: How can I add python3-compile-native to my bsp? I working with Krogoth, I llok python-3.5-manifest.inc where FILES_${PN}-compile is defined. I think I need to define FILES_${PN}-compile-native in some way For a release as old as Krogoth, any depende

[yocto] Yocto Project Status WW48'19

2019-11-26 Thread Stephen Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 Next Team Meetings: * Bug Triage meeting Thursday Dec. 5th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Dec. 3rd at 8am PDT (

[yocto] Adding python3-compile-native

2019-11-26 Thread Mauro Ziliani
Hi all. How can I add python3-compile-native to my bsp? I working with Krogoth, I llok python-3.5-manifest.inc where FILES_${PN}-compile is defined. I think I need to define FILES_${PN}-compile-native in some way M -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8

2019-11-26 Thread Quentin Schulz
Hi Paul, On Tue, Nov 26, 2019 at 03:44:40PM +1300, Paul Eggleton wrote: > Hi Quentin > > On Wednesday, 20 November 2019 5:06:17 AM NZDT Quentin Schulz wrote: > > At least since gcc v8, source code with asm volatile won't compile > > anymore. > > > > The volatile qualifier anyway is a no-op since