| /openbmc/qemu/scripts/ | 
| H A D | git-submodule.sh | 31     echo "Unable to automatically checkout GIT submodules '$modules'."38     echo "and then manually update submodules prior to running make, with:"
 47         echo "GIT submodules checkout is out of date, and submodules"
 96         echo "$0: unexpectedly called with submodules but $no_git_error"
 
 | 
| H A D | archive-source.sh | 5 # Archive source tree, including submodules. This is created for test code to25 # We want a predictable list of submodules for builds, that is
 49     if ! git diff-index --quiet --ignore-submodules=all HEAD -- &>/dev/null
 
 | 
| H A D | make-release | 63 # Fetch edk2 submodule's submodules, since it won't have access to them via69 # Although we don't necessarily need all of the submodules that EDK2
 
 | 
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ | 
| H A D | gitsm.py | 2 BitBake 'Fetch' git submodules implementation4 Inherits from and extends the Git fetcher to retrieve submodules of a git repository
 39         Iterate over all of the submodules in this repository and execute
 43         submodules = []
 64         # Collect the defined submodules, and their attributes
 68             # No submodules to update
 83             submodules.append(m)
 95         for module in submodules:
 147         return submodules != []
 185             logger.debug('gitsm: Submodules requiring update: %s' % (' '.join(need_update_list)))
 [all …]
 
 | 
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ | 
| H A D | externalsrc.py | 30         # test with git without submodules37         # test with git with submodules
 
 | 
| H A D | archiver.py | 295         Test that the archiver correctly handles git submodules with320         Test that the archiver correctly handles git submodules with
 
 | 
| /openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/ | 
| H A D | gitunpackoffline.inc | 1 SUMMARY = "Test recipe for fetching git submodules"
 | 
| /openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/ | 
| H A D | git-submodule-test.bb | 1 SUMMARY = "Test recipe for fetching git submodules"
 | 
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/ | 
| H A D | 0001-CMakeLists.txt-fix-googletest-related-options.patch | 8   currently used googletest submodules and gtest is indeed installed with leveldb
 | 
| /openbmc/qemu/.gitlab-ci.d/ | 
| H A D | opensbi.yml | 81   script: # Clone the required submodules and build OpenSBI
 | 
| /openbmc/openbmc-build-scripts/config/ | 
| H A D | .gitlint | 79 # This is useful for when developers often erroneously edit certain files or git submodules.
 | 
| /openbmc/qemu/ | 
| H A D | .travis.yml | 44   submodules: false
 | 
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ | 
| H A D | bitbake-user-manual-fetching.rst | 496 repository's submodules. :term:`SRC_URI` is passed to the Git fetcher as505    The Git Submodules fetcher is not a complete fetcher implementation.
 829 Fetch submodules also exist for the following:
 846 submodules. However, you might find the code helpful and readable.
 
 | 
| H A D | bitbake-user-manual-ref-variables.rst | 1474       submodules. Depending on the fetcher BitBake uses, various URL1511       -  ``gitsm://``: Fetches submodules from a Git revision control
 
 | 
| /openbmc/openbmc/poky/scripts/ | 
| H A D | oe-setup-layers | 111 …print("Repo {} contains submodules, use 'git submodule update' to ensure they are up to date".form…
 | 
| /openbmc/qemu/docs/devel/testing/ | 
| H A D | acpi-bits.rst | 37 the dependent submodules.  This fork contains numerous fixes, a newer
 | 
| /openbmc/qemu/docs/ | 
| H A D | image-fuzzer.txt | 105 Qcow2 contains two submodules: fuzz.py and layout.py.
 | 
| /openbmc/openbmc/poky/documentation/migration-guides/ | 
| H A D | release-notes-4.1.3.rst | 39 -  bblayers/makesetup: skip git repos that are submodules
 | 
| H A D | release-notes-5.0.rst | 243    -  Add support for Git submodules.
 | 
| H A D | release-notes-5.1.rst | 60       submodules checked out.
 | 
| /openbmc/qemu/docs/devel/ | 
| H A D | codebase.rst | 165   QEMU submodules used by QEMU build system.
 | 
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ | 
| H A D | rust_1.85.1.bb | 149     config.set("build", "submodules", e(False))
 | 
| /openbmc/openbmc/poky/bitbake/lib/bb/ | 
| H A D | main.py | 64     submodules of the specified module in order to check for the specified
 | 
| /openbmc/qemu/block/ | 
| H A D | dmg.c | 476      * NB: if uncompress submodules are absent,  in dmg_open()
 | 
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ | 
| H A D | fetch.py | 1148         # URL with ssh submodules1257 …""" Prevent regression on deeply nested submodules not being checked out properly, even though the…
 1259         # This repository also has submodules where the module (name), path and url do not align
 2423         # Verify that LFS objects referenced from submodules are fetched and checked out
 2471         # Verify that LFS objects referenced from submodules are not fetched nor checked out
 
 |