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. > > > > > Sug

[PATCH v4 2/2] drm/msm: depend on python3

2024-11-21 Thread Petr Vorel
0fddd045f88e introduced python3 dependency, use HAVE_PYTHON3 to make it obvious. Signed-off-by: Petr Vorel --- Changes v3->v4: * The same as in v3. drivers/gpu/drm/msm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig in

Re: [RFC][PATCH 1/1] drm/msm: require python3 and xml.parsers.expat module

2024-11-21 Thread Petr Vorel
> On Wed, Nov 20, 2024 at 7:49 AM Petr Vorel wrote: > > 0fddd045f88e introduced python3 dependency, require it to quick early. > > Signed-off-by: Petr Vorel > > --- > > Hi all, > > RFC because I'm not sure if previous failed build wasn't bette

[PATCH v2 1/2] init/Kconfig: add python3 availability check

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 --- New in v2 init/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/Kconfig b/init/Kconfig index fbd0cb06a50a..2561eaebd1d3 100644 --- a/init/Kconfig +++ b/init/Kconfig

[RFC][PATCH 1/1] drm/msm: require python3 and xml.parsers.expat module

2024-11-21 Thread Petr Vorel
0fddd045f88e introduced python3 dependency, require it to quick early. Signed-off-by: Petr Vorel --- Hi all, RFC because I'm not sure if previous failed build wasn't better: GENHDR drivers/gpu/drm/msm/generated/a2xx.xml.h /bin/sh: python3: not found This way it&#x

[PATCH v3 2/2] drm/msm: require python3

2024-11-21 Thread Petr Vorel
0fddd045f88e introduced python3 dependency, use HAVE_PYTHON3 to make it obvious. Signed-off-by: Petr Vorel --- Changes v2->v3: * Update commit message (I'm sorry for the noise). drivers/gpu/drm/msm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/K

[PATCH v3 1/2] init/Kconfig: add python3 availability check

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 v2->v3: The same as in v2. init/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/Kconfig b/init/Kconfig index fbd0cb06a50a..2561eaebd1d3 100644 --- a/init/Kcon

[PATCH v2 2/2] drm/msm: require python3 and xml.parsers.expat module

2024-11-21 Thread Petr Vorel
0fddd045f88e introduced python3 dependency, require it to quick early. Signed-off-by: Petr Vorel --- Changes v1->v2: * use HAVE_PYTHON3 drivers/gpu/drm/msm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig index 90c68106b

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

[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..c77e45484