Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-25 Thread Masahiro Yamada
On Sat, Nov 23, 2024 at 5:42 AM Petr Vorel wrote: > > > On Thu, Nov 21, 2024 at 10:49 AM Rob Clark wrote: > > > > On Wed, Nov 20, 2024 at 5:17 PM Petr Vorel wrote: > > > > > > On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > > > > > > It will be used in the next commit for DRM_MSM. > > > >

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-22 Thread Petr Vorel
> On Thu, Nov 21, 2024 at 10:49 AM Rob Clark wrote: > > On Wed, Nov 20, 2024 at 5:17 PM Petr Vorel wrote: > > > > On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > > > > It will be used in the next commit for DRM_MSM. > > > > > Suggested-by: Rob Clark > > > > > Signed-off-by: Petr Vorel

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-22 Thread Jani Nikula
On Fri, 22 Nov 2024, Rob Clark wrote: > I may be biased here, but being able to generate code/tables/etc at > build time is something that python is very useful for, and has been > used to great effect in mesa. Agreed. I look at the list of required dependencies, and none of the alternatives seem

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-22 Thread Rob Clark
On Fri, Nov 22, 2024 at 1:51 AM Jani Nikula wrote: > > On Fri, 22 Nov 2024, Masahiro Yamada wrote: > > Documentation/process/changes.rst > > documents basic tools necessary for building the kernel. > > > > Python3 is listed as "optional" because it is required > > only for some CONFIG options. >

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-22 Thread Jani Nikula
On Fri, 22 Nov 2024, Masahiro Yamada wrote: > Documentation/process/changes.rst > documents basic tools necessary for building the kernel. > > Python3 is listed as "optional" because it is required > only for some CONFIG options. > > If the exact dependency is unclear, it is better to install > al

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-21 Thread Masahiro Yamada
On Thu, Nov 21, 2024 at 10:49 AM Rob Clark wrote: > > On Wed, Nov 20, 2024 at 5:17 PM Petr Vorel wrote: > > > > > On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > > > > > It will be used in the next commit for DRM_MSM. > > > > > > Suggested-by: Rob Clark > > > > Signed-off-by: Petr Vorel

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-21 Thread Masahiro Yamada
On Thu, Nov 21, 2024 at 10:17 AM Petr Vorel wrote: > > > On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > > > It will be used in the next commit for DRM_MSM. > > > > Suggested-by: Rob Clark > > > Signed-off-by: Petr Vorel > > > --- > > > Changes v3->v4: > > > * Move definition to the end o

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-21 Thread Petr Vorel
> On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > It will be used in the next commit for DRM_MSM. > > Suggested-by: Rob Clark > > Signed-off-by: Petr Vorel > > --- > > Changes v3->v4: > > * Move definition to the end of the file > I prefer to not check the tool. Ack. > Why don't you

[PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-21 Thread Petr Vorel
It will be used in the next commit for DRM_MSM. Suggested-by: Rob Clark Signed-off-by: Petr Vorel --- Changes v3->v4: * Move definition to the end of the file init/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/Kconfig b/init/Kconfig index fbd0cb06a50a..c77e45484e81 100644

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-20 Thread Rob Clark
On Wed, Nov 20, 2024 at 5:17 PM Petr Vorel wrote: > > > On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > > > It will be used in the next commit for DRM_MSM. > > > > Suggested-by: Rob Clark > > > Signed-off-by: Petr Vorel > > > --- > > > Changes v3->v4: > > > * Move definition to the end of

Re: [PATCH v4 1/2] init/Kconfig: add python3 availability config

2024-11-20 Thread Masahiro Yamada
On Thu, Nov 21, 2024 at 5:41 AM Petr Vorel wrote: > > It will be used in the next commit for DRM_MSM. > > Suggested-by: Rob Clark > Signed-off-by: Petr Vorel > --- > Changes v3->v4: > * Move definition to the end of the file I prefer to not check the tool. Why don't you install python3? >