All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] boost: add python to default PACKAGECONFIG options
@ 2016-09-30  6:31 jackie.huang
  0 siblings, 0 replies; 11+ messages in thread
From: jackie.huang @ 2016-09-30  6:31 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

We want to provide python libs by default, and some other
popular Linux distributions like redhat/fedora does the same.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta/recipes-support/boost/boost.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 7637a4e..f854033 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -34,7 +34,7 @@ BOOST_LIBS_append_x86-64 = " context coroutine"
 BOOST_LIBS_append_powerpc = " context coroutine"
 
 # optional libraries
-PACKAGECONFIG ??= "locale"
+PACKAGECONFIG ??= "locale python"
 PACKAGECONFIG[locale] = ",,icu"
 PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich"
 PACKAGECONFIG[mpi] = ",,mpich"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH] boost: add python to default PACKAGECONFIG options
@ 2017-08-22  7:42 jackie.huang
  2017-08-22 19:51 ` Andre McCurdy
  0 siblings, 1 reply; 11+ messages in thread
From: jackie.huang @ 2017-08-22  7:42 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

We want to provide python libs by default, and some other
popular Linux distributions like redhat/fedora does the same.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta/recipes-support/boost/boost.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 4ff70e3..f4ecc10 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -38,7 +38,7 @@ BOOST_LIBS_remove_class-native = " context coroutine"
 BOOST_LIBS_remove_mips16e = "wave"
 
 # optional libraries
-PACKAGECONFIG ??= "locale"
+PACKAGECONFIG ??= "locale python"
 PACKAGECONFIG[locale] = ",,icu"
 PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich"
 PACKAGECONFIG[mpi] = ",,mpich"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-22  7:42 [PATCH] boost: add python to default PACKAGECONFIG options jackie.huang
@ 2017-08-22 19:51 ` Andre McCurdy
  2017-08-22 19:55   ` Richard Purdie
  0 siblings, 1 reply; 11+ messages in thread
From: Andre McCurdy @ 2017-08-22 19:51 UTC (permalink / raw)
  To: Huang, Jie (Jackie); +Cc: OE Core mailing list

On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com> wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> We want to provide python libs by default, and some other
> popular Linux distributions like redhat/fedora does the same.

Has something changed? Is there anything in oe-core or meta-oe which
now needs boost python support enabled?

> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
>  meta/recipes-support/boost/boost.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
> index 4ff70e3..f4ecc10 100644
> --- a/meta/recipes-support/boost/boost.inc
> +++ b/meta/recipes-support/boost/boost.inc
> @@ -38,7 +38,7 @@ BOOST_LIBS_remove_class-native = " context coroutine"
>  BOOST_LIBS_remove_mips16e = "wave"
>
>  # optional libraries
> -PACKAGECONFIG ??= "locale"
> +PACKAGECONFIG ??= "locale python"
>  PACKAGECONFIG[locale] = ",,icu"
>  PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich"
>  PACKAGECONFIG[mpi] = ",,mpich"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-22 19:51 ` Andre McCurdy
@ 2017-08-22 19:55   ` Richard Purdie
  2017-08-23  1:26     ` Randy MacLeod
  0 siblings, 1 reply; 11+ messages in thread
From: Richard Purdie @ 2017-08-22 19:55 UTC (permalink / raw)
  To: Andre McCurdy, Huang, Jie (Jackie); +Cc: OE Core mailing list

On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
> wrote:
> > 
> > From: Jackie Huang <jackie.huang@windriver.com>
> > 
> > We want to provide python libs by default, and some other
> > popular Linux distributions like redhat/fedora does the same.
> Has something changed? Is there anything in oe-core or meta-oe which
> now needs boost python support enabled?

Does it even actually build on all arches?

I'm rather behind with patch review right now as people are putting so
many patches out there with what seems like minimal testing and
expecting me/Ross and the autobuilder to figure out the problems for
them.

Each time one fails, it blocks the queue with the rest of them in and I
have to retest until I get something clean.

Testing this change is quite a way down my priority list I'm afraid.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-22 19:55   ` Richard Purdie
@ 2017-08-23  1:26     ` Randy MacLeod
  2017-08-23  8:01       ` Huang, Jie (Jackie)
  2017-08-23 21:04       ` Philip Balister
  0 siblings, 2 replies; 11+ messages in thread
From: Randy MacLeod @ 2017-08-23  1:26 UTC (permalink / raw)
  To: Richard Purdie, Andre McCurdy, Huang, Jie (Jackie); +Cc: OE Core mailing list

On 2017-08-22 03:55 PM, Richard Purdie wrote:
> On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
>> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
>> wrote:
>>>
>>> From: Jackie Huang <jackie.huang@windriver.com>
>>>
>>> We want to provide python libs by default, and some other
>>> popular Linux distributions like redhat/fedora does the same.
>> Has something changed? Is there anything in oe-core or meta-oe which
>> now needs boost python support enabled?
> 
> Does it even actually build on all arches? >
> I'm rather behind with patch review right now as people are putting so
> many patches out there with what seems like minimal testing and
> expecting me/Ross and the autobuilder to figure out the problems for
> them.
> 
> Each time one fails, it blocks the queue with the rest of them in and I
> have to retest until I get something clean.
> 
> Testing this change is quite a way down my priority list I'm afraid.
> 

Maybe this is better done in our distro configuration.

We're trying to minimize differences with oe-core and
the boost python support doesn't seem to be much of an
impact based on looking at logs rather than a having a
detailed understanding of boost.

We've had this commit in our local branch since before:

CommitDate: Wed Dec 21 22:16:31 2016 -0800

     boost: add python to default PACKAGECONFIG options

     We want to provide python libs by default, and some other
     popular Linux distributions like redhat/fedora does the same.

     (LOCAL REV: NOT UPSTREAM) -- sent to oe-core on 20160930

so it certainly builds for all qemu* for glibc configurations.

I'll see if we can add musl builds to our automated builds tonight.

Jackie,

Did/Can you build for musl?
Do you have any idea of the impact of this config on users that are not
interested in the python interface with boost?
What's the additional cost in compile time?



There certainly are a rush of package updates and other changes
coming in; apologies for the lack of warning and late arrivals.
Other than doing more testing and explaining what tests were done,
what else can we do to help?


../Randy


> Cheers,
> 
> Richard
> 
> 


-- 
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-23  1:26     ` Randy MacLeod
@ 2017-08-23  8:01       ` Huang, Jie (Jackie)
  2017-08-24  6:31         ` Huang, Jie (Jackie)
  2017-08-23 21:04       ` Philip Balister
  1 sibling, 1 reply; 11+ messages in thread
From: Huang, Jie (Jackie) @ 2017-08-23  8:01 UTC (permalink / raw)
  To: MacLeod, Randy, Richard Purdie, Andre McCurdy; +Cc: OE Core mailing list



> -----Original Message-----
> From: MacLeod, Randy
> Sent: Wednesday, August 23, 2017 09:27
> To: Richard Purdie; Andre McCurdy; Huang, Jie (Jackie)
> Cc: OE Core mailing list
> Subject: Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG
> options
> 
> On 2017-08-22 03:55 PM, Richard Purdie wrote:
> > On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
> >> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
> >> wrote:
> >>>
> >>> From: Jackie Huang <jackie.huang@windriver.com>
> >>>
> >>> We want to provide python libs by default, and some other
> >>> popular Linux distributions like redhat/fedora does the same.
> >> Has something changed? Is there anything in oe-core or meta-oe which
> >> now needs boost python support enabled?
> >
> > Does it even actually build on all arches? >
> > I'm rather behind with patch review right now as people are putting so
> > many patches out there with what seems like minimal testing and
> > expecting me/Ross and the autobuilder to figure out the problems for
> > them.
> >
> > Each time one fails, it blocks the queue with the rest of them in and I
> > have to retest until I get something clean.
> >
> > Testing this change is quite a way down my priority list I'm afraid.
> >
> 
> Maybe this is better done in our distro configuration.
> 
> We're trying to minimize differences with oe-core and
> the boost python support doesn't seem to be much of an
> impact based on looking at logs rather than a having a
> detailed understanding of boost.
> 
> We've had this commit in our local branch since before:
> 
> CommitDate: Wed Dec 21 22:16:31 2016 -0800
> 
>      boost: add python to default PACKAGECONFIG options
> 
>      We want to provide python libs by default, and some other
>      popular Linux distributions like redhat/fedora does the same.
> 
>      (LOCAL REV: NOT UPSTREAM) -- sent to oe-core on 20160930
> 
> so it certainly builds for all qemu* for glibc configurations.
> 
> I'll see if we can add musl builds to our automated builds tonight.
> 
> Jackie,
> 
> Did/Can you build for musl?

No, I didn't build for musl yet, but yes, I can and will do the test with musl
and fix issues as needed.

> Do you have any idea of the impact of this config on users that are not
> interested in the python interface with boost?

I don't think there is any impact, each library is packaged into a separate
package named with boost-<lib name>

> What's the additional cost in compile time?

A quick test indicates that it's less than 1 second:

$ grep -r 'Elapsed time:' 20170823073306/boost-1.64.0-r0/do_compile 20170823075302/boost-1.64.0-r0/do_compile
20170823073306/boost-1.64.0-r0/do_compile:Elapsed time: 50.96 seconds
20170823075302/boost-1.64.0-r0/do_compile:Elapsed time: 51.63 seconds

Thanks,
Jackie

> 
> 
> 
> There certainly are a rush of package updates and other changes
> coming in; apologies for the lack of warning and late arrivals.
> Other than doing more testing and explaining what tests were done,
> what else can we do to help?
> 
> 
> ../Randy
> 
> 
> > Cheers,
> >
> > Richard
> >
> >
> 
> 
> --
> # Randy MacLeod. SMTS, Linux, Wind River
> Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON,
> Canada, K2K 2W5

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-23  1:26     ` Randy MacLeod
  2017-08-23  8:01       ` Huang, Jie (Jackie)
@ 2017-08-23 21:04       ` Philip Balister
  2017-09-05  8:44         ` Andreas Müller
  1 sibling, 1 reply; 11+ messages in thread
From: Philip Balister @ 2017-08-23 21:04 UTC (permalink / raw)
  To: Randy MacLeod, Richard Purdie, Andre McCurdy, Huang, Jie (Jackie)
  Cc: OE Core mailing list

On 08/22/2017 09:26 PM, Randy MacLeod wrote:
> On 2017-08-22 03:55 PM, Richard Purdie wrote:
>> On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
>>> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
>>> wrote:
>>>>
>>>> From: Jackie Huang <jackie.huang@windriver.com>
>>>>
>>>> We want to provide python libs by default, and some other
>>>> popular Linux distributions like redhat/fedora does the same.
>>> Has something changed? Is there anything in oe-core or meta-oe which
>>> now needs boost python support enabled?

I'm aware of a package in meta-sdr that will need boost python support.
So there is need for this feature.

Philip

>>
>> Does it even actually build on all arches? >
>> I'm rather behind with patch review right now as people are putting so
>> many patches out there with what seems like minimal testing and
>> expecting me/Ross and the autobuilder to figure out the problems for
>> them.
>>
>> Each time one fails, it blocks the queue with the rest of them in and I
>> have to retest until I get something clean.
>>
>> Testing this change is quite a way down my priority list I'm afraid.
>>
> 
> Maybe this is better done in our distro configuration.
> 
> We're trying to minimize differences with oe-core and
> the boost python support doesn't seem to be much of an
> impact based on looking at logs rather than a having a
> detailed understanding of boost.
> 
> We've had this commit in our local branch since before:
> 
> CommitDate: Wed Dec 21 22:16:31 2016 -0800
> 
>     boost: add python to default PACKAGECONFIG options
> 
>     We want to provide python libs by default, and some other
>     popular Linux distributions like redhat/fedora does the same.
> 
>     (LOCAL REV: NOT UPSTREAM) -- sent to oe-core on 20160930
> 
> so it certainly builds for all qemu* for glibc configurations.
> 
> I'll see if we can add musl builds to our automated builds tonight.
> 
> Jackie,
> 
> Did/Can you build for musl?
> Do you have any idea of the impact of this config on users that are not
> interested in the python interface with boost?
> What's the additional cost in compile time?
> 
> 
> 
> There certainly are a rush of package updates and other changes
> coming in; apologies for the lack of warning and late arrivals.
> Other than doing more testing and explaining what tests were done,
> what else can we do to help?
> 
> 
> ../Randy
> 
> 
>> Cheers,
>>
>> Richard
>>
>>
> 
> 


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-23  8:01       ` Huang, Jie (Jackie)
@ 2017-08-24  6:31         ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 11+ messages in thread
From: Huang, Jie (Jackie) @ 2017-08-24  6:31 UTC (permalink / raw)
  To: Huang, Jie (Jackie), MacLeod, Randy, Richard Purdie,
	Andre McCurdy
  Cc: OE Core mailing list



> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Huang, Jie (Jackie)
> Sent: Wednesday, August 23, 2017 16:02
> To: MacLeod, Randy; Richard Purdie; Andre McCurdy
> Cc: OE Core mailing list
> Subject: Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG
> options
> 
> 
> 
> > -----Original Message-----
> > From: MacLeod, Randy
> > Sent: Wednesday, August 23, 2017 09:27
> > To: Richard Purdie; Andre McCurdy; Huang, Jie (Jackie)
> > Cc: OE Core mailing list
> > Subject: Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG
> > options
> >
> > On 2017-08-22 03:55 PM, Richard Purdie wrote:
> > > On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
> > >> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
> > >> wrote:
> > >>>
> > >>> From: Jackie Huang <jackie.huang@windriver.com>
> > >>>
> > >>> We want to provide python libs by default, and some other
> > >>> popular Linux distributions like redhat/fedora does the same.
> > >> Has something changed? Is there anything in oe-core or meta-oe which
> > >> now needs boost python support enabled?
> > >
> > > Does it even actually build on all arches? >
> > > I'm rather behind with patch review right now as people are putting so
> > > many patches out there with what seems like minimal testing and
> > > expecting me/Ross and the autobuilder to figure out the problems for
> > > them.
> > >
> > > Each time one fails, it blocks the queue with the rest of them in and I
> > > have to retest until I get something clean.
> > >
> > > Testing this change is quite a way down my priority list I'm afraid.
> > >
> >
> > Maybe this is better done in our distro configuration.
> >
> > We're trying to minimize differences with oe-core and
> > the boost python support doesn't seem to be much of an
> > impact based on looking at logs rather than a having a
> > detailed understanding of boost.
> >
> > We've had this commit in our local branch since before:
> >
> > CommitDate: Wed Dec 21 22:16:31 2016 -0800
> >
> >      boost: add python to default PACKAGECONFIG options
> >
> >      We want to provide python libs by default, and some other
> >      popular Linux distributions like redhat/fedora does the same.
> >
> >      (LOCAL REV: NOT UPSTREAM) -- sent to oe-core on 20160930
> >
> > so it certainly builds for all qemu* for glibc configurations.
> >
> > I'll see if we can add musl builds to our automated builds tonight.
> >
> > Jackie,
> >
> > Did/Can you build for musl?
> 
> No, I didn't build for musl yet, but yes, I can and will do the test with musl
> and fix issues as needed.

I tested for all qemu* with:
$ for i in qemuarm qemuarm64 qemux86 qemux86-64 qemuppc qemumips qemumips64; do MACHINE="$i" TCLIBC=musl bitbake boost

And all passed, could you point me out what the failure is caused by this patch? 

Thanks,
Jackie

> 
> > Do you have any idea of the impact of this config on users that are not
> > interested in the python interface with boost?
> 
> I don't think there is any impact, each library is packaged into a separate
> package named with boost-<lib name>
> 
> > What's the additional cost in compile time?
> 
> A quick test indicates that it's less than 1 second:
> 
> $ grep -r 'Elapsed time:' 20170823073306/boost-1.64.0-r0/do_compile
> 20170823075302/boost-1.64.0-r0/do_compile
> 20170823073306/boost-1.64.0-r0/do_compile:Elapsed time: 50.96 seconds
> 20170823075302/boost-1.64.0-r0/do_compile:Elapsed time: 51.63 seconds
> 
> Thanks,
> Jackie
> 
> >
> >
> >
> > There certainly are a rush of package updates and other changes
> > coming in; apologies for the lack of warning and late arrivals.
> > Other than doing more testing and explaining what tests were done,
> > what else can we do to help?
> >
> >
> > ../Randy
> >
> >
> > > Cheers,
> > >
> > > Richard
> > >
> > >
> >
> >
> > --
> > # Randy MacLeod. SMTS, Linux, Wind River
> > Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON,
> > Canada, K2K 2W5
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-08-23 21:04       ` Philip Balister
@ 2017-09-05  8:44         ` Andreas Müller
  2017-09-05  9:02           ` Andreas Müller
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Müller @ 2017-09-05  8:44 UTC (permalink / raw)
  To: Philip Balister; +Cc: OE Core mailing list

On Wed, Aug 23, 2017 at 11:04 PM, Philip Balister <philip@balister.org> wrote:
> On 08/22/2017 09:26 PM, Randy MacLeod wrote:
>> On 2017-08-22 03:55 PM, Richard Purdie wrote:
>>> On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
>>>> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
>>>> wrote:
>>>>>
>>>>> From: Jackie Huang <jackie.huang@windriver.com>
>>>>>
>>>>> We want to provide python libs by default, and some other
>>>>> popular Linux distributions like redhat/fedora does the same.
>>>> Has something changed? Is there anything in oe-core or meta-oe which
>>>> now needs boost python support enabled?
>
> I'm aware of a package in meta-sdr that will need boost python support.
> So there is need for this feature.
>
> Philip
>
FWIW: I have an append in metea-qt5-extra enabling python since two years.

Andreas


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-09-05  8:44         ` Andreas Müller
@ 2017-09-05  9:02           ` Andreas Müller
  2017-09-05  9:03             ` Andreas Müller
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Müller @ 2017-09-05  9:02 UTC (permalink / raw)
  To: Philip Balister; +Cc: OE Core mailing list

On Tue, Sep 5, 2017 at 10:44 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Wed, Aug 23, 2017 at 11:04 PM, Philip Balister <philip@balister.org> wrote:
>> On 08/22/2017 09:26 PM, Randy MacLeod wrote:
>>> On 2017-08-22 03:55 PM, Richard Purdie wrote:
>>>> On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
>>>>> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
>>>>> wrote:
>>>>>>
>>>>>> From: Jackie Huang <jackie.huang@windriver.com>
>>>>>>
>>>>>> We want to provide python libs by default, and some other
>>>>>> popular Linux distributions like redhat/fedora does the same.
>>>>> Has something changed? Is there anything in oe-core or meta-oe which
>>>>> now needs boost python support enabled?
>>
>> I'm aware of a package in meta-sdr that will need boost python support.
>> So there is need for this feature.
>>
>> Philip
>>
> FWIW: I have an append in metea-qt5-extra enabling python since two years.
>
> Andreas


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] boost: add python to default PACKAGECONFIG options
  2017-09-05  9:02           ` Andreas Müller
@ 2017-09-05  9:03             ` Andreas Müller
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Müller @ 2017-09-05  9:03 UTC (permalink / raw)
  To: Philip Balister; +Cc: OE Core mailing list

On Tue, Sep 5, 2017 at 11:02 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Tue, Sep 5, 2017 at 10:44 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> On Wed, Aug 23, 2017 at 11:04 PM, Philip Balister <philip@balister.org> wrote:
>>> On 08/22/2017 09:26 PM, Randy MacLeod wrote:
>>>> On 2017-08-22 03:55 PM, Richard Purdie wrote:
>>>>> On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote:
>>>>>> On Tue, Aug 22, 2017 at 12:42 AM,  <jackie.huang@windriver.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> From: Jackie Huang <jackie.huang@windriver.com>
>>>>>>>
>>>>>>> We want to provide python libs by default, and some other
>>>>>>> popular Linux distributions like redhat/fedora does the same.
>>>>>> Has something changed? Is there anything in oe-core or meta-oe which
>>>>>> now needs boost python support enabled?
>>>
>>> I'm aware of a package in meta-sdr that will need boost python support.
>>> So there is need for this feature.
>>>
>>> Philip
>>>
>> FWIW: I have an append in metea-qt5-extra enabling python since two years.
>>
Saw that this was applied already. Sorry for the noise..

A.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-09-05  9:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22  7:42 [PATCH] boost: add python to default PACKAGECONFIG options jackie.huang
2017-08-22 19:51 ` Andre McCurdy
2017-08-22 19:55   ` Richard Purdie
2017-08-23  1:26     ` Randy MacLeod
2017-08-23  8:01       ` Huang, Jie (Jackie)
2017-08-24  6:31         ` Huang, Jie (Jackie)
2017-08-23 21:04       ` Philip Balister
2017-09-05  8:44         ` Andreas Müller
2017-09-05  9:02           ` Andreas Müller
2017-09-05  9:03             ` Andreas Müller
  -- strict thread matches above, loose matches on Subject: below --
2016-09-30  6:31 jackie.huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.