All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Store a list of parsed configuration files
@ 2011-08-02 18:51 Joshua Lock
  2011-08-02 18:51 ` [PATCH 1/2] bb/parse: track parsed configuration files in __BB_PARSED_CONF Joshua Lock
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joshua Lock @ 2011-08-02 18:51 UTC (permalink / raw)
  To: bitbake-devel

This series addresses Yocto #1246 "Configuration changes could be saved to a
file the cooker isn't using" by having the parser store a list of
configuration files it has parsed in the data object and then switching the
cooker to verify against this list that the found file was parsed before
emitting the ConfigFilePathFound event.

The following changes since commit 1009ca570a750a00b0e60afcc30ead070c7b310a:

  hob: remove temporary directory on program shutdown (2011-07-30 12:21:18 -0700)

are available in the git repository at:
  git://github.com/incandescant/bitbake configfiles
  https://github.com/incandescant/bitbake/tree/configfiles

Joshua Lock (2):
  bb/parse: track parsed configuration files in __BB_PARSED_CONF
  bb/cooker: only emit ConfigFilePathFound for files which were parsed

 lib/bb/cooker.py                     |   18 +++++++++++++++++-
 lib/bb/parse/__init__.py             |   12 +++++++++++-
 lib/bb/parse/parse_py/ConfHandler.py |    2 ++
 3 files changed, 30 insertions(+), 2 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2011-08-08 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 18:51 [PATCH 0/2] Store a list of parsed configuration files Joshua Lock
2011-08-02 18:51 ` [PATCH 1/2] bb/parse: track parsed configuration files in __BB_PARSED_CONF Joshua Lock
2011-08-02 18:51 ` [PATCH 2/2] bb/cooker: only emit ConfigFilePathFound for files which were parsed Joshua Lock
2011-08-05 17:12 ` [PATCH 0/2] Store a list of parsed configuration files Richard Purdie
2011-08-05 18:07   ` Joshua Lock
2011-08-08 17:07     ` Richard Purdie

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.