We don't need to see warnings for missing target debug directories. Just show a note in the logs instead.
Signed-off-by: Richard Purdie <[email protected]> --- meta/classes-recipe/testimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/testimage.bbclass b/meta/classes-recipe/testimage.bbclass index 765184c1800..0f02eadf573 100644 --- a/meta/classes-recipe/testimage.bbclass +++ b/meta/classes-recipe/testimage.bbclass @@ -212,7 +212,7 @@ def get_artifacts_list(target, raw_list): raise Exception() result += output.split() except: - bb.warn(f"No file/directory matching path {raw_path}") + bb.note(f"No file/directory matching path {raw_path}") return result -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183054): https://lists.openembedded.org/g/openembedded-core/message/183054 Mute This Topic: https://lists.openembedded.org/mt/99586735/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
