Hello,
I want to use connman to manage wifi networks through a GUI, and I was digging around my yocto folder and found libconnman-qt. What I want to know is: Has anyone used a connman GUI app/libconnman-qt for their i.MX6Q sabre? If so, how do you run the Qt-based GUI for connman? I am new to Linux and the Yocto Project, so any help is welcome.
Thanks!
There is no documentation as this is not implemented on the BSP release. However, I would recommend looking at the information available on the git of this package (link below)
https://github.com/nemomobile/libconnman-qt/
There are some interesting contributions in other forums (link below, please note that this link directs to a third party forum) that may help.
https://bbs.archlinux.org/viewtopic.php?id=175600
Hopefully some other user may be able to share their experience with it.
Thank you gusarambula for your answer. I do have another question though. I am following this link in order to build Qt-based GUI apps for my board: Setup QT Creator with Yocto Build. Is this the correct way even if I have the latest Qt on my host platform, while the Qt version for my target is just 4.8.5? I also found recipes for qt creator, would it be better to just bitbake this recipe rather than download the latest Qt version?
Thanks again for your answer.