summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/monitordisk.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-6/+6
* bitbake: monitordisk: add eventPatrick Ohly2016-12-071-0/+8
* bitbake: monitordisk.py: minor code and comment cleanupPatrick Ohly2016-12-071-9/+6
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-2/+2
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: monitordisk: don't log when not monitoring a filesystem for inodesRoss Burton2014-09-291-4/+2
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-6/+6
* bitbake: monitordisk: lower inode check warning to noteOlof Johansson2013-10-181-1/+1
* bitbake: lib/bb/monitordisk.py: fix spelling in error textErik Botö2013-10-021-2/+2
* bitbake: monitordisk.py: disable inode checking for btrfsRobert Yang2013-04-151-1/+1
* bitbake: monitordisk.py: monitor disks based on pathRobert Yang2013-03-191-32/+41
* bitbake: monitordisk.py: disable the inode checking for some fsRobert Yang2013-02-151-1/+8
* bitbake: monitordisk: fire event DISKFULL when terminate buildKang Kai2012-08-021-0/+5
* diskspace monitor: assign a default value when only of the interval is setRobert Yang2012-04-111-2/+9
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-2/+2
* V5 Disk space monitoringRobert Yang2012-02-261-0/+237