Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py60 def _rename_recipe_dirs(oldpv, newpv, path): argument
65 newdir = olddir.replace(oldpv, newpv)
72 newfile = oldfile.replace(oldpv, newpv)
77 def _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path): argument
80 newrecipe = '%s_%s.bb' % (bpn, newpv)
87 def _rename_recipe_files(oldrecipe, bpn, oldpv, newpv, path): argument
88 _rename_recipe_dirs(oldpv, newpv, path)
89 return _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path)
167 def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, keep_temp, tinfoil, rd… argument
177 crd.setVar('PV', newpv)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py431 (newpn, newpv, newsuffix) = new
445 newpv = self._modelate_version(newpv)
447 return bb.utils.vercmp(("0", oldpv, ""), ("0", newpv, ""))