Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py77 def _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path): argument
78 oldrecipe = os.path.basename(oldrecipe)
79 if oldrecipe.endswith('_%s.bb' % oldpv):
81 if oldrecipe != newrecipe:
82 shutil.move(os.path.join(path, oldrecipe), os.path.join(path, newrecipe))
84 newrecipe = oldrecipe
87 def _rename_recipe_files(oldrecipe, bpn, oldpv, newpv, path): argument
89 return _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path)