Software summary
Bootloader: U-Boot
Kernel version: 5.15.148-6.7.0-devel+git.f437ddb7191d #1 SMP PREEMPT Wed May 15 17:04:15 UTC 2024
Kernel command line: root=PARTUUID=7685212c-02 ro rootwait console=tty1 console=ttymxc2,115200 consoleblank=0 earlycon
Distro name: NAME=“TDX Wayland with XWayland”
Distro version: VERSION_ID=6.7.0-devel-20240904225552-build.0
Distro variant: -
Hostname: verdin-imx8mp-15335644
Hardware info
HW model: Toradex Verdin iMX8M Plus on Verdin Development Board
Toradex version: 0063 V1.1B
Serial number: 15335644
Processor arch: aarch64
I am modifying the instructions by @benjamin.tx at the following link to build Kirkstone Yocto with Qt6:
https://community.toradex.com/t/apalis-imx8-toradex-bsp-version-yocto-linux-qt6/19153/3
I can build without errors and the Qt libraries listed on the device under /usr/lib/ are Qt6 except for libQt5waylandclient and libQt5waylandcompositor. When I try to start a Qt6 application, I get the following error in QtCreator:
qt.core.plugin.loader: In /usr/lib/plugins/platforms/libqwayland-egl.so:
Plugin uses incompatible Qt library (5.15.0) [release]
qt.core.plugin.factoryloader: “The plugin ‘/usr/lib/plugins/platforms/libqwayland-egl.so’ uses incompatible Qt library. (5.15.0) [release]”
not a plugin
The meta-qt5 layer is not included in my BBLayers.conf. Can I please get a clarification on how the Qt version is set for the Qt/wayland libraries?
Thanks