All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: Re: [dizzy 0/7] inotify patchset back-port
Date: Fri, 10 Apr 2015 18:47:55 -0700	[thread overview]
Message-ID: <55287D4B.9090602@gmail.com> (raw)
In-Reply-To: <1428677827-12371-1-git-send-email-alexandru.damian@intel.com>


Is there a [dizzy 1/7] ?

- armin
On 04/10/2015 07:57 AM, Alex DAMIAN wrote:
> From: Alexandru DAMIAN <alexandru.damian@intel.com>
>
>
> Hello,
>
> This is the backport of the inotify patchset that allows the bitbake
> server to read files (configuration and recipes) modified while it is running.
>
> This backport allows proper Toaster experience for Yocto Project 1.7 Dizzy users.
>
> I've tested this patch both functionally and performance-wise, and I could not
> find any obvious bugs.
>
> Thank you,
> Alex
>
> Alexandru DAMIAN (1):
>    cooker: read file watches on server idle
>
> Richard Purdie (6):
>    bitbake: Add pyinotify to lib/
>    cooker/cache/parse: Implement pyinofity based reconfigure
>    cooker: Fix pyinotify handling of ENOENT issues
>    cooker: Further optimise pyinotify
>    cooker: Improve pyinotify performance
>    cooker/server: Fix up 100% CPU usage at idle
>
>   lib/bb/cache.py          |    5 +-
>   lib/bb/cooker.py         |   79 +-
>   lib/bb/parse/__init__.py |    5 +
>   lib/bb/server/process.py |    3 +
>   lib/bb/server/xmlrpc.py  |    3 +
>   lib/pyinotify.py         | 2416 ++++++++++++++++++++++++++++++++++++++++++++++
>   6 files changed, 2508 insertions(+), 3 deletions(-)
>   create mode 100644 lib/pyinotify.py
>


  parent reply	other threads:[~2015-04-11  1:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 14:57 [dizzy 0/7] inotify patchset back-port Alex DAMIAN
2015-04-10 14:57 ` [dizzy 2/7] cooker/cache/parse: Implement pyinofity based reconfigure Alex DAMIAN
2015-04-10 14:57 ` [dizzy 3/7] cooker: Fix pyinotify handling of ENOENT issues Alex DAMIAN
2015-04-10 14:57 ` [dizzy 4/7] cooker: Further optimise pyinotify Alex DAMIAN
2015-04-10 14:57 ` [dizzy 5/7] cooker: Improve pyinotify performance Alex DAMIAN
2015-04-10 14:57 ` [dizzy 6/7] cooker: read file watches on server idle Alex DAMIAN
2015-04-10 14:57 ` [dizzy 7/7] cooker/server: Fix up 100% CPU usage at idle Alex DAMIAN
2015-04-10 17:01 ` [dizzy 0/7] inotify patchset back-port akuster808
2015-04-11  1:47 ` akuster808 [this message]
2015-04-11  2:12 ` akuster808
2015-04-13 13:06   ` Damian, Alexandru

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55287D4B.9090602@gmail.com \
    --to=akuster808@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.