From: Cristiana Voicu Date: Tue, 25 Feb 2014 13:30:12 +0000 (+0200) Subject: hob: append bbfiles to bblayers.conf instead of local.conf X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12946da1353dc35b5c1c4ce56315408f4f5c1edf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git hob: append bbfiles to bblayers.conf instead of local.conf [YOCTO #5118] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- 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