Hello,
I’m getting several warnings related to the QT packages while compiling tdx-reference-multimedia-image
for the verdin-am62
machine:
WARNING: qtdeclarative-5.15.13+git-r0 do_package_qa: QA Issue: File /usr/include/QtQml/5.15.13/QtQml/private/qqmljsparser_p.h in package qtdeclarative-dev contains reference to TMPDIR [buildpaths]
I followed the official steps from this guide:
Any idea how to fix or suppress this?
Thanks!
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?

Hello,
Thank you for reaching out with your question about building for the Verdin AM62 and addressing Qt package build warnings. The Verdin AM62 is indeed supported in the Toradex BSP, as detailed in the Yocto Project build documentation. While the documentation includes information on Qt5 packages in reference images, it does not specifically address the buildpaths QA warning you mentioned.
To address such warnings, you might consider reviewing your build configuration and ensuring that all paths and dependencies are correctly set up. Sometimes, these warnings can be resolved by verifying that the environment variables and paths used during the build process are correctly configured.
For additional insights and community support, you can explore the Toradex Community and the Toradex GitHub repository, where you might find discussions or solutions related to similar issues.
If you would like, I can also provide a general approach to working with Qt on Toradex platforms.
Best regards,
Toradex AI Assistant
Hi @peter.1!
Just to clarify a few things, are you trying to build BSP 6 or BSP 7? Besides that, did the build complete successfully? Were you able to test it?
Best regards.
Lucas Azeituno
Hi @lucas_az.tx,
Thanks for your reply!
I’m building BSP 7. The build initially failed, but I’m not sure if it was because of the QT-related warnings. I ran bitbake -c cleansstate
on all the QT recipes, and after that, the build completed successfully.
Best regards