All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY
@ 2021-10-15 15:16 Bernd Kuhls
  2021-10-18 20:10 ` Thomas Petazzoni
  2021-10-25 12:07 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2021-10-15 15:16 UTC (permalink / raw)
  To: buildroot

Python3 variant of
https://git.buildroot.net/buildroot-test/commit/?id=c0de21d9530af53eae5588d99d90c7e0cb87c543

to support Kodi 19 which depends on python3:
https://git.buildroot.net/buildroot/commit/?id=148e695e37561fe45d4726cb68f6454464d17797

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 utils/genrandconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/genrandconfig b/utils/genrandconfig
index a1431bf1a8..4fffcbad11 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -367,6 +367,8 @@ def gen_config(args):
         configlines.append("BR2_STATIC_LIBS=y\n")
     if randint(0, 20) == 0:
         configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
+    if randint(0, 20) == 0:
+        configlines.append("BR2_PACKAGE_PYTHON3_PY_ONLY=y\n")
     if randint(0, 5) == 0:
         configlines.append("BR2_OPTIMIZE_2=y\n")
     if randint(0, 4) == 0:
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY
  2021-10-15 15:16 [Buildroot] [PATCH 1/1] utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY Bernd Kuhls
@ 2021-10-18 20:10 ` Thomas Petazzoni
  2021-10-25 12:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-10-18 20:10 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Fri, 15 Oct 2021 17:16:36 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Python3 variant of
> https://git.buildroot.net/buildroot-test/commit/?id=c0de21d9530af53eae5588d99d90c7e0cb87c543
> 
> to support Kodi 19 which depends on python3:
> https://git.buildroot.net/buildroot/commit/?id=148e695e37561fe45d4726cb68f6454464d17797
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  utils/genrandconfig | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks. However, I really wish that one day, we will
be able to remove this dependency from Kodi, as it is quite annoying :-/

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY
  2021-10-15 15:16 [Buildroot] [PATCH 1/1] utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY Bernd Kuhls
  2021-10-18 20:10 ` Thomas Petazzoni
@ 2021-10-25 12:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-10-25 12:07 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Python3 variant of
 > https://git.buildroot.net/buildroot-test/commit/?id=c0de21d9530af53eae5588d99d90c7e0cb87c543

 > to support Kodi 19 which depends on python3:
 > https://git.buildroot.net/buildroot/commit/?id=148e695e37561fe45d4726cb68f6454464d17797

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-25 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 15:16 [Buildroot] [PATCH 1/1] utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY Bernd Kuhls
2021-10-18 20:10 ` Thomas Petazzoni
2021-10-25 12:07 ` Peter Korsgaard

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.