All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] V5 Disk space monitoring
@ 2012-02-26  8:48 Robert Yang
  2012-02-26  8:48 ` [PATCH 1/3] V5 Fix finish_now when no running task Robert Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Robert Yang @ 2012-02-26  8:48 UTC (permalink / raw)
  To: bitbake-devel

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

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-26 11:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26  8:48 [PATCH 0/3] V5 Disk space monitoring Robert Yang
2012-02-26  8:48 ` [PATCH 1/3] V5 Fix finish_now when no running task Robert Yang
2012-02-26  8:48 ` [PATCH 2/3] V5 Disk space monitoring Robert Yang
2012-02-26  8:48 ` [PATCH 3/3] V5 Add config sample for disk " Robert Yang
2012-02-26 11:08 ` [PATCH 0/3] V5 Disk " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.