mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 10:18:57 +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:
parent
58206ea8d9
commit
5967a90e8a
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user