| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | init-exclude.patch | 22 - foreach $r (@runlevels) { 23 - foreach $w ("S", "K") { 24 - foreach $a (&runlevel_actions($r, $w)) { 36 + #foreach $r (@runlevels) { 37 + # foreach $w ("S", "K") { 38 + # foreach $a (&runlevel_actions($r, $w)) { 65 foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) { 67 @@ -133,7 +134,7 @@ foreach $f (sort { lc($a) cmp lc($b) } r
|
| /openbmc/libcper/subprojects/packagefiles/json-c/config/ |
| H A D | meson.build | 24 foreach header : check_headers 31 foreach header : ['stdlib.h', 'stdarg.h', 'string.h', 'float.h'] 38 foreach symbol : ['_isnan', '_finite'] 44 foreach symbol : ['INFINITY', 'isinf', 'isnan', 'nan'] 65 foreach function : check_function 72 foreach f : ['snprintf', 'vsnprintf', 'vprintf'] 88 foreach type : ['int', 'int64_t', 'long', 'long long']
|
| /openbmc/obmc-console/test/ |
| H A D | meson.build | 11 foreach t : tests 30 foreach ct : tests_depend_iniparser 53 foreach st : server_tests 69 foreach ct : client_tests
|
| /openbmc/phosphor-networkd/gen/ |
| H A D | meson.build | 25 foreach d : yaml_selected_subdirs 30 foreach s : generated_sources 31 foreach f : s.to_list()
|
| /openbmc/sdbusplus/test/gen/ |
| H A D | meson.build | 23 foreach d : yaml_selected_subdirs 28 foreach s : generated_sources 29 foreach f : s.to_list()
|
| /openbmc/sdbusplus/example/gen/ |
| H A D | meson.build | 23 foreach d : yaml_selected_subdirs 28 foreach s : generated_sources 29 foreach f : s.to_list()
|
| /openbmc/phosphor-dbus-interfaces/gen/ |
| H A D | meson.build | 23 foreach d : yaml_selected_subdirs 28 foreach s : generated_sources 29 foreach f : s.to_list()
|
| /openbmc/phosphor-logging/gen/ |
| H A D | meson.build | 23 foreach d : yaml_selected_subdirs 28 foreach s : generated_sources 29 foreach f : s.to_list()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/ |
| H A D | CVE-2022-40704.patch | 26 foreach($input_keys as $key) 31 - foreach(pts_arrays::to_array($_REQUEST[$key]) as $val_to_check) 32 + foreach(pts_arrays::to_array($_GET[$key]) as $val_to_check) 43 + foreach(pts_arrays::to_array($_POST[$key]) as $val_to_check)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | meson.build | 24 foreach k, v : emulators 32 foreach format, speed: qemu_iotests_formats 49 foreach item: rc.stdout().strip().split()
|
| /openbmc/phosphor-bmc-code-mgmt/ |
| H A D | meson.build | 93 foreach option_name, option_settings : all_options 97 foreach dir : option_settings.get('dirs', []) 103 foreach dep : option_settings.get('deps', []) 124 foreach dir : optioned_subdirs
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 38 - foreach my $file (@{$tables{$table}}) 39 + foreach my $file (sort (@{$tables{$table}})) 47 - foreach my $file (@{$tables{$table}}) 48 + foreach my $file (sort (@{$tables{$table}}))
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0022-libatomic-Do-not-enforce-march-on-aarch64.patch | 23 @@ -128,7 +128,6 @@ libatomic_la_LIBADD = $(foreach s,$(SIZES),$(addsuffix _$(s)_.lo,$(SIZEOBJS))) 28 libatomic_la_LIBADD += $(foreach s,$(SIZES),$(addsuffix _$(s)_1_.lo,$(SIZEOBJS))) 36 libatomic_la_LIBADD = $(foreach s,$(SIZES),$(addsuffix \
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | x86_kexec_test.patch | 20 @@ -173,8 +173,8 @@ PSRCS:=$(foreach s, $(SRCS), $(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(s)) 21 PGSRCS:=$(foreach s, $(GENERATED_SRCS), $(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(s))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
| H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 22 @@ -2,7 +2,7 @@ foreach arg: [ 'CIE1964-10deg-XYZ', 'CIE1931-2deg-XYZ' ] 35 @@ -24,7 +24,7 @@ foreach arg: generated_spectra 48 @@ -59,7 +59,7 @@ foreach arg: icc_profiles
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/ |
| H A D | libidn-wr-cross-compile.patch | 35 - foreach my $cc (qw/cc gcc/) 36 + foreach my $cc ($compiler, qw/cc gcc/)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | glmTargets.cmake | 19 foreach(_expectedTarget glm) 76 foreach(f ${CONFIG_FILES}) 84 foreach(target ${_IMPORT_CHECK_TARGETS} ) 85 foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0030-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch | 21 @@ -77,52 +77,52 @@ foreach(lib ${LibExecs}) 24 foreach(lib ${LibScanbuild}) 46 foreach(resource ${LibScanbuildResources}) 71 foreach(lib ${LibEar})
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/ |
| H A D | Makefile.am-do-not-ship-version.h.patch | 29 -local_headers = $(foreach file,$(pkginclude_HEADERS) $(nodist_include_HEADERS) \ 30 +local_headers = $(foreach file,$(pkginclude_HEADERS) $(nodist_pkginclude_HEADERS) \
|
| /openbmc/qemu/tests/decode/ |
| H A D | meson.build | 55 foreach t: err_tests 61 foreach t: succ_tests
|
| /openbmc/phosphor-logging/test/ |
| H A D | meson.build | 36 foreach t : tests 64 foreach t : tests_non_parallel
|
| /openbmc/phosphor-ipmi-flash/ |
| H A D | meson.build | 90 foreach option_key, option_value : feature_map 103 foreach option_key, option_value : update_type_combo_map 119 foreach option_key, option_value : lpc_type_combo_map 132 foreach option_key, option_value : pci_type_combo_map
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0020-openmaxil-add-pkg-config-file.patch | 22 - foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc) 23 + foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc)
|
| /openbmc/gpioplus/example/ |
| H A D | meson.build | 3 foreach example : examples
|
| /openbmc/sdeventplus/example/ |
| H A D | meson.build | 3 foreach example : examples
|