From 221ac2b25f544a500869667d8f95c6c12c80db1a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Sep 2008 20:46:17 +0000 Subject: bitbake/bitbake-dev: Sync with upstream git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5346 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/bin/bitbake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/bin') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 4492bf045b..e262d0b9b4 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -113,6 +113,8 @@ Default BBFILES are the .bb files in the current directory.""" ) cooker = bb.cooker.BBCooker(configuration) + cooker.parseConfiguration() + if configuration.profile: try: import cProfile as profile -- cgit v1.2.3-54-g00ecf