meta-qt6 static build - eglfs - Qt6::EglFSDeviceIntegrationPrivate not found
-
Have built meta-qt6 with PACKAGECONFIG += "static", but when building an app using the resulting yocto SDK:
The link interface of target "Qt6::QEglFSEmulatorIntegrationPlugin" contains: Qt6::EglFSDeviceIntegrationPrivate but the target was not found.
Trying a static build as recommended here:
https://www.qt.io/blog/2016/05/25/fast-booting-qt-devices-part-3-optimizing-system-imageTherefore as per
https://doc.qt.io/Boot2Qt/b2qt-meta-qt6.html#building-a-static-version-of-qt
have added
PACKAGECONFIG += "static"
to the qtbase bbappendAnd as per
https://doc.qt.io/qt-6/plugins-howto.html#importing-static-plugins-in-cmake
have added
qt_import_plugins(appminimal INCLUDE_BY_TYPE platforms Qt::QEglFSIntegrationPlugin)
to the CMakeLists.txt of the appBut get the above error.
What else is needed please?Thank you
Petermeta-qt6, Qt 6.10.1, Yocto Scarthgap, NXP i.MX 8X