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.

TDA4VM: add custom project to sdk build

Part Number: TDA4VM

Hello all,

I have some applications ( linux application, yocto recipies), how can I add them to the sdk 09 build? and have it see it.

My target is to install the sdk 09, then copy my projects to the sdk, and build a linux root.tar.gz containing the linux and my applications.

How can I do this?

Br, Mircea

  • Hello Mircea,

    Our suggestion is to setup the yocto build as explained here.

    Once you have the ‘oe-layersetup" tool run and have all the meta layer cloned, we suggest you to follow one of the .bb file as a reference to add your own for your application.

    Suggest referring examples/demo found  in the meta-psdkla layer.

    Note that you may have to look into the online yocto documentaiton for further details.

    Thanks.