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

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 21:16, Michael Habibi 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

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

2015-12-10 Thread Michael Habibi
Ross, I will likely try a different workflow if we enter production environment with yocto. Right now I am just doing yocto integration testing myself, and want to simplify things as much as possible for myself :) On Thu, Dec 10, 2015 at 3:54 PM, Burton, Ross wrote: > >

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

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 22:07, Michael Habibi wrote: > Ross, I will likely try a different workflow if we enter production > environment with yocto. Right now I am just doing yocto integration testing > myself, and want to simplify things as much as possible for myself :) >

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

2015-12-10 Thread Jeremy A. Puhlman
On 12/10/2015 1:16 PM, Michael Habibi wrote: If I have some source I want to bring into my layer, for example: Recipe dir: meta-mylayer/recipes-management/myapplication/myapplication_1.0/of source files> What is the best option for adding all of these and compiling? As far as I know, you