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
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
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
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
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
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'.
>>
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