Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/3] V2: hob check disk size
@ 2012-07-26  9:39 Kang Kai
  2012-07-26  9:39 ` [PATCH 1/3] monitordisk: update check() to return a dict Kang Kai
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kang Kai @ 2012-07-26  9:39 UTC (permalink / raw)
  To: richard.purdie; +Cc: bitbake-devel, Zhenfeng.Zhao

Hi Richard,

This version 2 update to create a new event DiskFull to descript the termination by disk monitor.
The event DiskFull records the information of which device, lack of disk or inode, free space left
and mount point as you comment in previous letter.

Update hob to deal event DiskFull. Because the detail log could be seen in log tab, I didn't change
the hob code too much.

Regards,
Kai

The following changes since commit 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c:

  documentation: Updated the h6 style to use a larger font (2012-07-24 10:35:34 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/hob-check-size
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/hob-check-size

Kang Kai (3):
  monitordisk: update check() to return a dict
  cooker: send event when terminated by disk monitor
  hob: deal event DiskFull

 bitbake/lib/bb/cooker.py                 |   14 ++++++++++++--
 bitbake/lib/bb/event.py                  |    8 ++++++++
 bitbake/lib/bb/monitordisk.py            |   25 +++++++++++++++++++++++--
 bitbake/lib/bb/runqueue.py               |    9 +++++----
 bitbake/lib/bb/ui/crumbs/builder.py      |    4 ++++
 bitbake/lib/bb/ui/crumbs/runningbuild.py |   11 +++++++++++
 6 files changed, 63 insertions(+), 8 deletions(-)

-- 
1.7.5.4




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

end of thread, other threads:[~2012-07-27  9:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26  9:39 [PATCH 0/3] V2: hob check disk size Kang Kai
2012-07-26  9:39 ` [PATCH 1/3] monitordisk: update check() to return a dict Kang Kai
2012-07-26  9:39 ` [PATCH 2/3] cooker: send event when terminated by disk monitor Kang Kai
2012-07-26 10:32   ` Richard Purdie
2012-07-27  9:33     ` Kang Kai
2012-07-26  9:39 ` [PATCH 3/3] hob: deal event DiskFull Kang Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox