| /openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/ |
| H A D | modutils.sh | 19 [ -f /proc/modules ] || exit 0 20 [ -d /lib/modules/`uname -r` ] || exit 0 23 if [ ! -s /lib/modules/`uname -r`/modules.dep ]; then 28 [ -f /etc/modules ] || [ -d /etc/modules-load.d ] || exit 0 50 [ -f /etc/modules ] && process_file /etc/modules 52 [ -d /etc/modules-load.d ] || exit 0 54 for f in /etc/modules-load.d/*.conf; do
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_decorators.py | 18 def _runTest(self, modules, filterfn, expect): argument 19 tc = self._testLoader(modules = modules, tags_filter = filterfn) 71 modules = ['depends'] variable in TestDependsDecorator 81 tc = self._testLoader(modules=self.modules, tests=tests) 94 tc = self._testLoader(modules=self.modules, tests=tests) 108 tc = self._testLoader(modules=self.modules, tests=tests) 116 modules = ['timeout'] variable in TestTimeoutDecorator 122 tc = self._testLoader(modules=self.modules, tests=tests) 131 tc = self._testLoader(modules=self.modules, tests=tests) 139 tc = self._testLoader(modules=self.modules, tests=tests)
|
| H A D | test_loader.py | 37 tc = self._testLoader(modules=expected_modules) 38 modules = getSuiteModules(tc.suites) 40 self.assertEqual(modules, expected_modules, msg=msg) 43 modules = ['oetag', 'data'] 46 tc = self._testLoader(modules=modules, tests=expected_cases) 56 tc = self._testLoader(modules=expected_modules) 57 modules = getSuiteModules(tc.suites) 60 self.assertEqual(modules, expected_modules, msg=msg)
|
| H A D | test_data.py | 19 modules = ['data'] variable in TestData 24 tc = self._testLoader(modules=self.modules) 38 tc = self._testLoader(d=d, modules=self.modules) 51 tc = self._testLoader(d=d, modules=self.modules)
|
| /openbmc/qemu/scripts/ |
| H A D | git-submodule.sh | 31 echo "Unable to automatically checkout GIT submodules '$modules'." 40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules" 65 modules="" 71 modules="$modules $m" 78 modules=$maybe_modules 83 for module in $modules; do 100 $GIT submodule update --init $modules 1>/dev/null 102 for module in $modules; do 107 for module in $modules; do 114 $GIT submodule status $modules
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
| H A D | 0001-Fix-return-type-errors.patch | 9 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:… 10 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:… 13 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In function … 14 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:117:1: error:… 17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu… 18 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:1853:13: erro… 27 webrtc/modules/audio_processing/audio_processing_impl.cc | 3 +++ 28 webrtc/modules/audio_processing/include/audio_processing.cc | 6 ++++++ 31 diff --git a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc b/webrtc/modules… 33 --- a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0003-To-fix-errors-as-following.patch | 20 modules/ts/include/opencv2/ts.hpp | 4 ++-- 21 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +- 22 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +- 25 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp 27 --- a/modules/ts/include/opencv2/ts.hpp 28 +++ b/modules/ts/include/opencv2/ts.hpp 47 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp 49 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp 50 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp 60 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp [all …]
|
| H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 11 modules/core/CMakeLists.txt | 10 ------ 12 modules/core/include/opencv2/core/private.hpp | 4 +-- 13 modules/core/include/opencv2/core/utility.hpp | 4 +-- 14 modules/core/src/utils/datafile.cpp | 48 +-------------------------- 17 diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt 19 --- a/modules/core/CMakeLists.txt 20 +++ b/modules/core/CMakeLists.txt 38 diff --git a/modules/core/include/opencv2/core/private.hpp b/modules/core/include/opencv2/core/priv… 40 --- a/modules/core/include/opencv2/core/private.hpp 41 +++ b/modules/core/include/opencv2/core/private.hpp [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libmcrypt/libmcrypt/ |
| H A D | 0001-fix-parameter-related-unexpected-error-in-gcc-15.0.1.patch | 42 modules/algorithms/des.c | 5 ----- 43 modules/algorithms/des.h | 6 ++++++ 44 modules/algorithms/tripledes.c | 8 ++------ 45 modules/algorithms/tripledes.h | 5 +++++ 48 diff --git a/modules/algorithms/des.c b/modules/algorithms/des.c 50 --- a/modules/algorithms/des.c 51 +++ b/modules/algorithms/des.c 64 diff --git a/modules/algorithms/des.h b/modules/algorithms/des.h 66 --- a/modules/algorithms/des.h 67 +++ b/modules/algorithms/des.h [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/ |
| H A D | 0001-correct-the-location-of-unistd.h.patch | 10 os-daq-modules/daq_ipfw.c | 2 +- 11 os-daq-modules/daq_nfq.c | 2 +- 14 diff --git a/os-daq-modules/daq_ipfw.c b/os-daq-modules/daq_ipfw.c 16 --- a/os-daq-modules/daq_ipfw.c 17 +++ b/os-daq-modules/daq_ipfw.c 30 diff --git a/os-daq-modules/daq_nfq.c b/os-daq-modules/daq_nfq.c 32 --- a/os-daq-modules/daq_nfq.c 33 +++ b/os-daq-modules/daq_nfq.c
|
| H A D | daq-fix-incompatible-pointer-type-error.patch | 4 | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr': 5 | ../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2 16 os-daq-modules/daq_nfq.c | 2 +- 19 diff --git a/os-daq-modules/daq_nfq.c b/os-daq-modules/daq_nfq.c 21 --- a/os-daq-modules/daq_nfq.c 22 +++ b/os-daq-modules/daq_nfq.c
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0007-Avoid-conflicts-between-sys-mount.h-and-linux-mount..patch | 15 modules/parse_amd.c | 1 - 16 modules/parse_sun.c | 1 - 19 diff --git a/modules/parse_amd.c b/modules/parse_amd.c 21 --- a/modules/parse_amd.c 22 +++ b/modules/parse_amd.c 31 diff --git a/modules/parse_sun.c b/modules/parse_sun.c 33 --- a/modules/parse_sun.c 34 +++ b/modules/parse_sun.c
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3004-use-GLESv2-headers-over-GL-headers.patch | 16 modules/video_output/opengl/converter.h | 12 +++--------- 17 modules/visualization/glspectrum.c | 4 +++- 20 diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h 22 --- a/modules/video_output/opengl/converter.h 23 +++ b/modules/video_output/opengl/converter.h 43 diff --git a/modules/visualization/glspectrum.c b/modules/visualization/glspectrum.c 45 --- a/modules/visualization/glspectrum.c 46 +++ b/modules/visualization/glspectrum.c
|
| H A D | 0009-demux-dash-include-cstdint-needed-for-uint64_t.patch | 13 modules/demux/dash/mpd/TemplatedUri.hpp | 1 + 16 diff --git a/modules/demux/dash/mpd/TemplatedUri.hpp b/modules/demux/dash/mpd/TemplatedUri.hpp 18 --- a/modules/demux/dash/mpd/TemplatedUri.hpp 19 +++ b/modules/demux/dash/mpd/TemplatedUri.hpp
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg.inc | 43 # Split out some modules and extensions from the main package 62 ${PN}-multimedia-modules \ 87 …X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/input/*.so ${libdir}… 88 FILES:${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la" 95 FILES:${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*" 96 FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so" 97 FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so" 98 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so" 99 FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so" 100 FILES:${PN}-extension-extmod = "${libdir}/xorg/modules/extensions/libextmod.so" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/ |
| H A D | 0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch | 4 Subject: [PATCH] modules/speller/default/vector_hash-t.hpp: fix gcc-15 build 12 In file included from modules/speller/default/readonly_ws.cpp:51: 13 …modules/speller/default/vector_hash-t.hpp: In member function 'void aspeller::VectorHashTable<Parm… 14 …modules/speller/default/vector_hash-t.hpp:186:43: error: 'class aspeller::VectorHashTable<Parms>' … 17 …modules/speller/default/vector_hash-t.hpp:186:59: error: 'class aspeller::VectorHashTable<Parms>' … 27 modules/speller/default/vector_hash-t.hpp | 2 +- 30 diff --git a/modules/speller/default/vector_hash-t.hpp b/modules/speller/default/vector_hash-t.hpp 32 --- a/modules/speller/default/vector_hash-t.hpp 33 +++ b/modules/speller/default/vector_hash-t.hpp
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | run_test.sh | 62 modules() { function 63 run_qemu modules.elf 64 run_qemu modules.elf -initrd module.txt 65 run_qemu modules.elf -initrd "module.txt argument" 66 run_qemu modules.elf -initrd "module.txt argument,,with,,commas" 67 run_qemu modules.elf -initrd "module.txt,module.txt argument,module.txt" 78 for t in mmap modules aout_kludge; do
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0006-Avoid-searching-host-dirs.patch | 74 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac b/src/modules/rlm_sql/drivers/rlm… 76 --- a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac 77 +++ b/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac 95 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac b/src/modules/rlm_sql/driver… 97 --- a/src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac 98 +++ b/src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac 116 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac b/src/modules/rlm_sql/drivers/r… 118 --- a/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac 119 +++ b/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac 137 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_mysql/configure.ac b/src/modules/rlm_sql/drivers/r… [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0014-cmake-Fix-configure-for-packages-using-find_package.patch | 28 clang/cmake/modules/AddClang.cmake | 2 -- 29 llvm/cmake/modules/AddLLVM.cmake | 9 ++------- 30 llvm/cmake/modules/TableGen.cmake | 6 ------ 33 diff --git a/clang/cmake/modules/AddClang.cmake b/clang/cmake/modules/AddClang.cmake 35 --- a/clang/cmake/modules/AddClang.cmake 36 +++ b/clang/cmake/modules/AddClang.cmake 53 diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake 55 --- a/llvm/cmake/modules/AddLLVM.cmake 56 +++ b/llvm/cmake/modules/AddLLVM.cmake 94 diff --git a/llvm/cmake/modules/TableGen.cmake b/llvm/cmake/modules/TableGen.cmake [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2/ |
| H A D | 0001-Makefile.am-Dont-include-buildpath.patch | 7 WARNING: udisks2-2.10.1-r0 do_package_qa: QA Issue: File /usr/lib/udisks2/modules/libudisks2_btrfs.… 8 File /usr/lib/udisks2/modules/libudisks2_lvm2.so in package udisks2 contains reference to TMPDIR 15 modules/lvm2/Makefile.am | 2 +- 19 diff --git a/modules/lvm2/Makefile.am b/modules/lvm2/Makefile.am 21 --- a/modules/lvm2/Makefile.am 22 +++ b/modules/lvm2/Makefile.am 37 -DUDISKS_MODULE_DIR=\"$(libdir)/udisks2/modules\" \
|
| /openbmc/qemu/tests/qtest/ |
| H A D | modules-test.c | 18 const char *modules[] = { in main() local 69 for (i = 0; i < G_N_ELEMENTS(modules); i += 2) { in main() 71 modules[i], modules[i + 1]); in main() 72 qtest_add_data_func(testname, modules + i, test_modules_load); in main()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
| H A D | lttng-modules_2.13.18.bb | 3 DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" 13 file://0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch \ 22 export INSTALL_MOD_DIR = "kernel/lttng-modules" 29 # Delete empty directories to avoid QA failures if no modules were built 36 …if not os.path.exists(os.path.join(d.getVar('D'), d.getVar('nonarch_base_libdir')[1:], 'modules')): 37 …bb.warn("%s: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in y… 41 SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13;protocol=https"
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | loader.py | 40 def _built_modules_dict(modules, logger): argument 43 if modules == None: 46 for module in modules: 64 if modules and not modules_dict: 75 def __init__(self, tc, module_paths, modules, tests, modules_required, argument 79 self.modules = _built_modules_dict(modules, tc.logger) 149 if self.modules and not 'auto' in self.modules: 152 module = self.modules[module_name_small] 155 module = self.modules[module_name] 308 and (not self.modules \ [all …]
|
| /openbmc/qemu/hw/core/ |
| H A D | machine-smp.c | 55 g_string_append_printf(s, " * modules (%u)", ms->smp.modules); in cpu_hierarchy_to_string() 95 unsigned modules = config->has_modules ? config->modules : 0; in machine_parse_smp_config() local 111 (config->has_modules && config->modules == 0) || in machine_parse_smp_config() 125 config->has_modules && config->modules > 1) { in machine_parse_smp_config() 130 modules = modules > 0 ? modules : 1; in machine_parse_smp_config() 179 modules * cores * threads); in machine_parse_smp_config() 184 clusters * modules * threads); in machine_parse_smp_config() 193 clusters * modules * threads); in machine_parse_smp_config() 198 modules * cores * threads); in machine_parse_smp_config() 206 clusters * modules * cores); in machine_parse_smp_config() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/ |
| H A D | 0001-Do-not-add-library-path-to-avoid-host-contamination.patch | 9 src/modules/Makefile.am | 1 - 12 diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am 14 --- a/src/modules/Makefile.am 15 +++ b/src/modules/Makefile.am
|