Recently I just used fsl-community-bsp and meta-qt5 layer to generate the cross toolchain and the rootfs. I used \"bitbake meta-toolchain-qt5\" and \"bitbake fsl-image-multi
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
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
There is no qtbase.inc; You could add PACKAGECONFIG_append_pn-qtbase = " eglfs xx xxx xxxx"
to enable the configuration you need
There is qtserialport_git.bb in Jethro
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.