Message ID | 20250430220401.4149372-1-yoann.congal@smile.fr |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/4] reproducibility: mark ipmiutil as known non-reproducible | expand |
On Wed, Apr 30, 2025 at 3:04 PM Yoann Congal via lists.openembedded.org <yoann.congal=smile.fr@lists.openembedded.org> wrote: > > From: Yoann Congal <yoann.congal@smile.fr> > > ipmiutil packages are not reproducilble. > > 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 > these links are temporary and they might disappear in some time. I am not sure about the Yocto AB build retention policy. It will be good to add relevant info in the commit itself along with links. > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > --- > 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 \ > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117262): https://lists.openembedded.org/g/openembedded-devel/message/117262 > Mute This Topic: https://lists.openembedded.org/mt/112550095/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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 \