Home
last modified time | relevance | path

Searched refs:oldpv (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
64 if olddir.find(oldpv) != -1:
65 newdir = olddir.replace(oldpv, newpv)
71 if oldfile.find(oldpv) != -1:
72 newfile = oldfile.replace(oldpv, newpv)
77 def _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path): argument
79 if oldrecipe.endswith('_%s.bb' % oldpv):
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)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py430 (oldpn, oldpv, oldsuffix) = old
444 oldpv = self._modelate_version(oldpv)
447 return bb.utils.vercmp(("0", oldpv, ""), ("0", newpv, ""))