Home
last modified time | relevance | path

Searched full:submodule (Results 1 – 25 of 84) sorted by relevance

1234

/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.sh6 substat=".git-submodule-status"
34 echo "GIT submodule checkout with:"
40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules"
49 echo " scripts/git-submodule.sh update $maybe_modules"
58 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
74 echo "warn: ignoring non-existent submodule $m"
100 $GIT submodule update --init $modules 1>/dev/null
114 $GIT submodule status $modules
[all …]
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.sh23 sub_file="${sub_tdir}/submodule.tar"
40 git submodule deinit $sub_deinit
/openbmc/linux/arch/arm/mach-omap2/
H A Dprm2xxx_3xxx.c26 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
40 * omap2_prm_assert_hardreset - assert the HW reset line of a submodule
43 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
50 * place the submodule into reset. Returns 0 upon success or -EINVAL
64 * omap2_prm_deassert_hardreset - deassert a submodule hardreset line and wait
65 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
67 * @st_shift: register bit shift for the status of the deasserted submodule
69 * @prm_mod: PRM submodule base (e.g. CORE_MOD)
77 * take the submodule out of reset and wait until the PRCM indicates
79 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
[all …]
H A Dprminst44xx.c112 * omap4_prminst_assert_hardreset - assert the HW reset line of a submodule
120 * place the submodule into reset. Returns 0 upon success or -EINVAL
134 * omap4_prminst_deassert_hardreset - deassert a submodule hardreset line and
147 * take the submodule out of reset and wait until the PRCM indicates
149 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
150 * of reset, or -EBUSY if the submodule did not exit reset promptly.
H A Dprm33xx.c72 * am33xx_prm_assert_hardreset - assert the HW reset line of a submodule
82 * place the submodule into reset. Returns 0 upon success or -EINVAL
96 * am33xx_prm_deassert_hardreset - deassert a submodule hardreset line and
109 * take the submodule out of reset and wait until the PRCM indicates
111 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
112 * of reset, or -EBUSY if the submodule did not exit reset promptly.
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py53 if line.startswith('[submodule'):
81 … logger.debug("submodule %s is defined, but is not initialized in the repository. Skipping", m)
112 …logger.warning("Submodule included by %s refers to relative ssh reference %s. References may fail…
119 …raise bb.fetch2.FetchError("Submodule refers to the parent repository. This will cause deadlock si…
128 # submodule is not supported. Since using SRC_URI to give git://
177 … logger.error('gitsm: submodule update check failed: %s %s' % (type(e).__name__, str(e)))
199 logger.error('gitsm: submodule download failed: %s %s' % (type(e).__name__, str(e)))
217 # modpath is needed by unpack tracer to calculate submodule
223 logger.error('gitsm: submodule unpack failed: %s %s' % (type(e).__name__, str(e)))
228 # Correct the submodule references to the local download version...
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dexternalsrc.py19 test_recipe = "git-submodule-test"
20 git_url = "git://git.yoctoproject.org/git-submodule-test"
39 runCmd('git submodule update --init --recursive', cwd=externalsrc_dir)
H A Dintercept.py20 bitbake("git-submodule-test -c test_git_as_user")
21 bitbake("git-submodule-test -c test_git_as_root")
H A Darchiver.py305 bitbake('-c clean git-submodule-test')
306 bitbake('-c deploy_archives -f git-submodule-test')
310 'git2_git.yoctoproject.org.git-submodule-test.tar.gz',
333 bitbake('-c clean git-submodule-test')
334 bitbake('-c deploy_archives -f git-submodule-test')
338 'gitsmshallow_git.yoctoproject.org.git-submodule-test_a2885dd-1_master.tar.gz',
/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:
137 …$(quiet-@)GIT=git "$(SRC_PATH)/../../scripts/git-submodule.sh" $(GIT_SUBMODULES_ACTION) $(GIT_SUBM…
/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.
490 Git Submodule Fetcher (``gitsm://``)
493 This fetcher submodule inherits from the :ref:`Git
507 mirroring infrastructure properly. Further, the submodule sources it
[all …]
/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/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/bitbake/lib/bb/tests/
H A Dfetch.py1116 …url = "gitsm://git.yoctoproject.org/git-submodule-test;branch=ssh-gitsm-tests;rev=049da4a6cb198d7c…
1118 …url = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master;rev=a2885dd7d25380d23627e7544…
1127 …self.assertTrue(os.path.exists(os.path.join(repo_path, 'bitbake')), msg='bitbake submodule missing…
1128 …f.assertFalse(os.path.exists(os.path.join(repo_path, 'na')), msg='uninitialized submodule present')
1130 # Only when we're running the extended test with a submodule's submodule, can we check this.
1132 …s(os.path.join(repo_path, 'bitbake-gitsm-test1', 'bitbake')), msg='submodule of submodule missing')
1165 …oin(repo_path, '.git/modules/subprojects/c-dvar/config')), msg='Missing submodule config "subproje…
1166 …oin(repo_path, '.git/modules/subprojects/c-list/config')), msg='Missing submodule config "subproje…
1167 …n(repo_path, '.git/modules/subprojects/c-rbtree/config')), msg='Missing submodule config "subproje…
1168 …n(repo_path, '.git/modules/subprojects/c-sundry/config')), msg='Missing submodule config "subproje…
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml54 - .git-submodule-status
68 - scripts/git-submodule.sh update roms/SLOF
/openbmc/qemu/docs/specs/
H A Dspdm.rst43 $ git submodule init; git submodule update --recursive
/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/scripts/lib/devtool/
H A D__init__.py239 …# if recipe unpacks another git repo inside S, we need to declare it as a regular git submodule no…
253 …bb.process.run('git submodule add %s %s' % (remote_url, os.path.relpath(root, os.path.join(root, "…
256 …oe.patch.GitApplyTree.commitIgnored("Add additional submodule from SRC_URI", dir=os.path.join(root…
259 bb.process.run('git submodule foreach --recursive "git tag -f %s"' % basetag, cwd=repodir)
/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/linux/Documentation/devicetree/bindings/rtc/
H A Drtc-palmas.txt6 - interrupts: Interrupt number of RTC submodule on device.
/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/input/
H A Dti,palmas-pwrbutton.txt12 - interrupts: Interrupt number of power button submodule on device.

1234