Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcve_check.py167 def update_symlinks(target_path, link_path): argument
172 if link_path != target_path and os.path.exists(target_path):
173 if os.path.exists(os.path.realpath(link_path)):
174 os.remove(link_path)
175 os.symlink(os.path.basename(target_path), link_path)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcve-check.bbclass85 def generate_json_report(d, out_path, link_path):
104 update_symlinks(out_path, link_path)
229 link_path = os.path.join(deploy_dir, "%s.cve" % link_name)
235 update_symlinks(manifest_name, link_path)
239 link_path = os.path.join(deploy_dir, "%s.json" % link_name)
245 update_symlinks(manifest_name, link_path)
H A Dicecc.bbclass292 link_path = icecc_get_tool_link(t, d)
293 if link_path == get_icecc(d):
294 … bb.error("%s is a symlink to %s in PATH and this prevents icecc from working" % (t, link_path))