All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] cooker: fixes and parsing performance improve
@ 2018-02-01 15:15 Robert Yang
  2018-02-01 15:15 ` [PATCH 1/8] bitbake: cooker: skip when BBFILE_PATTERN is empty Robert Yang
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Robert Yang @ 2018-02-01 15:15 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2018-02-08  4:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 15:15 [PATCH 0/8] cooker: fixes and parsing performance improve Robert Yang
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

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.