Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1421 def canonicalise_path(pth): function
1448 orig_bblayers.extend([canonicalise_path(x) for x in origvalue.split()])
1457 if fnmatch.fnmatch(canonicalise_path(layer), canonicalise_path(removelayer)):
1472 res = edit_cb(layer, canonicalise_path(layer))
1498 removelayers_canon = [canonicalise_path(layer) for layer in removelayers]
1501 layer_canon = canonicalise_path(layer)
1504 notadded_canon = [canonicalise_path(layer) for layer in notadded]
1505 addlayers[:] = [layer for layer in addlayers if canonicalise_path(layer) not in notadded_canon]