summaryrefslogtreecommitdiffstats
path: root/lib/layerindexlib/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/layerindexlib/cooker.py')
-rw-r--r--lib/layerindexlib/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/layerindexlib/cooker.py b/lib/layerindexlib/cooker.py
index 4ce397d88..65b23d087 100644
--- a/lib/layerindexlib/cooker.py
+++ b/lib/layerindexlib/cooker.py
@@ -93,7 +93,7 @@ class CookerPlugin(layerindexlib.plugin.IndexPlugin):
return index
collections = d.getVar('BBFILE_COLLECTIONS')
- layerconfs = d.varhistory.get_variable_items_files('BBFILE_COLLECTIONS', d)
+ layerconfs = d.varhistory.get_variable_items_files('BBFILE_COLLECTIONS')
bbfile_collections = {layer: os.path.dirname(os.path.dirname(path)) for layer, path in layerconfs.items()}
(_, bb_branch, _, _) = self._get_bitbake_info()