[OE-core] [meta-oe][PATCH 1/2] buildstats: consider multiconfigs when collecting statistics.

2024-01-17 Thread Uladzimir Bely
the file names that hold statistics. Signed-off-by: Uladzimir Bely --- meta/classes/buildstats.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass index 0de605200a..b417929b61 100644 --- a/meta/classes/buildstats.bbclass

[OE-core] [meta-oe][PATCH 0/2] Buildstats improvements for using in Isar.

2024-01-17 Thread Uladzimir Bely
Isar project (https://github.com/ilbers/isar) borrows from OE some functionality including buildstats. Here are the changes that are mostly suitable to use in Isar but they should not break anything in OE/Yocto. Uladzimir Bely (2): buildstats: consider multiconfigs when collecting statistics

[OE-core] [meta-oe][PATCH 2/2] buildstats: support of custom disk usage command

2024-01-17 Thread Uladzimir Bely
es multiple 'Permission denied' warnings. Customizable disk usage command allows to deal with these issues (e.g., by adding "-x" option or "sudo" can be added). Signed-off-by: Uladzimir Bely --- meta/classes/buildstats.bbclass | 5 - 1 file change

[OE-core] [PATCH] buildstats: support of custom disk usage command

2022-01-12 Thread Uladzimir Bely
e 'Permission denied' warnings. Customizable disk usage command allows to deal with these issues (e.g., "-x" option or "sudo" can be added) in such cases. Signed-off-by: Uladzimir Bely --- meta/classes/buildstats.bbclass | 5 - 1 file changed, 4 insertions(+), 1