All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional
@ 2016-07-14 17:05 Bill Randle
  2016-07-14 17:05 ` [yocto-autobuilder][PATCH 1/4] remote_kick.py: add default entry for new 'create_eventlog' property Bill Randle
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Bill Randle @ 2016-07-14 17:05 UTC (permalink / raw)
  To: yocto

Currently, a toaster eventlog is generated for most all machine specific
images (e.g., nightly-arm, nightly-x86, etc.) and placed in the top-level
build directory. Having it in the top level dir causes inotify overflow in
bitbake, due to the large number of changes to the file.

This set of patches (1) make generation of the eventlog optional, by
having a user selection in the Forced Build web pages, (2) places the
eventlog in build/tmp/log, instead of build and (3) adds a timestamp to
the eventlog filename since multiple event logs can be generated during
a multi-image buildset and otherwise only the last one would otherwise
be saved.

[YOCTO #9884]

Bill Randle (4):
  remote_kick.py: add default entry for new 'create_eventlog' property
  BuildImages.py: build toaster eventlog only when requested
  UploadToasterEventlog.py: handle multiple eventlog files
  buildset-config.controller: add new 'create_eventlog' forced build
    property

 bin/remote_kick.py                                 |  1 +
 buildset-config.controller/nightly-arm-lsb.conf    |  4 ++++
 buildset-config.controller/nightly-arm.conf        |  4 ++++
 buildset-config.controller/nightly-arm64.conf      |  4 ++++
 buildset-config.controller/nightly-mips-lsb.conf   |  4 ++++
 buildset-config.controller/nightly-mips.conf       |  4 ++++
 buildset-config.controller/nightly-mips64.conf     |  4 ++++
 buildset-config.controller/nightly-no-x11.conf     |  4 ++++
 buildset-config.controller/nightly-ppc-lsb.conf    |  4 ++++
 buildset-config.controller/nightly-ppc.conf        |  4 ++++
 buildset-config.controller/nightly-x32.conf        |  4 ++++
 buildset-config.controller/nightly-x86-64-lsb.conf |  4 ++++
 buildset-config.controller/nightly-x86-64.conf     |  4 ++++
 buildset-config.controller/nightly-x86-lsb.conf    |  4 ++++
 buildset-config.controller/nightly-x86.conf        |  4 ++++
 buildset-config.controller/nightly.conf            |  7 ++++++-
 .../autobuilder/buildsteps/BuildImages.py          | 24 +++++++++++++++++-----
 .../buildsteps/UploadToasterEventlog.py            | 16 +++++++++++-----
 18 files changed, 93 insertions(+), 11 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-07-19 15:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 17:05 [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional Bill Randle
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 1/4] remote_kick.py: add default entry for new 'create_eventlog' property Bill Randle
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 2/4] BuildImages.py: build toaster eventlog only when requested Bill Randle
2016-07-15 21:37   ` Joshua G Lock
2016-07-15 23:54     ` Randle, William C
2016-07-16 14:45       ` Randle, William C
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 3/4] UploadToasterEventlog.py: handle multiple eventlog files Bill Randle
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 4/4] buildset-config.controller: add new 'create_eventlog' forced build property Bill Randle
2016-07-19 15:42 ` [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional Beth 'pidge' Flanagan

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.