Re: [yocto] Append to bblayers.conf and local.conf

2016-04-04 Thread Paul Eggleton
On Mon, 04 Apr 2016 14:57:06 Nicolas Dechesne wrote: > On Mon, Apr 4, 2016 at 2:43 PM, Olsson Rikard (RBSN/ESW1) > > wrote: > > Thanks for your answer. Will these two files conf/auto.conf and > > conf/site.conf be able to handle changes for bblayers.conf as well? > > no. > > > For example we nee

Re: [yocto] Append to bblayers.conf and local.conf

2016-04-04 Thread Nicolas Dechesne
On Mon, Apr 4, 2016 at 2:43 PM, Olsson Rikard (RBSN/ESW1) wrote: > Thanks for your answer. Will these two files conf/auto.conf and > conf/site.conf be able to handle changes for bblayers.conf as well? no. > > For example we need to add meta-qt5 but would prefer to append to the layers > alread

Re: [yocto] Append to bblayers.conf and local.conf

2016-04-04 Thread Olsson Rikard (RBSN/ESW1)
merge work. Best regards Rikard Olsson > -Original Message- > From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.org] > Sent: den 4 april 2016 11:30 > To: Paul Eggleton > Cc: Olsson Rikard (RBSN/ESW1) ; Yocto list > discussion > Subject: Re: [yocto] Append

Re: [yocto] Append to bblayers.conf and local.conf

2016-04-04 Thread Nicolas Dechesne
On Sun, Apr 3, 2016 at 10:54 PM, Paul Eggleton wrote: >> We are receiving bblayer.conf and local.conf from external supplier which >> already have layers/configuration added. Now we want to add our own >> layers/configuration by appending to these files this to avoid manual merge >> work each time

Re: [yocto] Append to bblayers.conf and local.conf

2016-04-03 Thread Paul Eggleton
Hi Rikard, On Fri, 01 Apr 2016 12:59:08 Olsson Rikard wrote: > Hello Yocto team, > > We are receiving bblayer.conf and local.conf from external supplier which > already have layers/configuration added. Now we want to add our own > layers/configuration by appending to these files this to avoid man

Re: [yocto] Append to bblayers.conf and local.conf

2016-04-02 Thread Khem Raj
> On Apr 1, 2016, at 5:59 AM, Olsson Rikard (RBSN/ESW1) > wrote: > > Hello Yocto team, > > We are receiving bblayer.conf and local.conf from external supplier which > already have layers/configuration added. Now we want to add our own > layers/configuration by appending to these files this t

[yocto] Append to bblayers.conf and local.conf

2016-04-01 Thread Olsson Rikard (RBSN/ESW1)
Hello Yocto team, We are receiving bblayer.conf and local.conf from external supplier which already have layers/configuration added. Now we want to add our own layers/configuration by appending to these files this to avoid manual merge work each time a delivery from external supplier is made.