Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py950 def get_recipe_pv_without_srcpv(pv, uri_type): argument
960 if uri_type == 'git':
1011 uri_type, _, _, _, _, _ = decodeurl(src_uri)
1013 (pv, pfx, sfx) = get_recipe_pv_without_srcpv(rd.getVar('PV'), uri_type)
1029 elif uri_type == "file":