This question is a follow up to this question -

I need the QT 5 tools to develop a QT app for Vayu ES 2.0 EVK using PSDKLA 03.00.00.
Version = 20160726105627
I'm building the file system as per the instructions provided at

However, it seems after hours of going through the build process I don't see the QT 5 libs build. Here's what the output folder looks like -
ti-processor-sdk-linux-automotive_dra7xx-evm_03_00_00_03/yocto-layers/build/arago-tmp-external-linaro-toolchain/sysroots/dra7xx-evm/usr/lib$ ls -l libQt*
ls: cannot access 'libQt*': No such file or directory
Inferring from the similar guidelines for Sitara QT wiki, I should see all the QT libs in dra7xx-evm/usr/lib folder, but nothing.
On a side note, however, I do see the QT libs for x86_64_linux under sysroots/x86_64_linux/usr/lib. But I don't think that's what I need for running apps on the Vayu ES 2.0 EVK with PSDKLA.
ti-processor-sdk-linux-automotive_dra7xx-evm_03_00_00_03/yocto-layers/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/lib$ ls libQt*
libQt5Bootstrap.a libQt5Concurrent.so.5.6 libQt5Core.so.5.6 libQt5DBus.so.5.6 libQt5Network.so.5.6 libQt5Sql.so.5.6 libQt5Test.so.5.6 libQt5Xml.so.5.6
libQt5Bootstrap.prl libQt5Concurrent.so.5.6.1 libQt5Core.so.5.6.1 libQt5DBus.so.5.6.1 libQt5Network.so.5.6.1 libQt5Sql.so.5.6.1 libQt5Test.so.5.6.1 libQt5Xml.so.5.6.1
libQt5Concurrent.prl libQt5Core.prl libQt5DBus.prl libQt5Network.prl libQt5Sql.prl libQt5Test.prl libQt5Xml.prl
libQt5Concurrent.so libQt5Core.so libQt5DBus.so libQt5Network.so libQt5Sql.so libQt5Test.so libQt5Xml.so
libQt5Concurrent.so.5 libQt5Core.so.5 libQt5DBus.so.5 libQt5Network.so.5 libQt5Sql.so.5 libQt5Test.so.5 libQt5Xml.so.5
Can someone please help? Do I need to do anything special to build QT5 module for dra7xx-evm ARM?
Thanks,
Kaushal

