From e08ffebc34972e77a7ec9986645ad4a94cd405d2 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 1 May 2025 22:47:05 +0200 Subject: [PATCH] reproducibility: mark ipmiutil as known non-reproducible ipmiutil packages are not reproducible. Quick analysis: Depending whether build host OS is Debian or not, some files are present or not in packages. (e.g /usr/lib/libipmiutil.so.1 and others) Relevant logs: - https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/42/steps/32/logs/stdio - https://valkyrie.yocto.io/pub/repro-fail-openembedded/meta-oe/oe-reproducible-20250426-pazz3nt5/packages/diff-html/#reproducibleA-tmp---reproducibleA-tmp-deploy---reproducibleA-tmp-deploy-deb---reproducibleA-tmp-deploy-deb-core-------reproducibleA-tmp-deploy-deb-core-----ipmiutil-dbg_-.-.--r-_amd--.deb Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/conf/include/non-repro-meta-oe.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/conf/include/non-repro-meta-oe.inc b/meta-oe/conf/include/non-repro-meta-oe.inc index ba08749412..b926b45b0a 100755 --- a/meta-oe/conf/include/non-repro-meta-oe.inc +++ b/meta-oe/conf/include/non-repro-meta-oe.inc @@ -46,6 +46,9 @@ KNOWN_NON_REPRO_META_OE = " \ hplip-src \ iotop \ iotop-dbg \ + ipmiutil \ + ipmiutil-dbg \ + ipmiutil-dev \ jpnevulator-doc \ jsonrpc-dev \ kpatch-build \