Re: [OE-core] [PATCH] rm_work.bbclass: use HOSTTOOLS 'rm' binary exclusively

2022-12-30 Thread Luis Martins
Hi, I see this was accepted for master, is it okay to port this to dunfell and kirkstone as well ? Best regards, Luís Martins On Sat, 24 Dec 2022 at 01:49, Luis Martins wrote: > The do_rm_work() task is using the first available 'rm' binary > available in PATH to remove files and f

[OE-core] [PATCH v2 4/5] buildstats*.sh: add recipe parameter to scripts

2020-03-24 Thread Luis Martins
Add option to filter the stats results for a single recipe, allowing to easilly visuality the task resource consumption per recipe. This is specially useful when debugging the performance of the overall bitbake build system. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats

[OE-core] [PATCH v2 3/5] buildstats*.sh: add accumulate parameter to scripts

2020-03-24 Thread Luis Martins
Add option to accumulate stats values per recipe, allowing to sum related values such as memory (main process + childs). This is specially useful when debugging the performance of the overall bitbake build system. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 9

[OE-core] [PATCH v2 2/5] buildstats-plot.sh: filter by task

2020-03-24 Thread Luis Martins
Extend buildstats-plot.sh script to also accept the name of the tasks as parameter. This value will be passed directly to buildstats.sh is already provides this option. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 10 -- 1 file changed, 8 insertions(+), 2

[OE-core] [PATCH v2 5/5] buildstats*.sh: fix spacing indentation in the files

2020-03-24 Thread Luis Martins
Fix indentation in buildstats.sh and buildstats-plot.sh to convert every line to 4 spaces indentation. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 56 - scripts/contrib/bb-perf/buildstats.sh | 131 +++-- 2 files changed, 94

[OE-core] [PATCH v2 1/5] buildstats-plot.sh: fix invoking buildstats.sh

2020-03-24 Thread Luis Martins
Fix the internal call to buildstats.sh by also providing the buildstats folder location in the system, which might differ from the default location. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 0/5] improvements to buildstats scripts

2020-03-24 Thread Luis Martins
convenient analysis of task performance per recipe. changes from v1 * removed unecessary "Upstream-Status: Pending" line Luis Martins (5): buildstats-plot.sh: fix invoking buildstats.sh buildstats-plot.sh: filter by task buildstats*.sh: add accumulate parameter to scripts buil

[OE-core] [PATCH 5/5] buildstats*.sh: fix spacing indentation in the files

2020-03-24 Thread Luis Martins
Fix indentation in buildstats.sh and buildstats-plot.sh to convert every line to 4 spaces indentation. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 56 - scripts/contrib/bb-perf/buildstats.sh | 131 +++-- 2

[OE-core] [PATCH 3/5] buildstats*.sh: add accumulate parameter to scripts

2020-03-24 Thread Luis Martins
Add option to accumulate stats values per recipe, allowing to sum related values such as memory (main process + childs). This is specially useful when debugging the performance of the overall bitbake build system. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf

[OE-core] [PATCH 2/5] buildstats-plot.sh: filter by task

2020-03-24 Thread Luis Martins
Extend buildstats-plot.sh script to also accept the name of the tasks as parameter. This value will be passed directly to buildstats.sh is already provides this option. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 10 -- 1 file

[OE-core] [PATCH 0/5] improvements to buildstats scripts

2020-03-24 Thread Luis Martins
convenient analysis of task performance per recipe. Luis Martins (5): buildstats-plot.sh: fix invoking buildstats.sh buildstats-plot.sh: filter by task buildstats*.sh: add accumulate parameter to scripts buildstats*.sh: add recipe parameter to scripts buildstats*.sh: fix spacing

[OE-core] [PATCH 1/5] buildstats-plot.sh: fix invoking buildstats.sh

2020-03-24 Thread Luis Martins
Fix the internal call to buildstats.sh by also providing the buildstats folder location in the system, which might differ from the default location. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 4/5] buildstats*.sh: add recipe parameter to scripts

2020-03-24 Thread Luis Martins
Add option to filter the stats results for a single recipe, allowing to easilly visuality the task resource consumption per recipe. This is specially useful when debugging the performance of the overall bitbake build system. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts