[Buildroot] [PATCH 3/7 v3] conf: add a sample run-time configuration file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Nov 28 14:28:27 UTC 2015


Yann,

On Fri, 27 Nov 2015 23:39:10 +0100, Yann E. MORIN wrote:
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> ---
>  conf/buildroot-autobuild.sample | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 conf/buildroot-autobuild.sample
> 
> diff --git a/conf/buildroot-autobuild.sample b/conf/buildroot-autobuild.sample
> new file mode 100644
> index 0000000..dcb74b1
> --- /dev/null
> +++ b/conf/buildroot-autobuild.sample
> @@ -0,0 +1,5 @@
> +[main]
> +ninstances = 4
> +njobs = 4
> +nice = 20

From man nice(1):

   Niceness values range  from  -20 (most favorable to the process) to
   19 (least favorable to the process).

So I've changed your example nice value from 20 to 19, and then applied
to buildroot-test.

Thanks!

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



More information about the buildroot mailing list