Hello,
I’ve built Linux image for Colibri iMX6 as describer here. I added all Qt features and I’ve created a kit within Qt by following Toradex guide here.
[build] $ bitbake -k angstrom-qt5-x11-image -c populate_sdk
Unfortunately when I tried to build a Qt project I got the following error:
'addExclusiveBuilds' is not a recognized test function.
The error is generater within the file resolve_config.prf
Could you please give me help to resolve this problem?
Thank you in advance
David
Good morning,
I would like to report that the problem was related to wrong execution of sdk setup script:
. /usr/local/oecore-x86_64/environment-setup-armv7at2hf-neon-angstrom-linux-gnueabi
For some reason I try to execute the script with source command instead and it went well
source /usr/local/oecore-x86_64/environment-setup-armv7at2hf-neon-angstrom-linux-gnueabi
I’m not sure if related, but I souce the script with Qt creator closed and than launch it after the script.
Best regards
David
Hi David
Perfect that your issue is solved. Thanks for your feedback.