Re: [OE-core] [PATCH] boost: add support for additional boost libs

2016-09-18 Thread Huang, Jie (Jackie)
From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, September 14, 2016 8:05 PM To: Huang, Jie (Jackie) Cc: OE-core Subject: Re: [OE-core] [PATCH] boost: add support for additional boost libs On 14 September 2016 at 06:08, mailto:jackie.hu...@windriver.com>> wrote: * Adde

Re: [OE-core] [PATCH] boost: add support for additional boost libs

2016-09-16 Thread Huang, Jie (Jackie)
I see, I will try to fix it then send v2. Thanks, Jackie From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, September 16, 2016 10:26 PM To: Huang, Jie (Jackie) Cc: OE-core Subject: Re: [OE-core] [PATCH] boost: add support for additional boost libs On 14 September 2016 at 06:08

Re: [OE-core] [PATCH] boost: add support for additional boost libs

2016-09-16 Thread Burton, Ross
On 14 September 2016 at 06:08, wrote: > From: Jackie Huang > > * Added libs: > - container > - context > - coroutine > - exception > - graph_parallel > - locale > - math > - mpi > - wave > > * Add PACKAGECONFIG to add proper dependencies for boost-locale > > * context and corou

Re: [OE-core] [PATCH] boost: add support for additional boost libs

2016-09-14 Thread Burton, Ross
On 14 September 2016 at 06:08, wrote: > * Added libs: > - container > - context > - coroutine > - exception > - graph_parallel > - locale > - math > - mpi > - wave > I don't see packages created for mpi, graph_parallel or exception. Is this intentional? Ross -- _

[OE-core] [PATCH] boost: add support for additional boost libs

2016-09-13 Thread jackie.huang
From: Jackie Huang * Added libs: - container - context - coroutine - exception - graph_parallel - locale - math - mpi - wave * Add PACKAGECONFIG to add proper dependencies for boost-locale * context and coroutine are added only for x86 and powerpc Signed-off-by: Jackie Huang