mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake: runqueue: Change pressure file warning to a note
The user does need to be told about this but it isn't really a warning, just something they may need to be aware of. Drop the level accordingly. (Bitbake rev: bc85c044ec250001855f2f9f0717ac031feab7c2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -180,7 +180,7 @@ class RunQueueScheduler(object):
|
|||||||
self.prev_pressure_time = time.time()
|
self.prev_pressure_time = time.time()
|
||||||
self.check_pressure = True
|
self.check_pressure = True
|
||||||
except:
|
except:
|
||||||
bb.warn("The /proc/pressure files can't be read. Continuing build without monitoring pressure")
|
bb.note("The /proc/pressure files can't be read. Continuing build without monitoring pressure")
|
||||||
self.check_pressure = False
|
self.check_pressure = False
|
||||||
else:
|
else:
|
||||||
self.check_pressure = False
|
self.check_pressure = False
|
||||||
|
|||||||
Reference in New Issue
Block a user