Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py49 def parse_gitmodules(gitmodules): argument
52 for line in gitmodules.splitlines():
67gitmodules = runfetchcmd("%s show %s:.gitmodules" % (ud.basecmd, ud.revisions[name]), d, quiet=Tru…
72 for m, md in parse_gitmodules(gitmodules).items():
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dexternalsrc.bbclass232 …if os.path.exists(os.path.join(s_dir, ".gitmodules")) and os.path.getsize(os.path.join(s_dir, ".gi…
233 …submodule_helper = subprocess.check_output(["git", "config", "--file", ".gitmodules", "--get-regex…
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst47 - devtool: fix devtool finish when gitmodules file is empty
H A Drelease-notes-4.0.7.rst59 - externalsrc: fix lookup for .gitmodules
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch180 as well as the .gitmodules file, but will not create a new commit.