Home
last modified time | relevance | path

Searched refs:lconf (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py32 def _get_layer_collections(layer_path, lconf=None, data=None): argument
36 if lconf is None:
37 lconf = os.path.join(layer_path, 'conf', 'layer.conf')
47 ldata = bb.parse.handle(lconf, ldata, include=True, baseconfig=True)