Home
last modified time | relevance | path

Searched defs:repodir (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dimage-manifest108 def get_git_remote_branch(repodir): argument
118 def get_git_head_commit(repodir): argument
128 def get_git_repo_url(repodir, remote='origin'): argument
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcombo-layer39 def get_current_branch(repodir=None): argument
480 def check_repo_clean(repodir): argument
546 def check_rev_branch(component, repodir, rev, branch): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py190 def setup_git_repo(repodir, version, devbranch, basetag='devtool-base', d=None): argument
364 def check_git_repo_dirty(repodir): argument
H A Dstandard.py368 def _git_ls_tree(repodir, treeish='HEAD', recursive=False): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py104 def git_convert_standalone_clone(repodir): argument