This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

QT build issue with GLSDK 7.01

Hi,

I have downloaded GLSDK7.01(ti-glsdk_dra7xx-evm_7_01_00_03) and executed following steps for building the SDK.

#export PATH=<Path to Linaro cross-compile toolchain>/bin:$PATH
#cd $GLSDK
#./bin/setup-yocto.sh
#cd yocto-layers
#mkdir downloads
#./build-core-sdk.sh dra7xx-evm

But QT is not building . I could see QT5 layer in bblayers.conf file.

From the build-core-sdk.sh script I could see it is executing "MACHINE=dra7xx-evm bitbake arago-glsdk-multimedia-image" command to build complete SDK. Can you please  help how I can check what all packages will build under "arago-glsdk-multimedia-image"  and how to add QT to build when executed "bitbake arago-glsdk-multimedia-image" command.

Note: When I execute "build-specific-recipe.sh" script for QT then QT is building.