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

Khem Raj raj.khem at gmail.com
Wed Sep 13 17:19:15 PDT 2017


On Wed, Sep 13, 2017 at 1:06 PM, Einar Vading <yocto-ml at vading.se> wrote:
> 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 there?
>
> Are there any pros and cons to either?
>

Generally, it depends. if OE is all you intend to support then you might
choose to keep it with the metadata or a separate repo. Keeping in seprate
repo makes a cleaner history as well as defines component ownership if
that matters.

If you drill down to automation or mechanics then there are no added benefits.



More information about the yocto mailing list