Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/
H A D.gitmodules1 [submodule "roms/seabios"]
4 [submodule "roms/SLOF"]
7 [submodule "roms/ipxe"]
10 [submodule "roms/openbios"]
13 [submodule "roms/qemu-palcode"]
16 [submodule "roms/u-boot"]
19 [submodule "roms/skiboot"]
22 [submodule "roms/QemuMacDrivers"]
25 [submodule "roms/seabios-hppa"]
28 [submodule "roms/u-boot-sam460ex"]
[all …]
H A D.gitignore8 .git-submodule-status
/openbmc/qemu/scripts/
H A Dgit-submodule.sh58 CURSTATUS=$($GIT submodule status $module)
68 $GIT submodule status $m 1> /dev/null 2>&1
72 grep $m $substat > /dev/null 2>&1 || $GIT submodule status $module >> $substat
100 $GIT submodule update --init $modules 1>/dev/null
114 $GIT submodule status $modules
H A Dmake-release58 git submodule update --init --single-branch
73 (cd roms/edk2 && git submodule update --init --depth 1)
H A Darchive-source.sh41 git submodule deinit $sub_deinit
/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/
H A Dgit-submodule-test.bb2 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/git-submodule-test/"
10 SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master"
/openbmc/qemu/pc-bios/s390-ccw/
H A DMakefile131 .PHONY: git-submodule-update
132 $(SRC_PATH)/../../.git-submodule-status: git-submodule-update config-host.mak
133 Makefile: $(SRC_PATH)/../../.git-submodule-status
135 git-submodule-update:
/openbmc/qemu/tests/lcitool/
H A DMakefile.include16 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py64 submodule = "{}.{}".format(current_module, i[:-3]) variable
66 importlib.import_module(submodule)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0013-remove-clean-script.patch6 This script try to call git submodule, since we are downloading
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst72 For each URL passed to the fetcher, the fetcher calls the submodule that
191 As mentioned earlier, the URL prefix determines which fetcher submodule
192 BitBake uses. Each submodule can support different URL parameters, which
200 This submodule handles URLs that begin with ``file://``. The filename
271 This submodule handles checking out files from the CVS version control
340 This fetcher submodule fetches code from the Subversion source control
383 This fetcher submodule fetches code from the Git source control system.
493 This fetcher submodule inherits from the :ref:`Git
507 mirroring infrastructure properly. Further, the submodule sources it
516 This fetcher submodule fetches code from a
[all …]
/openbmc/openbmc-build-scripts/
H A Dqemu-build.sh67 git submodule update --init dtc
/openbmc/qemu/docs/specs/
H A Dspdm.rst43 $ git submodule init; git submodule update --recursive
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/
H A Dlibcoap_4.3.4.bb37 --without-tinydtls --without-submodule-tinydtls \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.5.rst24 - bitbake: gitsm: Error out if submodule refers to parent repo
29 - bitbake: tests/fetch: Allow handling of a file:// url within a submodule
H A Drelease-notes-4.0.6.rst40 - bitbake: gitsm: Fix regression in gitsm submodule path parsing
59 - externalsrc: git submodule--helper list unsupported
H A Dmigration-3.1.rst210 - git: ``git-am``, ``git-difftool``, ``git-submodule``, and
H A Drelease-notes-5.0.2.rst56 - devtool: modify: Catch git submodule error for go code
H A Drelease-notes-4.1.2.rst35 - bitbake: gitsm: Fix regression in gitsm submodule path parsing
H A Drelease-notes-4.0.4.rst48 - bitbake: fetch2: gitsm: fix incorrect handling of git submodule relative urls
/openbmc/libmctp/
H A DREADME.md131 imported, or as a git subtree/submodule)
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass184 …bb.process.run('git submodule foreach --recursive "git tag -f --no-sign devtool-patched"', cwd=sr…
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py248 (rev, submodule) = line.split()
249 initial_rev[os.path.relpath(submodule, srctree)] = rev
859 submodule = os.path.relpath(submodule_path, srctree)
860 initial_revs[submodule] = rev
862 commits[submodule] = stdout.split()
/openbmc/qemu/docs/devel/
H A Dcode-provenance.rst253 must also be provided, either directly, or through a git submodule link.
257 with the libvirt-ci git submodule link. The generated dockerfiles are
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dcargo-c-crates.inc134 crate://crates.io/gix-submodule/0.12.0 \
474 SRC_URI[gix-submodule-0.12.0.sha256sum] = "0f2e0f69aa00805e39d39ec80472a7e9da20ed5d73318b27925a2cc1…

12