diff options
Diffstat (limited to 'bitbake/lib/bblayers/common.py')
| -rw-r--r-- | bitbake/lib/bblayers/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bblayers/common.py b/bitbake/lib/bblayers/common.py index c5657d3819..6c76ef3505 100644 --- a/bitbake/lib/bblayers/common.py +++ b/bitbake/lib/bblayers/common.py | |||
| @@ -17,7 +17,7 @@ class LayerPlugin(): | |||
| 17 | def tinfoil_init(self, tinfoil): | 17 | def tinfoil_init(self, tinfoil): |
| 18 | self.tinfoil = tinfoil | 18 | self.tinfoil = tinfoil |
| 19 | self.bblayers = (self.tinfoil.config_data.getVar('BBLAYERS') or "").split() | 19 | self.bblayers = (self.tinfoil.config_data.getVar('BBLAYERS') or "").split() |
| 20 | layerconfs = self.tinfoil.config_data.varhistory.get_variable_items_files('BBFILE_COLLECTIONS', self.tinfoil.config_data) | 20 | layerconfs = self.tinfoil.config_data.varhistory.get_variable_items_files('BBFILE_COLLECTIONS') |
| 21 | self.bbfile_collections = {layer: os.path.dirname(os.path.dirname(path)) for layer, path in layerconfs.items()} | 21 | self.bbfile_collections = {layer: os.path.dirname(os.path.dirname(path)) for layer, path in layerconfs.items()} |
| 22 | 22 | ||
| 23 | @staticmethod | 23 | @staticmethod |
