| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | git | 32 # case an unexpected and unsupported situation arises with submodules 151 # The new cset we want to checkout might have different submodules, or 153 # deregister _current_ submodules before we checkout. 156 # all submodules, including the corresponding .git files or directories. 160 # So, we fall-back to just removing all submodules directories. We do 162 # its own submodules. 164 # For recent git versions, the repository for submodules is stored 166 # only remove the working copies of submodules, effectively caching the 167 # submodules. 171 # the working copy as well as the repository, which means submodules [all …]
|
| /OK3568_Linux_fs/yocto/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: 140 return submodules != [] 170 logger.debug('gitsm: Submodules requiring update: %s' % (' '.join(need_update_list))) [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/ |
| H A D | xcam_log.h | 114 #define XCAM_MODULE_LOG_ERROR(module, submodules, format, ...) \ argument 116 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_ERR, "E:" format "\n", ##__VA_ARGS__); \ 120 #define XCAM_MODULE_LOG_WARNING(module, submodules, format, ...) \ argument 123 (submodules & g_xcore_log_infos[module].sub_modules)) \ 124 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_WARNING, "W:" format "\n", \ 128 #define XCAM_MODULE_LOG_INFO(module, submodules, format, ...) \ argument 131 (submodules & g_xcore_log_infos[module].sub_modules)) \ 132 … xcam_print_log (module, submodules, XCORE_LOG_LEVEL_INFO, "I:" format "\n", ## __VA_ARGS__); \ 135 #define XCAM_MODULE_LOG_DEBUG(module, submodules, format, ...) \ argument 138 (submodules & g_xcore_log_infos[module].sub_modules)) \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/micropython/ |
| H A D | micropython.mk | 10 # of submodules for various libs. However, we don't even clone the submodules, 33 # the git repository as submodules
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/pahole/files/ |
| H A D | 0003-CMakeList.txt-don-t-download-libbpf-source-when-syst.patch | 29 # Update submodules as needed 30 option(GIT_SUBMODULE "Check submodules during build" ON)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | externalsrc.py | 30 # test with git without submodules 37 # test with git with submodules
|
| /OK3568_Linux_fs/kernel/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 | 57 * submodules contained in the hwmod module 89 * different 'submodules' inside the IP block. This function will 116 * different 'submodules' inside the IP block. This function will
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 25 submodules: recursive 28 … git clone --recurse-submodules -j8 -b master https://github.com/YoeDistro/yoe-distro.git yoe
|
| /OK3568_Linux_fs/kernel/include/linux/wimax/ |
| H A D | debug.h | 40 * Group the code in modules and submodules inside each module [which 49 * submodules and that is included by all .c files that use 80 * We declare N different submodules whose debug level can be 205 * List of available submodules and their debug levels
|
| /OK3568_Linux_fs/buildroot/boot/edk2/ |
| H A D | edk2.mk | 27 # First, builds rely heavily on Git submodules to fetch various dependencies 29 # and rely on Buildroot's infrastructure, but using Git submodules greatly
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | series | 7 05_Revert-Unload-submodules.diff
|
| H A D | 05_Revert-Unload-submodules.diff | 4 Subject: [PATCH] Revert "Unload submodules."
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5enginio/ |
| H A D | qt5enginio.hash | 1 # Hash from: https://download.qt.io/official_releases/qt/5.6/5.6.3/submodules/qtenginio-opensource-…
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/git-submodule-test/ |
| H A D | git-submodule-test.bb | 1 SUMMARY = "Test recipe for fetching git submodules"
|
| /OK3568_Linux_fs/buildroot/package/qt6/qt6serialport/ |
| H A D | qt6serialport.hash | 1 # Hash from: https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtserialport-everywhe…
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/gitunpackoffline/ |
| H A D | gitunpackoffline-fail.bb | 1 SUMMARY = "Test recipe for fetching git submodules"
|
| /OK3568_Linux_fs/buildroot/package/qt6/qt6serialbus/ |
| H A D | qt6serialbus.hash | 1 # Hash from: https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtserialbus-everywher…
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb-debug-levels.h | 12 /* Maximum compile and run time debug level for all submodules */
|
| H A D | debug-levels.h | 12 /* Maximum compile and run time debug level for all submodules */
|
| /OK3568_Linux_fs/kernel/net/wimax/ |
| H A D | debug-levels.h | 12 /* Maximum compile and run time debug level for all submodules */
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/package/qt6/qt6base/ |
| H A D | qt6base.hash | 1 # Hash from: https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtbase-everywhere-src…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | max77686.txt | 4 interfaced to host controller using i2c interface. PMIC and Charger submodules
|