mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
testimage: Only note missing target directories, don't warn
We don't need to see warnings for missing target debug directories. Just show a note in the logs instead. (From OE-Core rev: 52db25c58069c4f440da33daf0474255c9fa870b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -212,7 +212,7 @@ def get_artifacts_list(target, raw_list):
|
|||||||
raise Exception()
|
raise Exception()
|
||||||
result += output.split()
|
result += output.split()
|
||||||
except:
|
except:
|
||||||
bb.warn(f"No file/directory matching path {raw_path}")
|
bb.note(f"No file/directory matching path {raw_path}")
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user