From 12946da1353dc35b5c1c4ce56315408f4f5c1edf Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Tue, 25 Feb 2014 15:30:12 +0200 Subject: [PATCH] hob: append bbfiles to bblayers.conf instead of local.conf [YOCTO #5118] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- lib/bb/ui/crumbs/hobeventhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/ui/crumbs/hobeventhandler.py b/lib/bb/ui/crumbs/hobeventhandler.py index cdf1eb5007c..46f36d8adc4 100644 --- a/lib/bb/ui/crumbs/hobeventhandler.py +++ b/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 -- 2.47.3