[bitbake-devel] [RFC PATCH 0/3] Tracking parsed configuration files

Joshua Lock josh at linux.intel.com
Wed Jul 27 04:46:08 UTC 2011


All,

This series attempts to address Yocto bug 1246: "Configuration changes could
be saved to a file the cooker isn't using".

It's an ugly series and the issue will only present itself if users run the
UI trough alternative ways. My main issue is that we can't easily track all
loaded conf files at parseConfigurationFiles time so it feels a little
brittle.

Thoughts? Comments?

Regards,
Joshua

Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.

The following changes since commit 2650be190afc05f9472aca8b11af99205a342838:

  ui/crumbs/tasklistmodel: fix loading a saved recipe (2011-07-26 09:42:28 -0700)

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

Joshua Lock (3):
  cooker: track conf files parsed outside of the usual bitbake.conf
    inclusion
  cooker|event: notify if pre/post file in ConfigFilePathFound event
  ui/crumbs/[hobeventhandler|configurator]: don't use unparsed files

 lib/bb/cooker.py                    |   10 +++++++++-
 lib/bb/event.py                     |    3 ++-
 lib/bb/ui/crumbs/configurator.py    |    8 ++++----
 lib/bb/ui/crumbs/hobeventhandler.py |    6 ++++--
 4 files changed, 19 insertions(+), 8 deletions(-)

-- 
1.7.6





More information about the bitbake-devel mailing list