summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bblayers/action.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bblayers/action.py b/bitbake/lib/bblayers/action.py
index aa575d1c09..a3f658f931 100644
--- a/bitbake/lib/bblayers/action.py
+++ b/bitbake/lib/bblayers/action.py
@@ -45,7 +45,7 @@ class ActionPlugin(LayerPlugin):
45 notadded, _ = bb.utils.edit_bblayers_conf(bblayers_conf, layerdirs, None) 45 notadded, _ = bb.utils.edit_bblayers_conf(bblayers_conf, layerdirs, None)
46 if not (args.force or notadded): 46 if not (args.force or notadded):
47 try: 47 try:
48 self.tinfoil.parseRecipes() 48 self.tinfoil.run_command('parseConfiguration')
49 except bb.tinfoil.TinfoilUIException: 49 except bb.tinfoil.TinfoilUIException:
50 # Restore the back up copy of bblayers.conf 50 # Restore the back up copy of bblayers.conf
51 shutil.copy2(backup, bblayers_conf) 51 shutil.copy2(backup, bblayers_conf)