Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py32 def bblayers_edit_cb(layerpath, canonical_layerpath): argument
34 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): argument
74 if not edited_layers and canonical_layerpath.endswith('/meta'):