All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/buildroot-test 1/1] autobuild-run: randomly add BR2_PACKAGE_PYTHON_PY_ONLY
@ 2017-06-05 13:13 Bernd Kuhls
  2017-06-11 16:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-06-05 13:13 UTC (permalink / raw)
  To: buildroot

This should allow build-testing Kodi after
https://git.buildroot.net/buildroot/commit/package/kodi?id=95bf21910899dd0bcd7df6ecdff13914f7aa99ef

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

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 24cdf58..f0bb135 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -547,6 +547,8 @@ def gen_config(**kwargs):
         configlines.append("BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y\n")
     if randint(0, 20) == 0:
         configlines.append("BR2_STATIC_LIBS=y\n")
+    if randint(0, 20) == 0:
+        configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
 
     # Write out the configuration file
     with open(os.path.join(outputdir, ".config"), "w+") as configf:
-- 
2.11.0

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

* [Buildroot] [PATCH/buildroot-test 1/1] autobuild-run: randomly add BR2_PACKAGE_PYTHON_PY_ONLY
  2017-06-05 13:13 [Buildroot] [PATCH/buildroot-test 1/1] autobuild-run: randomly add BR2_PACKAGE_PYTHON_PY_ONLY Bernd Kuhls
@ 2017-06-11 16:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-11 16:13 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  5 Jun 2017 15:13:50 +0200, Bernd Kuhls wrote:
> This should allow build-testing Kodi after
> https://git.buildroot.net/buildroot/commit/package/kodi?id=95bf21910899dd0bcd7df6ecdff13914f7aa99ef
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  scripts/autobuild-run | 2 ++
>  1 file changed, 2 insertions(+)

Applied to buildroot-test. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-06-11 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 13:13 [Buildroot] [PATCH/buildroot-test 1/1] autobuild-run: randomly add BR2_PACKAGE_PYTHON_PY_ONLY Bernd Kuhls
2017-06-11 16:13 ` Thomas Petazzoni

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.