Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py62 def _rename_recipe_dirs(oldpv, newpv, path): argument
67 newdir = olddir.replace(oldpv, newpv)
74 newfile = oldfile.replace(oldpv, newpv)
79 def _rename_recipe_file(oldrecipe, pn, oldpv, newpv, path): argument
82 newrecipe = '%s_%s.bb' % (pn, newpv)
89 def _rename_recipe_files(oldrecipe, pn, oldpv, newpv, path): argument
90 _rename_recipe_dirs(oldpv, newpv, path)
91 return _rename_recipe_file(oldrecipe, pn, oldpv, newpv, path)
170 def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, keep_temp, tinfoil, rd… argument
181 crd.setVar('PV', newpv)
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py468 (newpn, newpv, newsuffix) = new
482 newpv = self._modelate_version(newpv)
484 return bb.utils.vercmp(("0", oldpv, ""), ("0", newpv, ""))