Searched refs:canonical_layerpath (Results 1 – 1 of 1) sorted by relevance
40 def bblayers_edit_cb(layerpath, canonical_layerpath): argument42 if not canonical_layerpath.endswith('/'):44 canonical_layerpath += '/'45 if not edited_layers and canonical_layerpath.endswith('/meta/'):46 canonical_layerpath = os.path.realpath(canonical_layerpath) + '/'52 runCmd('git rev-parse --is-inside-work-tree', cwd=canonical_layerpath)56 result = runCmd('git rev-parse --show-toplevel', cwd=canonical_layerpath)69 canonical_layerpath_scripts = os.path.normpath(canonical_layerpath + "../scripts")75 … if pth.startswith(canonical_layerpath) or pth.startswith(canonical_layerpath_scripts):92 def bblayers_edit_cb(layerpath, canonical_layerpath): argument[all …]