Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-11 Thread Bruce Ashfield
field > > > Sent: den 6 oktober 2022 16:02 > > > To: Ross Burton > > > Cc: Richard Purdie ; openembedded- > > > c...@lists.openembedded.org > > > Subject: Re: [OE-core] [PATCH 2/3] perf: make scripting depend on > > > setuptools3 > > &

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-10 Thread Khem Raj
> Cc: Richard Purdie ; openembedded- > > c...@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH 2/3] perf: make scripting depend on > > setuptools3 > > > > On Thu, Oct 6, 2022 at 9:43 AM Ross Burton wrote: > > > > > > On 6 Oct 2022, at 14:

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Bruce Ashfield > Sent: den 6 oktober 2022 16:02 > To: Ross Burton > Cc: Richard Purdie ; openembedded- > c...@lists.openembedded.org > Subject: Re: [O

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-06 Thread Bruce Ashfield
On Thu, Oct 6, 2022 at 9:43 AM Ross Burton wrote: > > On 6 Oct 2022, at 14:29, Bruce Ashfield wrote: > > I'm not particularly concerned if the extra RDEPENDS arrives with > > this, since if it is acceptable for other packages inheriting the > > setuptools (I thought it was build support only!), i

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-06 Thread Ross Burton
On 6 Oct 2022, at 14:29, Bruce Ashfield wrote: > I'm not particularly concerned if the extra RDEPENDS arrives with > this, since if it is acceptable for other packages inheriting the > setuptools (I thought it was build support only!), it really should be > ok for perf as well. In particular since

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-06 Thread Bruce Ashfield
On Thu, Oct 6, 2022 at 9:13 AM Ross Burton wrote: > > On 6 Oct 2022, at 13:38, Bruce Ashfield wrote: > > > > On Thu, Oct 6, 2022 at 7:29 AM Ross Burton wrote: > >> > >> On 4 Oct 2022, at 18:27, Bruce Ashfield via lists.openembedded.org > >> wrote: > >>> -inherit ${@bb.utils.contains('PACKAGECO

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-06 Thread Ross Burton
On 6 Oct 2022, at 13:38, Bruce Ashfield wrote: > > On Thu, Oct 6, 2022 at 7:29 AM Ross Burton wrote: >> >> On 4 Oct 2022, at 18:27, Bruce Ashfield via lists.openembedded.org >> wrote: >>> -inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', >>> 'python3targetconfig', '', d)} >>> +inhe

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-06 Thread Bruce Ashfield
On Thu, Oct 6, 2022 at 7:29 AM Ross Burton wrote: > > On 4 Oct 2022, at 18:27, Bruce Ashfield via lists.openembedded.org > wrote: > > -inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', > > 'python3targetconfig', '', d)} > > +inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', >

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-06 Thread Ross Burton
On 4 Oct 2022, at 18:27, Bruce Ashfield via lists.openembedded.org wrote: > -inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', > 'python3targetconfig', '', d)} > +inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', > 'python3targetconfig setuptools3', '', d)} For reasons, setup

[OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-04 Thread Bruce Ashfield
From: Bruce Ashfield It looks like this should have been an error for a while, but it only started showing up in my 6.x linux-yocto-dev testing. Without the inherit of setuptool3, we get a module missing error during configure and the build obviously fails. Tested against 5.x and 6.x kernels.