Re: [yocto] [meta-yocto][PATCH] poky.conf: Use weaker assignment for PREMIRROR

2013-04-03 Thread Khem Raj
On Apr 2, 2013, at 11:56 PM, Paul Eggleton wrote: > On Tuesday 02 April 2013 23:44:06 Khem Raj wrote: >> On Apr 2, 2013, at 11:41 PM, Paul Eggleton > wrote: >>> I'm not sure this is a path we should be going down; potentially we could >>> end up having to use ??= for just about everything. >>

Re: [yocto] [meta-yocto][PATCH] poky.conf: Use weaker assignment for PREMIRROR

2013-04-03 Thread Paul Eggleton
On Tuesday 02 April 2013 23:44:06 Khem Raj wrote: > On Apr 2, 2013, at 11:41 PM, Paul Eggleton wrote: > > I'm not sure this is a path we should be going down; potentially we could > > end up having to use ??= for just about everything. > > whats is downside of using ??= instead of ?= The volume

Re: [yocto] [meta-yocto][PATCH] poky.conf: Use weaker assignment for PREMIRROR

2013-04-03 Thread Khem Raj
On Apr 2, 2013, at 11:41 PM, Paul Eggleton wrote: > I'm not sure this is a path we should be going down; potentially we could end > up having to use ??= for just about everything. > whats is downside of using ??= instead of ?= > Wouldn't you be better off using your own separate distro conf

Re: [yocto] [meta-yocto][PATCH] poky.conf: Use weaker assignment for PREMIRROR

2013-04-03 Thread Paul Eggleton
On Tuesday 02 April 2013 22:11:50 Khem Raj wrote: > This is to facilitate distros using poky as reference > so that they can use ?= and provide an option for their > users to override it if desired > > Signed-off-by: Khem Raj > --- > meta-yocto/conf/distro/poky.conf |2 +- > 1 file changed,

[yocto] [meta-yocto][PATCH] poky.conf: Use weaker assignment for PREMIRROR

2013-04-02 Thread Khem Raj
This is to facilitate distros using poky as reference so that they can use ?= and provide an option for their users to override it if desired Signed-off-by: Khem Raj --- meta-yocto/conf/distro/poky.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro