/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/ |
H A D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 4 subsection "Kconfig recursive dependency limitations" 6 Kconfig:5:error: recursive dependency detected! 9 subsection "Kconfig recursive dependency limitations" 11 Kconfig:17:error: recursive dependency detected! 15 subsection "Kconfig recursive dependency limitations" 17 Kconfig:32:error: recursive dependency detected! 21 subsection "Kconfig recursive dependency limitations" 23 Kconfig:37:error: recursive dependency detected! 27 subsection "Kconfig recursive dependency limitations" [all …]
|
/openbmc/phosphor-objmgr/ |
H A D | meson.build | 21 cli11_dep = dependency('cli11') 23 phosphor_logging = dependency('phosphor-logging') 24 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces') 25 sdbusplus = dependency('sdbusplus') 26 boost = dependency( 48 gtest = dependency('gtest', main: true, disabler: true, required: false) 49 gmock = dependency('gmock', disabler: true, required: false) 55 dependency('threads'), 56 gtest_proj.dependency('gtest'), 57 gtest_proj.dependency('gtest_main'), [all …]
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | expected_stderr | 1 Kconfig:9:error: recursive dependency detected! 4 subsection "Kconfig recursive dependency limitations" 6 Kconfig:3:error: recursive dependency detected! 9 subsection "Kconfig recursive dependency limitations" 11 Kconfig:15:error: recursive dependency detected! 15 subsection "Kconfig recursive dependency limitations" 17 Kconfig:30:error: recursive dependency detected! 21 subsection "Kconfig recursive dependency limitations" 23 Kconfig:59:error: recursive dependency detected! 26 subsection "Kconfig recursive dependency limitations" [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AttributeRegistry.v1_3_9.json | 451 "description": "The dependency of attributes on this component.", 452 … "longDescription": "This type shall describe a dependency of attributes on this component.", 468 "Dependency": { object 469 "$ref": "#/definitions/Dependency", 470 … "description": "The dependency expression for one or more attributes in this attribute registry.", 471 …"longDescription": "This property shall contain the dependency expression for one or more attribut… 474 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.", 475 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.", 482 "description": "The type of the dependency structure.", 483 …"This property shall contain an enumeration that describes the type for the attribute dependency.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | AttributeRegistry.v1_3_9.json | 451 "description": "The dependency of attributes on this component.", 452 … "longDescription": "This type shall describe a dependency of attributes on this component.", 468 "Dependency": { object 469 "$ref": "#/definitions/Dependency", 470 … "description": "The dependency expression for one or more attributes in this attribute registry.", 471 …"longDescription": "This property shall contain the dependency expression for one or more attribut… 474 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.", 475 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.", 482 "description": "The type of the dependency structure.", 483 …"This property shall contain an enumeration that describes the type for the attribute dependency.", [all …]
|
/openbmc/phosphor-power/ |
H A D | meson.build | 50 gmock = dependency('gmock', disabler: true, required: false) 51 gtest = dependency('gtest', main: true, disabler: true, required: false) 63 dependency('threads'), 64 gtest_proj.dependency('gtest'), 65 gtest_proj.dependency('gtest_main'), 68 gmock = gtest_proj.dependency('gmock') 76 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces') 77 phosphor_logging = dependency('phosphor-logging') 79 sdbusplus = dependency('sdbusplus') 81 sdeventplus = dependency('sdeventplus') [all …]
|
/openbmc/phosphor-fan-presence/ |
H A D | meson.build | 20 cli11_dep = dependency('cli11', required: false) 33 cereal_dep = dependency('cereal', required: false) 51 cereal_dep = cereal_proj.dependency('cereal') 54 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system') 55 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces') 56 phosphor_logging_dep = dependency('phosphor-logging') 57 sdbusplus_dep = dependency('sdbusplus') 58 sdeventplus_dep = dependency('sdeventplus') 59 stdplus_dep = dependency('stdplus') 60 systemd_dep = dependency('systemd') [all …]
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | meson.build | 182 dependency('libcrypto'), 183 dependency('libsystemd'), 184 dependency('openssl'), 185 dependency('phosphor-dbus-interfaces'), 186 dependency('phosphor-logging'), 187 dependency('sdbusplus'), 188 dependency('sdeventplus'), 197 dependency('libsystemd'), 198 dependency('phosphor-dbus-interfaces'), 199 dependency('phosphor-logging'), [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | 0001-meson.build-make-fbpdf-build-optional.patch | 20 pixman_dep = dependency('pixman-1') 21 -poppler_dep = dependency('poppler-glib') 22 +poppler_dep = dependency('poppler-glib', required: get_option('pdf')) 23 cairo_dep = dependency('cairo') 24 drm_dep = dependency('libdrm') 25 -gbm_dep = dependency('gbm') 26 -epoxy_dep = dependency('epoxy') 27 +gbm_dep = dependency('gbm', required: get_option('pdf')) 28 +epoxy_dep = dependency('epoxy', required: get_option('pdf')) 29 exif_dep = dependency('libexif') [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | meson.build | 3 stdplus_dep = dependency('stdplus') 13 dependency('libnl-3.0'), 14 dependency('libnl-genl-3.0'), 15 dependency('phosphor-logging'), 29 dependency('libnl-3.0'), 30 dependency('libnl-genl-3.0'), 31 dependency('phosphor-logging'), 42 main_deps += [dependency('nlohmann_json', include_type: 'system')] 47 dependency('phosphor-logging'), 90 dependencies: main_deps + [networkd_dep, dependency('sdeventplus')],
|
/openbmc/phosphor-gpio-monitor/ |
H A D | meson.build | 17 libevdev = dependency('libevdev') 18 libsystemd = dependency('libsystemd') 19 libgpiod = dependency('libgpiod') 20 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces') 21 phosphor_logging = dependency('phosphor-logging') 22 sdbusplus = dependency('sdbusplus') 23 systemd = dependency('systemd') 25 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system') 30 cli11_dep = dependency('CLI11') 39 boost_dep = dependency('boost') [all …]
|
/openbmc/bios-settings-mgr/ |
H A D | meson.build | 31 dependency('boost'), 32 dependency('phosphor-dbus-interfaces'), 33 dependency('phosphor-logging'), 34 dependency('sdbusplus'), 35 dependency('libsystemd'), 36 dependency('openssl'), 37 dependency('nlohmann_json', include_type: 'system'), 40 cereal = dependency('cereal', required: false) 59 cereal = cereal_proj.dependency('cereal') 81 systemd = dependency('systemd')
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | meson.build | 28 boost_dep = dependency('boost') 30 sdbusplus_dep = dependency('sdbusplus') 34 pdi_dep = dependency('phosphor-dbus-interfaces') 35 phosphor_logging_dep = dependency('phosphor-logging') 37 cereal_dep = dependency('cereal', required: false) 55 cereal_dep = cereal_proj.dependency('cereal') 60 ssl = dependency('openssl') 62 systemd = dependency('systemd') 74 libpldm_dep = dependency('libpldm')
|
/openbmc/ipmbbridge/ |
H A D | meson.build | 30 boost_dep = dependency( 44 boost_asio = boost_cmake.dependency('boost_asio').as_system() 45 boost_callable_traits = boost_cmake.dependency('boost_callable_traits').as_system() 46 boost_context = boost_cmake.dependency('boost_context').as_system() 47 boost_coroutine = boost_cmake.dependency('boost_coroutine').as_system() 57 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system') 58 phosphor_logging_dep = dependency('phosphor-logging') 59 sdbusplus_dep = dependency('sdbusplus') 60 systemd_dep = dependency('systemd')
|
/openbmc/phosphor-hwmon/ |
H A D | meson.build | 18 sysfs_deps = [dependency('stdplus')] 36 dependency('gpioplus'), 37 dependency('phosphor-dbus-interfaces'), 38 dependency('phosphor-logging'), 39 dependency('sdbusplus'), 40 dependency('sdeventplus'), 41 dependency('stdplus'), 42 dependency('threads'), 71 cli11_dep = dependency('cli11', required: false) 91 systemd_system_unit_dir = dependency('systemd').get_variable( [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | meson.build | 21 sdbusplus_dep = dependency('sdbusplus') 22 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces') 23 phosphor_logging_dep = dependency('phosphor-logging') 24 libsystemd_dep = dependency('libsystemd') 25 libcrypto_dep = dependency('libcrypto') 26 ipmid_dep = dependency('libipmid') 27 userlayer_dep = dependency('libuserlayer') 28 channellayer_dep = dependency('libchannellayer') 35 cli11_dep = dependency('CLI11') 97 systemd = dependency('systemd')
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/ |
H A D | 0001-meson-Re-added-required-lines-accidentally-removed.patch | 24 libva_dep = dependency('libva', version: libva_req) 25 -libva_drm_dep = dependency('libva-drm', version: libva_req) 26 -libva_wayland_dep = dependency('libva-wayland', version: libva_req) 27 -libva_x11_dep = dependency('libva-x11', version: libva_req) 28 +libva_drm_dep = dependency('libva-drm', required: get_option('drm'), version: libva_req) 29 +libva_wayland_dep = dependency('libva-wayland', required: get_option('wayland'), version: libva_re… 30 +libva_x11_dep = dependency('libva-x11', required: get_option('x11'), version: libva_req) 32 libdrm_dep = dependency('libdrm', version: libdrm_req, required: get_option('drm')) 33 libudev_dep = dependency('libudev', required: get_option('drm'))
|
/openbmc/entity-manager/ |
H A D | meson.build | 22 boost = dependency('boost', required: false) 33 phosphor_dbus_interfaces_dep = dependency( 39 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system') 40 sdbusplus = dependency('sdbusplus', include_type: 'system') 41 phosphor_logging_dep = dependency('phosphor-logging') 43 systemd = dependency('systemd') 58 threads = dependency('threads') 121 gtest = dependency('gtest', main: true, disabler: true, required: false) 122 gmock = dependency('gmock', disabler: true, required: false) 126 cm_gtest = gtest_subproject.dependency('gtest') [all …]
|
/openbmc/phosphor-state-manager/ |
H A D | meson.build | 84 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system') 85 sdbusplus = dependency('sdbusplus') 86 sdeventplus = dependency('sdeventplus') 87 phosphorlogging = dependency('phosphor-logging') 88 phosphordbusinterfaces = dependency('phosphor-dbus-interfaces') 89 libgpiod = dependency( 98 CLI11 = dependency('CLI11') 101 # Get Cereal dependency. 102 cereal = dependency('cereal', required: false) 120 cereal = cereal_proj.dependency('cereal') [all …]
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | glossary.txt | 7 Address Dependency: When the address of a later memory access is computed 9 dependency" extends from that load extending to the later access. 20 address dependency extends from that rcu_dereference() to that 25 See also "Control Dependency" and "Data Dependency". 54 Control Dependency: When a later store's execution depends on a test 56 a "control dependency" extends from that load to that store. 62 Here, the control dependency extends from the READ_ONCE() on 67 See also "Address Dependency" and "Data Dependency". 88 Data Dependency: When the data written by a later store is computed based 89 on the value returned by an earlier load, a "data dependency" [all …]
|
/openbmc/libcper/tests/ |
H A D | meson.build | 3 gtest = dependency('gtest', main: true, disabler: true, required: false) 4 gmock = dependency('gmock', disabler: true, required: false) 10 dependency('threads'), 11 gtest_proj.dependency('gtest'), 12 gtest_proj.dependency('gtest_main'), 15 gmock = gtest_proj.dependency('gmock') 24 nlohmann_json_dep = dependency( 35 valijson_dep = dependency('valijson', required: false)
|
/openbmc/obmc-ikvm/ |
H A D | meson.build | 30 dependency('libvncserver'), 31 dependency('phosphor-logging'), 32 dependency('phosphor-dbus-interfaces'), 33 dependency('sdbusplus'), 34 dependency('threads'), 35 dependency('boost'), 45 dependency('systemd').get_variable(
|
/openbmc/phosphor-snmp/ |
H A D | meson.build | 26 sdbusplus_dep = dependency('sdbusplus') 27 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces') 28 phosphor_logging_dep = dependency('phosphor-logging') 29 libsystemd_dep = dependency('libsystemd') 30 netsnmp_dep = dependency('netsnmp') 31 libcrypto_dep = dependency('libcrypto') 35 # Get Cereal dependency. 36 cereal_dep = dependency('cereal', required: false) 54 cereal_dep = cereal_proj.dependency('cereal')
|
/openbmc/phosphor-led-manager/ |
H A D | meson.build | 38 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system') 39 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces') 40 phosphor_logging_dep = dependency('phosphor-logging') 41 sdbusplus_dep = dependency('sdbusplus') 42 sdeventplus_dep = dependency('sdeventplus') 51 CLI11_dep = dependency('CLI11') 54 # Get Cereal dependency. 55 cereal_dep = dependency('cereal', required: false) 73 cereal_dep = cereal_proj.dependency('cereal')
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.build | 129 boost = dependency('boost', modules: ['coroutine'], required: false) 141 boost_asio = boost_cmake.dependency('boost_asio').as_system() 142 boost_bimap = boost_cmake.dependency('boost_bimap').as_system() 143 boost_callable_traits = boost_cmake.dependency('boost_callable_traits').as_system() 144 boost_context = boost_cmake.dependency('boost_context').as_system() 145 boost_coroutine = boost_cmake.dependency('boost_coroutine').as_system() 146 boost_interprocess = boost_cmake.dependency('boost_interprocess').as_system() 147 boost_multiprecision = boost_cmake.dependency('boost_multiprecision').as_system() 148 boost_process = boost_cmake.dependency('boost_process').as_system() 161 phosphor_logging_dep = dependency('phosphor-logging') [all …]
|