Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Andrei Gherzan
Why not using branches? For example meta-ivi maintains two branches: denzil and master. On May 23, 2012 10:03 PM, "Chris Tapp" wrote: > Firstly, I should have said I was using the m-rpi as an example only ;-) > > On 23 May 2012, at 09:31, Tomas Frydrych wrote: > > > On 23/05/12 08:55, Chris Tapp

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Chris Tapp
Firstly, I should have said I was using the m-rpi as an example only ;-) On 23 May 2012, at 09:31, Tomas Frydrych wrote: > On 23/05/12 08:55, Chris Tapp wrote: >> Do overrides work with any variable? The RPi layer is using BBMASK to >> filter out some recipes when building against Yocto. This has

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Tomas Frydrych
On 23/05/12 08:55, Chris Tapp wrote: > Do overrides work with any variable? The RPi layer is using BBMASK to > filter out some recipes when building against Yocto. This has to be > manually added to local.conf. It does not have to be local.conf; if you are adding meta-raspberrypi, you have to set

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Chris Tapp
On 17 May 2012, at 22:22, Paul Eggleton wrote: > On Thursday 17 May 2012 22:07:50 Chris Tapp wrote: >> On 17 May 2012, at 21:27, Paul Eggleton wrote: >>> On Thursday 17 May 2012 21:10:10 Chris Tapp wrote: Is it possible to have the (R)DEPENDS list vary depending on the machine being buil

Re: [yocto] Per-machine DEPENDS

2012-05-17 Thread Paul Eggleton
On Thursday 17 May 2012 22:07:50 Chris Tapp wrote: > On 17 May 2012, at 21:27, Paul Eggleton wrote: > > On Thursday 17 May 2012 21:10:10 Chris Tapp wrote: > >> Is it possible to have the (R)DEPENDS list vary depending on the machine > >> being built? > >> > >> For example, I want 'this-bit' to be

Re: [yocto] Per-machine DEPENDS

2012-05-17 Thread Chris Tapp
On 17 May 2012, at 21:27, Paul Eggleton wrote: > On Thursday 17 May 2012 21:10:10 Chris Tapp wrote: >> Is it possible to have the (R)DEPENDS list vary depending on the machine >> being built? >> >> For example, I want 'this-bit' to be included for a 'machine-1' build, but >> not 'machine-2'. >>

Re: [yocto] Per-machine DEPENDS

2012-05-17 Thread Paul Eggleton
On Thursday 17 May 2012 21:10:10 Chris Tapp wrote: > Is it possible to have the (R)DEPENDS list vary depending on the machine > being built? > > For example, I want 'this-bit' to be included for a 'machine-1' build, but > not 'machine-2'. > > Something like: > > DEPENDS = "common-stuff" > > DEP