diff options
Diffstat (limited to 'scripts/lib/checklayer/__init__.py')
-rw-r--r-- | scripts/lib/checklayer/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/checklayer/__init__.py b/scripts/lib/checklayer/__init__.py index aa946f3036..78c74ca6ec 100644 --- a/scripts/lib/checklayer/__init__.py +++ b/scripts/lib/checklayer/__init__.py | |||
@@ -43,7 +43,7 @@ def _get_layer_collections(layer_path, lconf=None, data=None): | |||
43 | 43 | ||
44 | ldata.setVar('LAYERDIR', layer_path) | 44 | ldata.setVar('LAYERDIR', layer_path) |
45 | try: | 45 | try: |
46 | ldata = bb.parse.handle(lconf, ldata, include=True) | 46 | ldata = bb.parse.handle(lconf, ldata, include=True, baseconfig=True) |
47 | except: | 47 | except: |
48 | raise RuntimeError("Parsing of layer.conf from layer: %s failed" % layer_path) | 48 | raise RuntimeError("Parsing of layer.conf from layer: %s failed" % layer_path) |
49 | ldata.expandVarref('LAYERDIR') | 49 | ldata.expandVarref('LAYERDIR') |