Home
last modified time | relevance | path

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

123

/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
69 # No submodules to update
84 submodules.append(m)
96 for module in submodules:
148 return submodules != []
183 logger.debug('gitsm: Submodules requiring update: %s' % (' '.join(need_update_list)))
[all …]
/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
48 if ! git diff-index --quiet --ignore-submodules=all HEAD -- &>/dev/null
H A Dmake-release62 # Fetch edk2 submodule's submodules, since it won't have access to them via
/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/linux/arch/arm/mach-omap2/
H A Dprminst44xx.c91 * submodules contained in the hwmod module
119 * different 'submodules' inside the IP block. This function will
146 * different 'submodules' inside the IP block. This function will
H A Dprm2xxx_3xxx.c23 * submodules contained in the hwmod module
49 * different 'submodules' inside the IP block. This function will
76 * different 'submodules' inside the IP block. This function will
H A Dprm33xx.c49 * submodules contained in the hwmod module
81 * different 'submodules' inside the IP block. This function will
108 * different 'submodules' inside the IP block. This function will
/openbmc/linux/drivers/usb/fotg210/
H A DMakefile5 # or create unnecessary submodules.
/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/linux/drivers/mfd/
H A Djanz-cmodio.c226 /* Register drivers for all submodules */ in cmodio_pci_probe()
229 dev_err(&dev->dev, "unable to probe submodules\n"); in cmodio_pci_probe()
H A Dwl1273-core.c3 * MFD driver for wl1273 FM radio and audio codec submodules.
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,dra7-dss.txt32 - DSS Submodules: HDMI
H A Dti,omap5-dss.txt21 - DSS Submodules: RFBI, DSI, HDMI
H A Dti,omap4-dss.txt21 - DSS Submodules: RFBI, VENC, DSI, HDMI
/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/linux/Documentation/translations/zh_CN/rust/
H A Dquick-start.rst62 git clone --recurse-submodules \
/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml81 script: # Clone the required submodules and build OpenSBI
/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.
/openbmc/openbmc-build-scripts/config/
H A D.gitlint79 # This is useful for when developers often erroneously edit certain files or git submodules.
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disp.c976 * isp_suspend_modules - Suspend ISP submodules.
979 * Returns 0 if suspend left in idle state all the submodules properly,
980 * or returns 1 if a general Reset is required to suspend the submodules.
1013 * isp_resume_modules - Resume ISP submodules.
1281 /* NOTE: For CCDC & Preview submodules, we need to affect internal in __isp_subclk_update()
1399 * enable clocks and power-up all submodules.
1443 * power-down all submodules, disable clocks and free temporary buffers.
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.c212 dev_err(dev, "submodules initialization failed\n"); in dcss_dev_create()
/openbmc/qemu/
H A D.travis.yml44 submodules: false

123