diff options
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index cdf1eb5007..46f36d8adc 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py  | |||
| @@ -505,7 +505,7 @@ class HobHandler(gobject.GObject): | |||
| 505 | bbfiles = self.runCommand(["getVariable", "BBFILES", "False"]) or "" | 505 | bbfiles = self.runCommand(["getVariable", "BBFILES", "False"]) or "" | 
| 506 | bbfiles = bbfiles.split() | 506 | bbfiles = bbfiles.split() | 
| 507 | if val not in bbfiles: | 507 | if val not in bbfiles: | 
| 508 | self.append_var_in_file("BBFILES", val, "local.conf") | 508 | self.append_var_in_file("BBFILES", val, "bblayers.conf") | 
| 509 | 509 | ||
| 510 | def get_parameters(self): | 510 | def get_parameters(self): | 
| 511 | # retrieve the parameters from bitbake | 511 | # retrieve the parameters from bitbake | 
