All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: [PATCH 0/8] cooker: fixes and parsing performance improve
Date: Thu, 1 Feb 2018 23:15:21 +0800	[thread overview]
Message-ID: <cover.1517497731.git.liezhi.yang@windriver.com> (raw)

Hi RP,

These patches contain fixes for memory resident bitbake, and
parsing/loading improvement, please see the patches for details.

BTW., do we have a plan to switch to memory resident bitbake by default?
I've tested it a lot with these patches, it works well.

// Robert

The following changes since commit 385944254d0ef88bd6450a221a54cbcb40020b42:

  tcmode-default.inc: drop preferred version of gzip-native (2018-01-31 17:01:20 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/inotify
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/inotify

Robert Yang (8):
  bitbake: cooker: skip when BBFILE_PATTERN is empty
  bitbake: cooker: fix for BBFILE_PATTERN matches bbappend
  bitbake: cooker: don't stop file notifier when cooker is shutdown
  bitbake: cooker: don't preserve BB_CONSOLELOG
  bitbake: cache: improve debug message
  bitbake: parse: fixes for resolve_file()
  bitbake: cooker: fix event notifications
  bitbake: cooker: improve inotify handling

 bitbake/lib/bb/cache.py                      | 14 +++--
 bitbake/lib/bb/cooker.py                     | 79 +++++++++++++++-------------
 bitbake/lib/bb/parse/__init__.py             |  3 +-
 bitbake/lib/bb/parse/parse_py/BBHandler.py   |  3 --
 bitbake/lib/bb/parse/parse_py/ConfHandler.py |  3 --
 bitbake/lib/bb/server/process.py             |  2 +
 6 files changed, 55 insertions(+), 49 deletions(-)

-- 
2.7.4



             reply	other threads:[~2018-02-01 15:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-01 15:15 Robert Yang [this message]
2018-02-01 15:15 ` [PATCH 1/8] bitbake: cooker: skip when BBFILE_PATTERN is empty Robert Yang
2018-02-01 15:15 ` [PATCH 2/8] bitbake: cooker: fix for BBFILE_PATTERN matches bbappend Robert Yang
2018-02-01 15:15 ` [PATCH 3/8] bitbake: cooker: don't stop file notifier when cooker is shutdown Robert Yang
2018-02-01 15:15 ` [PATCH 4/8] bitbake: cooker: don't preserve BB_CONSOLELOG Robert Yang
2018-02-05  9:39   ` Richard Purdie
2018-02-08  4:18     ` Robert Yang
2018-02-01 15:15 ` [PATCH 5/8] bitbake: cache: improve debug message Robert Yang
2018-02-01 15:15 ` [PATCH 6/8] bitbake: parse: fixes for resolve_file() Robert Yang
2018-02-01 15:15 ` [PATCH 7/8] bitbake: cooker: fix event notifications Robert Yang
2018-02-02 11:19   ` Richard Purdie
2018-02-06  8:46     ` Robert Yang
2018-02-01 15:15 ` [PATCH 8/8] bitbake: cooker: improve inotify handling Robert Yang

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=cover.1517497731.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.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.