Re: [yocto] [meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Darren Hart
On 01/03/2013 07:50 PM, Khem Raj wrote: > Fixes parsing errors which is appearing after this commit to > meta-openembedded > > http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e > > This triggers > exception NameError: name 'base_contains' is not

Re: [yocto] [meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Tom Zanussi
On Mon, 2013-01-07 at 08:08 -0800, Darren Hart wrote: > Hi Khem, > > On 01/03/2013 07:50 PM, Khem Raj wrote: > > Fixes parsing errors which is appearing after this commit to > > meta-openembedded > > > > http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd633

Re: [yocto] [meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Darren Hart
On 01/07/2013 09:10 AM, Khem Raj wrote: > On Mon, Jan 7, 2013 at 8:08 AM, Darren Hart wrote: >> Hi Khem, >> >> On 01/03/2013 07:50 PM, Khem Raj wrote: >>> Fixes parsing errors which is appearing after this commit to >>> meta-openembedded >>> >>> http://cgit.openembedded.org/meta-openembedded/com

Re: [yocto] [meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Khem Raj
On Mon, Jan 7, 2013 at 8:08 AM, Darren Hart wrote: > Hi Khem, > > On 01/03/2013 07:50 PM, Khem Raj wrote: >> Fixes parsing errors which is appearing after this commit to >> meta-openembedded >> >> http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e >>

Re: [yocto] [meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Darren Hart
Hi Khem, On 01/03/2013 07:50 PM, Khem Raj wrote: > Fixes parsing errors which is appearing after this commit to > meta-openembedded > > http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e > > This triggers > exception NameError: name 'base_contains'

[yocto] [meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-03 Thread Khem Raj
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Khem Raj --