]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/sstatesig/find_siginfo: raise an error instead of returning None when obtaining...
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 2 Jan 2024 14:50:00 +0000 (15:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jan 2024 12:04:44 +0000 (12:04 +0000)
commit35483d4756ab53805507f72a9a0edb3f83759694
tree51eaead2242a641bce406b8f5f8d30221fb46866
parentb8b6c3ebf6821b28dd1a350ccd74e47dc4bbd593
lib/sstatesig/find_siginfo: raise an error instead of returning None when obtaining mtime

Suppressing the error and returning None can result in a delayed failure:
https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6254/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6262/steps/14/logs/stdio

It is not clear why the os.stat() error occurs to begin with (it shouldn't), so rather than
adding further workarounds, let's get diagnostics at the source first, so we understand
what is going on.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py