Qt 6.11 is out! See what's new in the release
blog
b2qt Rpi4 with NetworkManager
-
Hi all, i'm following this guide i found:
https://raymii.org/s/tutorials/Yocto_boot2qt_for_the_Raspberry_Pi_4_both_Qt_6_and_Qt_5.html
To get b2qt working on a raspberry pi 4, and it's worked well so far.I'd like to use networkmanager as i already have a library to control it through qtdbus. Adding it into the recipe causes some errors as the b2qt recipes use the raspberry pi default conman. I'd really like to avoid #defines for platform as long as possible and this would help that.
I'm fairly new to yocto, so if anyone has any ideas, that would be really helpful.
Thanks!