]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-dev: Refactor configuration file parsing
authorRob Bradford <rob@linux.intel.com>
Tue, 28 Oct 2008 11:27:58 +0000 (11:27 +0000)
committerRob Bradford <rob@linux.intel.com>
Tue, 28 Oct 2008 11:40:03 +0000 (11:40 +0000)
commit0b6fdfb14d7de5d087055574beb3abfd7d9e6931
tree8de03f9c2944de43908602ad59d5c5fb27c9b44e
parent0b9da42bb5c2355fe6b2a71f3a4970ac46118caa
bitbake-dev: Refactor configuration file parsing

Separate the parsing of the configuration files / recipes into a separate
function to the parsing of the command line. This parsing of the configuration
files now happens when updateCache() is called.

Some functionality has been moved from parseConfiguration() to __init__.
bitbake-dev/lib/bb/cooker.py