Re: Best practice for building a large amount of source files


Burton, Ross <ross.burton@...>
 


On 10 December 2015 at 21:16, Michael Habibi <mikehabibi@...> wrote:
What is the best option for adding all of these and compiling? As far as I know, you have to do one of the following:

1) Use a fetch that fetches a tarball with all your source, or a repo with all of your source
2) Use a million-line long SRC_URI assignment to include every file that your application uses.

Is there a third (or fourth) option that I may have missed?

(1) is definitely my recommendation, separate the application development from the recipe to build the application.

Ross

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.