How to enable eglfs plugin in Yocto setup? using yocto+meta-qt5 for Riotboard

 ̄綄美尐妖づ 提交于 2019-12-01 11:21:59

To enable EGLFS, in local.conf add: DISTRO_FEATURES_remove = "X11 wayland"

1.You do not need to copy the qt5 library, you could follow this wandboard qt5 implementation here

  1. In your machine, you need to enable Qt to run eglfs platform, in /etc/profile, add export QT_QPA_PLATFORM=eglfs or when you run an application; you need to add -platform eglfs. ie. helloworld -platform eglfs

  2. There is no qtbase.inc; You could add PACKAGECONFIG_append_pn-qtbase = " eglfs xx xxx xxxx" to enable the configuration you need

  3. There is qtserialport_git.bb in Jethro

  4. As said, you do not copy the libraries and sources but instead tell Bitbake to do that for you. They will be moved to the corresponding places.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!