From b844a4292bdf364b3b56796f3b541c1d4a622850 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Mon, 11 Mar 2013 15:06:58 +0200 Subject: bitbake: hob: some settings in Hob are not remembered Some settings in Hob were not saved in Bitbake and they were not displayed correcty in Hob, because Hob used some other variables with the extension "_HOB". I have removed this, in order to have a consistency for the variables. ALso, I called a function to load the extra variables saved in .hob/template_default.hob. [YOCTO #3957] (Bitbake rev: 0f62a12ef3fa4daf8f3a289c984115302b75c23d) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- bitbake/lib/bb/command.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bitbake/lib/bb/command.py') diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 59336bbee7..3abdd0c649 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py @@ -205,13 +205,6 @@ class CommandsSync: """ return bb.utils.cpu_count() - def setConfFilter(self, command, params): - """ - Set the configuration file parsing filter - """ - filterfunc = params[0] - bb.parse.parse_py.ConfHandler.confFilters.append(filterfunc) - def matchFile(self, command, params): fMatch = params[0] return command.cooker.matchFile(fMatch) -- cgit v1.2.3-54-g00ecf