Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 25 of 39) 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-release57 git submodule update --init --single-branch
62 # Fetch edk2 submodule's submodules, since it won't have access to them via
66 # don't necessarily have much control over how a submodule handles its
67 # submodule dependencies, so we continue to handle these on a case-by-case
70 git submodule update --init --depth 1 -- \
H A Darchive-source.sh40 git submodule deinit $sub_deinit
/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/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/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/qemu/tests/lcitool/
H A DMakefile.include16 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
/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/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx27-pinctrl.txt32 gpio_oconf configures the gpio submodule output signal. This does not
43 gpio_iconfa/b configures the gpio submodule input to functionblocks A and
/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/linux/Documentation/devicetree/bindings/rtc/
H A Drtc-palmas.txt6 - interrupts: Interrupt number of RTC submodule on device.
/openbmc/qemu/docs/specs/
H A Dspdm.rst43 $ git submodule init; git submodule update --recursive
/openbmc/openbmc-build-scripts/
H A Dqemu-build.sh67 git submodule update --init dtc
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dti,palmas-pwrbutton.txt12 - interrupts: Interrupt number of power button submodule on device.
/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
/openbmc/libmctp/
H A DREADME.md105 imported, or as a git subtree/submodule)
/openbmc/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst485 commit 21507cd3e97b ("pahole: add libbpf as submodule under lib/bpf").
486 It works well with the git repository because the libbpf submodule will
487 use "git submodule update --init --recursive" to update.
490 libbpf submodule source code and this will cause build issues, the tarball
492 github, you can get the source tarball with corresponding libbpf submodule
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Das3722.txt26 Optional submodule and their properties:
/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/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass184 … bb.process.run('git submodule foreach --recursive "git tag -f devtool-patched"', cwd=srcsubdir)

12