From 71520c50452cbc5094d8236a405e7ef76114d18d Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Thu, 20 Jun 2013 17:21:15 +0300 Subject: bitbake: bitbake: call the initConfiguration when reparsing As it is implemented now, when parsing the configuration files is needed, it also needs an initialization. Also, implemented a function to create an extra configuration files which can be used as postfile/prefiles when parsing. (Bitbake rev: 5fe23c1b51da14f58f8c483f43f30b48766a0913) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- bitbake/lib/bb/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/command.py') diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 43dd2f4644..17276541cc 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py @@ -396,7 +396,7 @@ class CommandsAsync: postfiles = params[1].split() command.cooker.configuration.prefile = prefiles command.cooker.configuration.postfile = postfiles - command.cooker.loadConfigurationData(tracking=True) + command.cooker.loadConfigurationData() command.finishAsyncCommand() parseConfigurationFiles.needcache = False -- cgit v1.2.3-54-g00ecf