mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02: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:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user