Searched refs:gitmodules (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | gitsm.py | 49 def parse_gitmodules(gitmodules): argument 52 for line in gitmodules.splitlines(): 67 …gitmodules = 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 D | externalsrc.bbclass | 232 …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 D | release-notes-4.0.8.rst | 47 - devtool: fix devtool finish when gitmodules file is empty
|
| H A D | release-notes-4.0.7.rst | 59 - externalsrc: fix lookup for .gitmodules
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 180 as well as the .gitmodules file, but will not create a new commit.
|