diff --git a/meta/classes-recipe/testimage.bbclass b/meta/classes-recipe/testimage.bbclass index 765184c180..0f02eadf57 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