diff mbox series

[meta-oe,v2,1/4] reproducibility: mark ipmiutil as known non-reproducible

Message ID 20250501204708.10398-1-yoann.congal@smile.fr
State Under Review
Headers show
Series [meta-oe,v2,1/4] reproducibility: mark ipmiutil as known non-reproducible | expand

Commit Message

Yoann Congal May 1, 2025, 8:47 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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 <yoann.congal@smile.fr>

---
v1->v2: added quick analysis.
---
 meta-oe/conf/include/non-repro-meta-oe.inc | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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 \