/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitsm.py | 2 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 D | git-submodule.sh | 31 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 D | archive-source.sh | 5 # 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 D | make-release | 62 # Fetch edk2 submodule's submodules, since it won't have access to them via
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | externalsrc.py | 30 # test with git without submodules 37 # test with git with submodules
|
H A D | archiver.py | 295 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 D | prminst44xx.c | 91 * 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 D | prm2xxx_3xxx.c | 23 * 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 D | prm33xx.c | 49 * 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 D | Makefile | 5 # or create unnecessary submodules.
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/ |
H A D | gitunpackoffline.inc | 1 SUMMARY = "Test recipe for fetching git submodules"
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/ |
H A D | git-submodule-test.bb | 1 SUMMARY = "Test recipe for fetching git submodules"
|
/openbmc/linux/drivers/mfd/ |
H A D | janz-cmodio.c | 226 /* 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 D | wl1273-core.c | 3 * MFD driver for wl1273 FM radio and audio codec submodules.
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,dra7-dss.txt | 32 - DSS Submodules: HDMI
|
H A D | ti,omap5-dss.txt | 21 - DSS Submodules: RFBI, DSI, HDMI
|
H A D | ti,omap4-dss.txt | 21 - DSS Submodules: RFBI, VENC, DSI, HDMI
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/ |
H A D | 0001-CMakeLists.txt-fix-googletest-related-options.patch | 8 currently used googletest submodules and gtest is indeed installed with leveldb
|
/openbmc/linux/Documentation/translations/zh_CN/rust/ |
H A D | quick-start.rst | 62 git clone --recurse-submodules \
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 81 script: # Clone the required submodules and build OpenSBI
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 496 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 | .gitlint | 79 # This is useful for when developers often erroneously edit certain files or git submodules.
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isp.c | 976 * 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 D | dcss-dev.c | 212 dev_err(dev, "submodules initialization failed\n"); in dcss_dev_create()
|
/openbmc/qemu/ |
H A D | .travis.yml | 44 submodules: false
|