]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-dev: Use the default task if 'None' asked for
authorRob Bradford <rob@linux.intel.com>
Tue, 28 Oct 2008 12:06:05 +0000 (12:06 +0000)
committerRob Bradford <rob@linux.intel.com>
Tue, 28 Oct 2008 12:06:05 +0000 (12:06 +0000)
commit526d996a02cd788f025b3f79ff2935d21806f36f
tree31fe7ab370e30be6ebaed71b12f7923ad2c03900
parent0b6fdfb14d7de5d087055574beb3abfd7d9e6931
bitbake-dev: Use the default task if 'None' asked for

Since the default task is not known/available until the configuration files
are parsed we may return None when the UI requests getCmdLine. We can enforce
the use of the default by querying it again after the configuration is
parsed/cache updated.
bitbake-dev/lib/bb/cooker.py