Hello Toradex Community,
From the 使用 Yocto Project 集成 Qt6 link I am working on integrating Qt 6 into my Yocto build using the Scarthgap branch for the Verdin iMX8MP board. I encountered an error while configuring qtapplicationmanager (6.8.3). The build fails at the do_configure step with the following error:
ERROR: qtapplicationmanager-6.8.3-r0 do_configure: ExecutionError(‘/home/prem_sai/yocto_imx8mp/oe-core/build/tmp/work/armv8a-tdx-linux/qtapplicationmanager/6.8.3/temp/run.do_configure.2928510’, 1, None, None)
meta-qt6 branch : * (HEAD detached at origin/6.8)
The log file (log.do_configure) shows that several dependencies are installed, but the configuration step fails. Here’s a snippet of the log:
| NOTE: Installed into sysroot:
| NOTE: Skipping as already exists in sysroot: [list of dependencies…]
I have ensured that meta-qt6 is included in my bblayers.conf and added the necessary IMAGE_INSTALL and EXTRA_IMAGE_FEATURES configurations.
I have attached log file
qtapplicationmanager_configure_fails_log.txt (16.9 KB)
regards,
prem0919