All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Depend on native setuptools3
@ 2022-10-11  3:02 Khem Raj
  2022-10-11 11:53 ` Bruce Ashfield
  2022-11-01 17:11 ` [OE-core] " Fabio Estevam
  0 siblings, 2 replies; 5+ messages in thread
From: Khem Raj @ 2022-10-11  3:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj, Bruce Ashfield

perf has need for python setuptools when scripting is enabled
from 6.0.0 onwards it seems to throw an explicit error

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/recipes-kernel/perf/perf.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 31bc04635d..c1b0bd22d8 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -13,7 +13,7 @@ PR = "r9"
 
 PACKAGECONFIG ??= "scripting tui libunwind"
 PACKAGECONFIG[dwarf] = ",NO_DWARF=1"
-PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3"
+PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3 python3-setuptools-native"
 # gui support was added with kernel 3.6.35
 # since 3.10 libnewt was replaced by slang
 # to cover a wide range of kernel we add both dependencies
-- 
2.38.0



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

* Re: [PATCH] perf: Depend on native setuptools3
  2022-10-11  3:02 [PATCH] perf: Depend on native setuptools3 Khem Raj
@ 2022-10-11 11:53 ` Bruce Ashfield
  2022-11-01 17:11 ` [OE-core] " Fabio Estevam
  1 sibling, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2022-10-11 11:53 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

There's already several versions of this patch floating around.

There was an error on the AB with the latest version of it that neither
Ross or myself could reproduce so we are looking at that part of it now.

Cheers,

Bruce

On Mon, Oct 10, 2022 at 11:02 PM Khem Raj <raj.khem@gmail.com> wrote:

> perf has need for python setuptools when scripting is enabled
> from 6.0.0 onwards it seems to throw an explicit error
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  meta/recipes-kernel/perf/perf.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/
> perf.bb
> index 31bc04635d..c1b0bd22d8 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -13,7 +13,7 @@ PR = "r9"
>
>  PACKAGECONFIG ??= "scripting tui libunwind"
>  PACKAGECONFIG[dwarf] = ",NO_DWARF=1"
> -PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3"
> +PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3
> python3-setuptools-native"
>  # gui support was added with kernel 3.6.35
>  # since 3.10 libnewt was replaced by slang
>  # to cover a wide range of kernel we add both dependencies
> --
> 2.38.0
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 2784 bytes --]

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

* Re: [OE-core] [PATCH] perf: Depend on native setuptools3
  2022-10-11  3:02 [PATCH] perf: Depend on native setuptools3 Khem Raj
  2022-10-11 11:53 ` Bruce Ashfield
@ 2022-11-01 17:11 ` Fabio Estevam
  2022-11-01 17:21   ` Khem Raj
  1 sibling, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2022-11-01 17:11 UTC (permalink / raw)
  To: Khem Raj, akuster808; +Cc: openembedded-core, Bruce Ashfield

Hi Armin,

On Tue, Oct 11, 2022 at 12:02 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> perf has need for python setuptools when scripting is enabled
> from 6.0.0 onwards it seems to throw an explicit error
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>

This one landed in master:
https://github.com/openembedded/openembedded-core/commit/da3d00178809bbf7cc453401e0c5937796ebc2c1

Could it be backported to kirkstone too?

I am facing an error when building a 6.0 kernel and this commit in
master fixes it.

Thanks


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

* Re: [OE-core] [PATCH] perf: Depend on native setuptools3
  2022-11-01 17:11 ` [OE-core] " Fabio Estevam
@ 2022-11-01 17:21   ` Khem Raj
  2022-11-01 17:30     ` Steve Sakoman
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-11-01 17:21 UTC (permalink / raw)
  To: Fabio Estevam, akuster808, Steve Sakoman
  Cc: openembedded-core, Bruce Ashfield


[-- Attachment #1.1.1: Type: text/plain, Size: 668 bytes --]

On 11/1/22 10:11 AM, Fabio Estevam wrote:
> Hi Armin,
> 
> On Tue, Oct 11, 2022 at 12:02 AM Khem Raj <raj.khem@gmail.com> wrote:
>>
>> perf has need for python setuptools when scripting is enabled
>> from 6.0.0 onwards it seems to throw an explicit error
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> This one landed in master:
> https://github.com/openembedded/openembedded-core/commit/da3d00178809bbf7cc453401e0c5937796ebc2c1
> 
> Could it be backported to kirkstone too?
> 
> I am facing an error when building a 6.0 kernel and this commit in
> master fixes it.
> 
> Thanks

+Steve


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2613 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

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

* Re: [OE-core] [PATCH] perf: Depend on native setuptools3
  2022-11-01 17:21   ` Khem Raj
@ 2022-11-01 17:30     ` Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2022-11-01 17:30 UTC (permalink / raw)
  To: Khem Raj; +Cc: Fabio Estevam, akuster808, openembedded-core, Bruce Ashfield

On Tue, Nov 1, 2022 at 7:21 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> On 11/1/22 10:11 AM, Fabio Estevam wrote:
> > Hi Armin,
> >
> > On Tue, Oct 11, 2022 at 12:02 AM Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >> perf has need for python setuptools when scripting is enabled
> >> from 6.0.0 onwards it seems to throw an explicit error
> >>
> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > This one landed in master:
> > https://github.com/openembedded/openembedded-core/commit/da3d00178809bbf7cc453401e0c5937796ebc2c1
> >
> > Could it be backported to kirkstone too?
> >
> > I am facing an error when building a 6.0 kernel and this commit in
> > master fixes it.
> >
> > Thanks
>
> +Steve

Got it!

Steve


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

end of thread, other threads:[~2022-11-01 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11  3:02 [PATCH] perf: Depend on native setuptools3 Khem Raj
2022-10-11 11:53 ` Bruce Ashfield
2022-11-01 17:11 ` [OE-core] " Fabio Estevam
2022-11-01 17:21   ` Khem Raj
2022-11-01 17:30     ` Steve Sakoman

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.