[yocto] [PATCH] Documentation: unify the spacing for questions in various places e.g. before the [Y/n] there should be a space, and before "?" there should be none. Unify the questions where the syste

2019-03-29 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- documentation/kernel-dev/kernel-dev-common.xml| 2 +- documentation/sdk-manual/sdk-extensible.xml | 2 +- documentation/sdk-manual/sdk-using.xml| 2 +- meta

[yocto] [feature request] avoid getting the server stuck because of high "-j" value

2017-08-04 Thread Gianfranco Costamagna
Hello Yocto developers! recently I found a really nice make feature, that tunes at runtime the number of parallel execution jobs, according to the current system load [1]. I think such a feature would be really nice on server were multiple yocto builds are run in parallel, and when people

[yocto] feature request: avoid getting the server stuck because of high "-j" value

2017-08-06 Thread Gianfranco Costamagna
Hello Yocto developers! recently I found a really nice make feature, that tunes at runtime the number of parallel execution jobs, according to the current system load [1]. I think such a feature would be really nice on server were multiple yocto builds are run in parallel, and when people forg

Re: [yocto] Runtime Dependencies dependent on lowercase recipe name?

2017-08-24 Thread Gianfranco Costamagna
Hello, >Now the strange thing happens: copy the helloworld_0.1.bb to >Helloworld_0.1.bb >So the only difference is the lowercase vs capital "H" in the recipe name. welcome to the club! https://bugzilla.yoctoproject.org/show_bug.cgi?id=11592 Hopefully we will have a big red warning/error when we

Re: [yocto] [feature request] avoid getting the server stuck because of high "-j" value

2017-08-24 Thread Gianfranco Costamagna
Thanks you all for the valuable answers! cheers, Gianfranco -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH] Make CMDLINE overridable from outside

2017-05-01 Thread Gianfranco Costamagna
currently there is no way to override the default CMDLINE, lets set if only if not already set from outside Signed-off-by: Gianfranco Costamagna --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH] Make CMDLINE overridable from outside

2017-05-01 Thread Gianfranco Costamagna
currently there is no way to override the default CMDLINE, lets set if only if not already set from outside Signed-off-by: Gianfranco Costamagna --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux