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.

Linux/AM5726: Yocto: I can I build code composer project in Yocto environment

Part Number: AM5726

Tool/software: Linux

Hi, 

I have created a Sys/BIOS Code Composer project for the C66x in the AM5726. The project builds fine in my environment. Now, I am trying to build that project within Yocto so that it is automatically added into my image. 

I have created a recipe that calls Code Composer (provided by the ti-ccsv6-native recipe) headless and the build process is indeed started. 

However, I end up getting the following error:

| js: "/extra/work/moonraker.hg/common/yocto/ti/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/ti-ccsv6-native/6.1.3.00034-r0/xdctools_3_31_03_43_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: InternalError: cc.evmAM572X.IPC.DRA7XX: can't find referenced package ti.platforms.generic

It looks like the requires RTOS packages (SYS/Bios, EDMA, etc) can't be found. 

Does anyone know what the procedure should be to build a DSP app from a Code Composer Studio project in Yocto? Has anyone tried this before?

Regards,

- David