diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-02-25 15:30:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:48:40 +0000 |
commit | 81f4dd661c64f94a6993d61d24ca73303ec8d3ec (patch) | |
tree | 02a847a85b8443534ea75354ae1679d9cdcabbfd /bitbake | |
parent | 2557667aa0961c360ec31079ab3e4860458f842c (diff) | |
download | poky-81f4dd661c64f94a6993d61d24ca73303ec8d3ec.tar.gz |
bitbake: hob: append bbfiles to bblayers.conf instead of local.conf
[YOCTO #5118]
(Bitbake rev: 12946da1353dc35b5c1c4ce56315408f4f5c1edf)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 |