From: Cristiana Voicu Date: Tue, 25 Feb 2014 13:30:12 +0000 (+0200) Subject: bitbake: hob: append bbfiles to bblayers.conf instead of local.conf X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81f4dd661c64f94a6993d61d24ca73303ec8d3ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index cdf1eb5007c..46f36d8adc4 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