Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py40 def bblayers_edit_cb(layerpath, canonical_layerpath): argument
42 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)
71 if pth.startswith(canonical_layerpath):
88 def bblayers_edit_cb(layerpath, canonical_layerpath): argument
89 if not edited_layers and canonical_layerpath.endswith('/meta'):