LibQt5Core - Yocto build
-
I build a reference image from toradex following whis tutorial: https://developer.toradex.com/knowledge-base/board-support-package/openembedded-core#tab-500
BSP version: 5.0, distro: tdx-xwaylad, image: tdx-reference-minimal-image
I build the toolchain using: bitbake meta-toolchain-qt5, after that I was able to cross compile my application.
But when I try to run, says that the image does not contains the Qt5 libraries (libQt5Core.so, etc), the meta-qt5 is included in my layers.
Is necessary any additional configuration to include the Qt5 libs in my image?