Searched refs:canonical_layerpath (Results 1 – 1 of 1) sorted by relevance
32 def bblayers_edit_cb(layerpath, canonical_layerpath): argument34 if not canonical_layerpath.endswith('/'):36 canonical_layerpath += '/'37 if not edited_layers and canonical_layerpath.endswith('/meta/'):38 canonical_layerpath = os.path.realpath(canonical_layerpath) + '/'41 result = runCmd('git rev-parse --show-toplevel', cwd=canonical_layerpath)56 if pth.startswith(canonical_layerpath):73 def bblayers_edit_cb(layerpath, canonical_layerpath): argument74 if not edited_layers and canonical_layerpath.endswith('/meta'):