]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
testimage: Only note missing target directories, don't warn
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Jun 2023 10:50:20 +0000 (11:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Jun 2023 10:50:22 +0000 (11:50 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/classes-recipe/testimage.bbclass

index 765184c180086d84ad9814fb136855166483c47d..0f02eadf5737e8851427b98929c7d50a0d7391fb 100644 (file)
@@ -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