hi experts.
As I finish building PSDK 2.0.1 by referring to http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
how do I just compile one component like omapdrmtest ??
Thanks
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.
hi experts.
As I finish building PSDK 2.0.1 by referring to http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
how do I just compile one component like omapdrmtest ??
Thanks
Hello HeartBreak,
The syntax is the same. Just pass the omapdrmtest as a build target.
MACHINE=am57xx-evm bitbake omapdrmtest
By this command, you can list the available tasks which can be executed over this package.
MACHINE=am57xx-evm bitbake omapdrmtest -c listtasks
Here you can find a training to get started with OE.
processors.wiki.ti.com/.../Sitara_Linux_Training:_Getting_Started_with_Openembedded
Best regards,
Kemal