Re: [yocto] [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional

2016-07-19 Thread Beth 'pidge' Flanagan
Merged into master. -b On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote: > 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

[yocto] [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional

2016-07-14 Thread Bill Randle
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