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.

How to use TI Yocto to build SDK

Some information is not so clear in TI Yocto document: sitara_boot_camp_introduction_to_yocto.pdf.

1. After access git: git clone git://arago-project.org/git/projects/oe-layersetup.git, the TI Yocto project files can be get to local.

2. "./oe-layertool-setup.sh -f configs/amsdk/amsdk-<version>-config.txt" is used to choose a SDK version in this file. Then which version can be chosen to build Ti335X SDK?

3. The document shows build can be started in "oe-layersetup/build", but it does not show how to build the module, package or image? Need more detail about this.

4. If some other specific module is to be added to existing project, how to add?

5. If some module is to be deleted from existing project, how to delete?

6. Is there some more detailed documents about TI Yocoto?