All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] utils/genrandconfig: test per-package directories
@ 2019-12-03 14:59 Thomas Petazzoni
  2019-12-05 22:06 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2019-12-03 14:59 UTC (permalink / raw)
  To: buildroot

Now that the support for per-package directories has been merged, it
is time to get some exposure for it in the autobuilders, so let's
build 1 out of 15 builds with this feature enabled, at least as an
initial step.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 utils/genrandconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/utils/genrandconfig b/utils/genrandconfig
index aaba6c4204..fb28f4d356 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -349,6 +349,10 @@ def gen_config(args):
     # Allow hosts with old certificates to download over https
     configlines.append("BR2_WGET=\"wget --passive-ftp -nd -t 3 --no-check-certificate\"\n")
 
+    # Per-package folder
+    if randint(0, 15) == 0:
+        configlines.append("BR2_PER_PACKAGE_DIRECTORIES=y\n")
+
     # Amend the configuration with a few things.
     if randint(0, 20) == 0:
         configlines.append("BR2_ENABLE_DEBUG=y\n")
-- 
2.23.0

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

* [Buildroot] [PATCH] utils/genrandconfig: test per-package directories
  2019-12-03 14:59 [Buildroot] [PATCH] utils/genrandconfig: test per-package directories Thomas Petazzoni
@ 2019-12-05 22:06 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-12-05 22:06 UTC (permalink / raw)
  To: buildroot

On Tue,  3 Dec 2019 15:59:03 +0100
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> Now that the support for per-package directories has been merged, it
> is time to get some exposure for it in the autobuilders, so let's
> build 1 out of 15 builds with this feature enabled, at least as an
> initial step.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  utils/genrandconfig | 4 ++++
>  1 file changed, 4 insertions(+)

This patch was applied to master by Yann.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-12-05 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03 14:59 [Buildroot] [PATCH] utils/genrandconfig: test per-package directories Thomas Petazzoni
2019-12-05 22:06 ` 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.