]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
insane: unimplemented-ptest: ignore source file errors
authorYoann Congal <yoann.congal@smile.fr>
Mon, 16 Oct 2023 15:51:13 +0000 (17:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Oct 2023 09:54:39 +0000 (10:54 +0100)
commit85ddbb67f0f6f823cac0966db78e5b74c5a54c4c
treeff4234647b905c908231b0ea70f9a085c49ba841
parent9a2d2f7c2b7236667a6d80355f73db4c27e6582e
insane: unimplemented-ptest: ignore source file errors

In some cases, pathlib.Path.glob() might throw FileNotFoundError when
file/directory disappear while it is iterating over them.

This "warning" is not important enough to crash build in this case so
just take a bb.note of the problem and move on.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reported-by: Mark Hatle <mark.hatle@amd.com>
Closes: https://lists.openembedded.org/g/openembedded-core/message/189254
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/insane.bbclass