I want to add on usdpaa process to my own application. But I could only compile some simple usdpaa demos in yocto using bitbake.
Is there any way to compile it without yocto.
please correct link!!
A USDPAA process is a normal Linux (optionally multithreaded) task.
It is created and built in the same way as any other Linux application:
write your code, build and run/debug it. You can use an external
(with respect to the SDK) toolchain or you can instruct Yocto
to build a standalone toolchain for you:
http://www.freescale.com/infocenter/topic/QORIQSDK/3069706.html
More information on the existing USDPAA support and re-usable
libraries can be found here:
http://www.freescale.com/infocenter/topic/QORIQSDK/2918191.html
http://www.freescale.com/infocenter/topic/QORIQSDK/3842808.html
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------