Re: [yocto] How to enforce installation of image specific config file/package

2016-04-12 Thread Isak Lichtenstein
Hi Raj > > > > On Apr 1, 2016, at 5:38 AM, Isak Lichtenstein > > > wrote: > > > > Hi Joël, > >> > >> Hi, > >> > >> One idea may be to create one recipe per configuration file. > >> So in each image recipe, you would add one of those recipes to > >>

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-02 Thread Khem Raj
> On Apr 1, 2016, at 5:38 AM, Isak Lichtenstein > wrote: > > Hi Joël, >> >> Hi, >> >> One idea may be to create one recipe per configuration file. >> So in each image recipe, you would add one of those recipes to >> IMAGE_INSTALL_append. > > That's exactly

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Isak Lichtenstein
origine- > > De : yocto-boun...@yoctoproject.org [mailto:yocto- > > boun...@yoctoproject.org] De la part de Isak Lichtenstein Envoyé : > > vendredi 1 avril 2016 11:35 À : yocto@yoctoproject.org Objet : [yocto] > > How to enforce installation of image specific confi

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Mike Looijmans
On 01-04-16 11:34, Isak Lichtenstein wrote: Hi, I've got a package "A" that has a runtime dependency to a configuration file. This configuration file is image specific. For each image I've got a specific configuration package "config-image-X" that installs this needed configuration file and

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Esponde, Joel
gt; De : yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] De la part de Isak Lichtenstein > Envoyé : vendredi 1 avril 2016 11:35 > À : yocto@yoctoproject.org > Objet : [yocto] How to enforce installation of image specific config > file/package > >

[yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Isak Lichtenstein
Hi, I've got a package "A" that has a runtime dependency to a configuration file. This configuration file is image specific. For each image I've got a specific configuration package "config-image-X" that installs this needed configuration file and I build multiple image in the same build