Re: [yocto] Setting recipe version inside an image recipe

2018-07-19 Thread Mauro Ziliani
Thank you. Your suggestion is very useful. The best choice at the end is to have oneĀ  recipe every stable version of myapp. So I can freeze the true production recipe for that version. Maybe in the future the recipe myapp could be evolve with some enhancement which could not be compatible w

Re: [yocto] Setting recipe version inside an image recipe

2018-07-19 Thread Paul Eggleton
Hi Mauro On Thursday, 19 July 2018 2:36:18 PM CEST Mauro Ziliani wrote: > I'm working with Krogoth. > > I'd like to do this. > > - I have my application added to yocto tree by its own recipe myapp_git.bb > > This recipe get the source code from a local git repository setting > SRCREV for the

[yocto] Setting recipe version inside an image recipe

2018-07-19 Thread Mauro Ziliani
Hi all I'm working with Krogoth. I'd like to do this. - I have my application added to yocto tree by its own recipe myapp_git.bb This recipe get the source code from a local git repository settingĀ  SRCREV for the last stable application source code. SRCREV is fixed in myapp_git.bb - I hav