mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 21:43:07 +00:00
siteinfo.bbclass: Change note to a debug message
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@947 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
eeb1bee524
commit
5285430f17
@ -90,7 +90,7 @@ def siteinfo_get_files(d):
|
||||
if os.path.exists(fname):
|
||||
sitefiles += fname + " "
|
||||
|
||||
bb.note("SITE files " + sitefiles);
|
||||
bb.debug(1, "SITE files " + sitefiles);
|
||||
return sitefiles
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user