From 81f4dd661c64f94a6993d61d24ca73303ec8d3ec Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Tue, 25 Feb 2014 15:30:12 +0200 Subject: bitbake: hob: append bbfiles to bblayers.conf instead of local.conf [YOCTO #5118] (Bitbake rev: 12946da1353dc35b5c1c4ce56315408f4f5c1edf) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): bbfiles = self.runCommand(["getVariable", "BBFILES", "False"]) or "" bbfiles = bbfiles.split() if val not in bbfiles: - self.append_var_in_file("BBFILES", val, "local.conf") + self.append_var_in_file("BBFILES", val, "bblayers.conf") def get_parameters(self): # retrieve the parameters from bitbake -- cgit v1.2.3-54-g00ecf