From patchwork Sun Feb 26 08:48:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/3] V5 Disk space monitoring Date: Sun, 26 Feb 2012 08:48:13 -0000 From: Robert Yang X-Patchwork-Id: 22077 Message-Id: To: Hi Richard, Thank you very much for your detailed review, here is V5, please take your review. Changes: * Add the patch "Fix finish_now when no running task" which is from you. * Change the code as you suggested. * Change the default disk interval value from "10M,50" to "50M,5K", this seems a reasonable value during the testing(not too many or few warnings). * Add more explanations in local.conf.sample // Robert The following changes since commit 2ff96d664e8e003f64de42187fce9ad0f9646070: crumbs: add back progress implementation for depexp (2012-02-25 11:55:45 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/disk-space-monitor http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/disk-space-monitor Robert Yang (3): Fix finish_now when no running task Disk space monitoring Add config sample for disk space monitoring bitbake/lib/bb/monitordisk.py | 237 +++++++++++++++++++++++++++++++++++++ bitbake/lib/bb/runqueue.py | 14 ++ meta-yocto/conf/local.conf.sample | 33 +++++ 3 files changed, 284 insertions(+), 0 deletions(-) create mode 100644 bitbake/lib/bb/monitordisk.py