Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-13 Thread Fabien Thomas
Thank you both for your comments. Jose, I just sent a fix with --newbuildir, it's quite convenient in this case, thx. Fabien -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61336): https://lists.yoctoproject.org/g/yocto/message/61336 Mute This

[yocto] [yocto-autobuilder-helper][PATCH] config.json : Fix repro-meta-oe layer dependency

2023-10-13 Thread Fabien Thomas
Fix meta-filesystem build issue due to hidden dependencies (not set by LAYERDEPENDS) smbnetfs(meta-filesystem) depends on samba(meta-networking) that depends on python3-dnspython (meta-python) Create new build-st dir for each layer to avoid chain of failure between steps Signed-off-by: Fabien

[yocto] [yocto-autobuilder-helper][PATCH] config.json : reproducible-meta-oe build fixes

2023-10-10 Thread Fabien Thomas
USERADD_U(G)ID_TABLES to passwd and group files. These files must exist in meta-openmbedded. - Shorten the steps shortnames to improve readability on UI. - Add a directory level for output reports, for convenience. Signed-off-by: Fabien Thomas Reviewed-by: Yoann Congal --- config.json | 107

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-06 Thread Fabien Thomas
o report the reproducibility status > > > > of all meta-openembedded recipes layer by layer. It use the same > > > > reproducible selftest than OE-Core but setting only world as target, > > > > and excluding all oecore and other openembedded layer recipes. >

[yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-02 Thread Fabien Thomas
directory is split by layers. Signed-off-by: Fabien Thomas Reviewed-by: Yoann Congal --- Changes v1->v2 : * Split builder into multiple steps, one for each openembedded layers. * Split reports output in the same way, one for each layers. * For each step, only to be tested layer and its dependanc

[yocto] [PATCH][yocto-autobuilder-helper] config.json: add reproducible-openembedded build

2023-09-28 Thread Fabien Thomas
from oecore's one. Signed-off-by: Fabien Thomas Reviewed-by: Yoann Congal --- config.json | 31 +++ 1 file changed, 31 insertions(+) diff --git a/config.json b/config.json index 05c6794..fde1b1f 100644 --- a/config.json +++ b/config.json @@ -264,6 +264,34