Home
last modified time | relevance | path

Searched full:dependency (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A Dexpected_stderr1 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/phosphor-networkd/src/
H A Dmeson.build3 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/ipmbbridge/
H A Dmeson.build30 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-gpio-monitor/
H A Dmeson.build17 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/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch20 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 …]
H A D0003-meson.build-do-not-require-xkbcommon.patch16 @@ -26,7 +26,7 @@ tiff_dep = dependency('libtiff-4', required: get_option('tiff'))
17 webp_dep = dependency('libwebp', required : get_option('webp'))
18 udev_dep = dependency('libudev')
19 input_dep = dependency('libinput')
20 -xkb_dep = dependency('xkbcommon')
21 +xkb_dep = dependency('xkbcommon', required : false)
22 tsm_dep = dependency('libtsm', required : false)
/openbmc/phosphor-fan-presence/
H A Dmeson.build20 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/phosphor-power/
H A Dmeson.build61 gmock = dependency('gmock', disabler: true, required: false)
62 gtest = dependency('gtest', main: true, disabler: true, required: false)
74 dependency('threads'),
75 gtest_proj.dependency('gtest'),
76 gtest_proj.dependency('gtest_main'),
79 gmock = gtest_proj.dependency('gmock')
87 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces')
88 phosphor_logging = dependency('phosphor-logging')
90 sdbusplus = dependency('sdbusplus')
92 sdeventplus = dependency('sdeventplu
[all...]
/openbmc/phosphor-objmgr/
H A Dmeson.build64 cli11 = dependency('CLI11', required: false, include_type: 'system')
71 phosphor_logging = dependency('phosphor-logging')
72 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces')
73 sdbusplus = dependency('sdbusplus')
74 boost = dependency(
95 boost_lib_instance = boost_proj.dependency('boost_' + boost_lib).as_system()
102 gtest = dependency(
108 gmock = dependency('gmock', required: true)
118 dependencies: [dependency('libsystemd')],
127 dependencies: [dependency('libsystemd')],
[all …]
/openbmc/obmc-ikvm/
H A Dmeson.build27 dependency('libvncserver'),
28 dependency('phosphor-logging'),
29 dependency('phosphor-dbus-interfaces'),
30 dependency('sdbusplus'),
31 dependency('threads'),
32 dependency('boost'),
41 install_dir: dependency('systemd').get_variable('systemd_system_unit_dir'),
/openbmc/estoraged/src/
H A Dmeson.build1 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces')
2 phosphor_logging_dep = dependency('phosphor-logging')
4 sdbusplus_dep = dependency('sdbusplus')
5 stdplus_dep = dependency('stdplus')
7 boost_dep = dependency('boost', version: '>=1.78.0', include_type: 'system')
12 dependency('libcryptsetup'),
13 dependency('openssl'),
/openbmc/phosphor-net-ipmid/
H A Dmeson.build21 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/bios-settings-mgr/
H A Dmeson.build37 dependency('boost'),
38 dependency('phosphor-dbus-interfaces'),
39 dependency('phosphor-logging'),
40 dependency('sdbusplus'),
41 dependency('libsystemd'),
42 dependency('openssl'),
43 dependency('nlohmann_json', include_type: 'system'),
46 cereal = dependency('cereal', required: false)
65 cereal = cereal_proj.dependency('cereal')
88 systemd = dependency('systemd')
/openbmc/qemu/rust/
H A Dmeson.build8 anyhow_rs = dependency('anyhow-1-rs')
9 bilge_rs = dependency('bilge-0.2-rs')
10 bilge_impl_rs = dependency('bilge-impl-0.2-rs')
11 foreign_rs = dependency('foreign-0.3-rs')
12 glib_sys_rs = dependency('glib-sys-0.21-rs')
13 libc_rs = dependency('libc-0.2-rs')
20 quote_rs_native = dependency('quote-1-rs', native: true)
21 syn_rs_native = dependency('syn-2-rs', native: true)
22 proc_macro2_rs_native = dependency('proc-macro2-1-rs', native: true)
23 attrs_rs_native = dependency('attr
[all...]
/openbmc/phosphor-hwmon/
H A Dmeson.build18 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/entity-manager/
H A Dmeson.build24 boost = dependency('boost', required: false)
35 phosphor_dbus_interfaces_dep = dependency(
41 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system')
42 sdbusplus = dependency('sdbusplus')
43 phosphor_logging_dep = dependency('phosphor-logging')
44 zlib_dep = dependency('zlib', include_type: 'system')
45 libxml2_dep = dependency('libxml-2.0', include_type: 'system')
48 libgpio_dep = dependency(
55 systemd = dependency('systemd')
70 threads = dependency('threads')
/openbmc/phosphor-bmc-code-mgmt/
H A Dmeson.build28 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_dep = dependency('openssl')
62 systemd_dep = dependency('systemd')
109 libgpiod_dep = dependency(
117 libpldm_dep = dependency('libpldm')
/openbmc/openpower-pnor-code-mgmt/
H A Dmeson.build182 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/sdeventplus/test/
H A Dmeson.build1 gtest = dependency('gtest', main: true, disabler: true, required: false)
2 gmock = dependency('gmock', disabler: true, required: false)
14 dependency('threads'),
15 gtest_proj.dependency('gtest'),
16 gtest_proj.dependency('gtest_main'),
19 gmock = gtest_proj.dependency('gmock')
48 dependency('sdbusplus'),
/openbmc/phosphor-dbus-monitor/
H A Dmeson.build26 # Get Cereal dependency.
27 cereal_dep = dependency('cereal', required: false)
45 cereal_dep = cereal_proj.dependency('cereal')
48 sdbusplus_dep = dependency('sdbusplus', required: false)
49 sdeventplus_dep = dependency('sdeventplus')
50 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces')
51 phosphor_logging_dep = dependency('phosphor-logging')
52 phosphor_snmp_dep = dependency('phosphor-snmp')
/openbmc/phosphor-watchdog/src/
H A Dmeson.build6 CLI11_dep = dependency('CLI11')
11 dependency('phosphor-dbus-interfaces'),
12 dependency('phosphor-logging'),
13 dependency('sdbusplus'),
14 dependency('sdeventplus'),
15 dependency('stdplus'),
/openbmc/phosphor-snmp/
H A Dmeson.build26 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 Dmeson.build37 nlohmann_json_dep = dependency('nlohmann_json', include_type: 'system')
38 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces')
39 phosphor_logging_dep = dependency('phosphor-logging')
40 sdbusplus_dep = dependency('sdbusplus')
41 sdeventplus_dep = dependency('sdeventplus')
46 CLI11_dep = dependency('CLI11')
49 # Get Cereal dependency.
50 cereal_dep = dependency('cereal', required: false)
68 cereal_dep = cereal_proj.dependency('cereal')
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DAttributeRegistry.v1_4_0.json460 "description": "The dependency of attributes on this component.",
461 … "longDescription": "This type shall describe a dependency of attributes on this component.",
477 "Dependency": { object
478 "$ref": "#/definitions/Dependency",
479 … "description": "The dependency expression for one or more attributes in this attribute registry.",
480 …"longDescription": "This property shall contain the dependency expression for one or more attribut…
483 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.",
484 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.",
491 "description": "The type of the dependency structure.",
492 …"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 DAttributeRegistry.v1_4_0.json460 "description": "The dependency of attributes on this component.",
461 … "longDescription": "This type shall describe a dependency of attributes on this component.",
477 "Dependency": { object
478 "$ref": "#/definitions/Dependency",
479 … "description": "The dependency expression for one or more attributes in this attribute registry.",
480 …"longDescription": "This property shall contain the dependency expression for one or more attribut…
483 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.",
484 …tributeName` of the attribute whose change triggers the evaluation of this dependency expression.",
491 "description": "The type of the dependency structure.",
492 …"This property shall contain an enumeration that describes the type for the attribute dependency.",
[all …]

12345678910>>...30