Re: [yocto] Best practices when for script recipes.

2017-09-14 Thread Paul D. DeRocco
> From: Einar Vading > > If I have one or a few shell scripts with their own recipe. Do I make > a git and use the git from the recipe or do I just add the scripts to > a files directory and install from there? A recipe should fetch from something other than a files directory accompanying the

[yocto] Best practices when for script recipes.

2017-09-14 Thread Einar Vading
Hi, I was just wondering if there is some best practice advice on how to handle adding a single script from a recipe. If I have one or a few shell scripts with their own recipe. Do I make a git and use the git from the recipe or do I just add the scripts to a files directory and install from