[Buildroot] [PATCH] utils/genrandconfig: test configurations with BR2_SYSTEM_ENABLE_NLS

Arnout Vandecappelle arnout at mind.be
Sun Apr 14 09:28:15 UTC 2019



On 31/03/2019 14:21, Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  utils/genrandconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/utils/genrandconfig b/utils/genrandconfig
> index a2190d6d25..6cb1bed214 100755
> --- a/utils/genrandconfig
> +++ b/utils/genrandconfig
> @@ -360,6 +360,8 @@ def gen_config(args):
>          configlines.append("BR2_PACKAGE_PYTHON_PY_ONLY=y\n")
>      if randint(0, 5) == 0:
>          configlines.append("BR2_OPTIMIZE_2=y\n")
> +    if randint(0, 4) == 0:
> +        configlines.append("BR2_SYSTEM_ENABLE_NLS=y\n")
>  
>      # Write out the configuration file
>      if not os.path.exists(args.outputdir):
> 


More information about the buildroot mailing list