Home
last modified time | relevance | path

Searched full:submodules (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/scripts/
H A Dgit-submodule.sh31 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 Darchive-source.sh5 # Archive source tree, including submodules. This is created for test code to
25 # 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 Dmake-release63 # Fetch edk2 submodule's submodules, since it won't have access to them via
69 # Although we don't necessarily need all of the submodules that EDK2
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py2 BitBake 'Fetch' git submodules implementation
4 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 Dexternalsrc.py30 # test with git without submodules
37 # test with git with submodules
H A Darchiver.py295 Test that the archiver correctly handles git submodules with
320 Test that the archiver correctly handles git submodules with
/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/
H A Dgitunpackoffline.inc1 SUMMARY = "Test recipe for fetching git submodules"
/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/
H A Dgit-submodule-test.bb1 SUMMARY = "Test recipe for fetching git submodules"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/
H A D0001-CMakeLists.txt-fix-googletest-related-options.patch8 currently used googletest submodules and gtest is indeed installed with leveldb
/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml81 script: # Clone the required submodules and build OpenSBI
/openbmc/openbmc-build-scripts/config/
H A D.gitlint79 # This is useful for when developers often erroneously edit certain files or git submodules.
/openbmc/qemu/
H A D.travis.yml44 submodules: false
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst496 repository's submodules. :term:`SRC_URI` is passed to the Git fetcher as
505 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 Dbitbake-user-manual-ref-variables.rst1474 submodules. Depending on the fetcher BitBake uses, various URL
1511 - ``gitsm://``: Fetches submodules from a Git revision control
/openbmc/openbmc/poky/scripts/
H A Doe-setup-layers111 …print("Repo {} contains submodules, use 'git submodule update' to ensure they are up to date".form…
/openbmc/qemu/docs/devel/testing/
H A Dacpi-bits.rst37 the dependent submodules. This fork contains numerous fixes, a newer
/openbmc/qemu/docs/
H A Dimage-fuzzer.txt105 Qcow2 contains two submodules: fuzz.py and layout.py.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.3.rst39 - bblayers/makesetup: skip git repos that are submodules
H A Drelease-notes-5.0.rst243 - Add support for Git submodules.
H A Drelease-notes-5.1.rst60 submodules checked out.
/openbmc/qemu/docs/devel/
H A Dcodebase.rst165 QEMU submodules used by QEMU build system.
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.85.1.bb149 config.set("build", "submodules", e(False))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py64 submodules of the specified module in order to check for the specified
/openbmc/qemu/block/
H A Ddmg.c476 * NB: if uncompress submodules are absent, in dmg_open()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1148 # URL with ssh submodules
1257 …""" 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

12