Home
last modified time | relevance | path

Searched defs:layer_path (Results 1 – 2 of 2) 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
75 def _detect_layer(layer_path): argument
263 def check_bblayers(bblayersconf, layer_path, logger): argument
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py33 def layer_path(layername: str, d) -> pathlib.Path: function