Re: [yocto] Getting a recipe's files from within an image recipe

2018-02-02 Thread Alexander Kanavin
On 02/02/2018 02:30 PM, Colin Helliwell wrote: Thanks Alex. I half-had that thought too, but was hoping to do it with the one 'src checkout' of the whole app rather than extra two. Not that that really matters, and it seems it may be the neatest and most robust solution. I believe source che

Re: [yocto] Getting a recipe's files from within an image recipe

2018-02-02 Thread Colin Helliwell
> On 02 February 2018 at 12:24 Alexander Kanavin wrote: > > > On 02/02/2018 02:16 PM, colin.helliw...@ln-systems.com wrote: > > I have an app which has a config file, and I'd like my two images > > (production and dev) to have different configs. Obviously it'd be neater to > > keep the two confi

Re: [yocto] Getting a recipe's files from within an image recipe

2018-02-02 Thread Alexander Kanavin
On 02/02/2018 02:16 PM, colin.helliw...@ln-systems.com wrote: I have an app which has a config file, and I'd like my two images (production and dev) to have different configs. Obviously it'd be neater to keep the two config files within the recipe's directory structure. I guess I can't do this in

[yocto] Getting a recipe's files from within an image recipe

2018-02-02 Thread colin.helliwell
I have an app which has a config file, and I'd like my two images (production and dev) to have different configs. Obviously it'd be neater to keep the two config files within the recipe's directory structure. I guess I can't do this in the app's recipe since it has no concept of what image it might