Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py986 def get_recipe_pv_with_pfx_sfx(pv, uri_type): argument
995 if uri_type == 'git':
1046 uri_type, _, _, _, _, _ = decodeurl(src_uri)
1048 (pv, pfx, sfx) = get_recipe_pv_with_pfx_sfx(rd.getVar('PV'), uri_type)
1064 elif uri_type == "file":