Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/openbmc/telemetry/
H A Dmeson.build41 '-DTELEMETRY_MAX_REPORTS=' + get_option('max-reports').to_string(),
42 '-DTELEMETRY_MAX_READING_PARAMS=' + get_option('max-reading-parameters').to_string(),
43 '-DTELEMETRY_MIN_INTERVAL=' + get_option('min-interval').to_string(),
44 '-DTELEMETRY_MAX_TRIGGERS=' + get_option('max-triggers').to_string(),
45 '-DTELEMETRY_MAX_DBUS_PATH_LENGTH=' + get_option('max-dbus-path-length').to_string(),
46 '-DTELEMETRY_MAX_APPEND_LIMIT=' + get_option('max-append-limit').to_string(),
47 '-DTELEMETRY_MAX_ID_NAME_LENGTH=' + get_option('max-id-name-length').to_string(),
48 '-DTELEMETRY_MAX_PREFIX_LENGTH=' + get_option('max-prefix-length').to_string(),
83 install_dir: get_option('prefix') / get_option('bindir'),
88 if get_option('service-wants').length() > 0
[all …]
/openbmc/phosphor-ipmi-flash/
H A Dmeson.build15 get_option('static-handler-staged-name'),
19 get_option('preparation-dbus-service'),
21 conf_data.set_quoted('VERIFY_DBUS_SERVICE', get_option('verify-dbus-service'))
22 conf_data.set_quoted('UPDATE_DBUS_SERVICE', get_option('update-dbus-service'))
23 conf_data.set_quoted('BIOS_STAGED_NAME', get_option('bios-staged-name'))
26 get_option('preparation-bios-target'),
28 conf_data.set_quoted('VERIFY_BIOS_TARGET', get_option('verify-bios-target'))
29 conf_data.set_quoted('UPDATE_BIOS_TARGET', get_option('update-bios-target'))
31 conf_data.set_quoted('TARBALL_STAGED_NAME', get_option('tarball-staged-name'))
32 conf_data.set_quoted('HASH_FILENAME', get_option('hash-filename'))
[all …]
/openbmc/pldm/
H A Dmeson.build23 if (get_option('optimization') == '0')
29 get_option('prefix'),
30 get_option('datadir'),
34 get_option('prefix'),
35 get_option('localstatedir'),
49 if get_option('libpldmresponder').allowed()
53 get_option('system-specific-bios-json').allowed(),
74 conf_data.set('TERMINUS_ID', get_option('terminus-id'))
75 conf_data.set('TERMINUS_HANDLE', get_option('terminus-handle'))
78 conf_data.set('HEARTBEAT_TIMEOUT', get_option('heartbeat-timeout-seconds'))
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dmeson.build42 conf.set_quoted('BMC_ROFS_PREFIX', get_option('media-dir') + '/rofs-')
49 conf.set('STATIC_LAYOUT', get_option('bmc-layout').contains('static'))
50 conf.set('UBIFS_LAYOUT', get_option('bmc-layout').contains('ubi'))
51 conf.set('MMC_LAYOUT', get_option('bmc-layout').contains('mmc'))
54 conf.set('HOST_BIOS_UPGRADE', get_option('host-bios-upgrade').allowed())
55 conf.set('WANT_SIGNATURE_VERIFY', get_option('verify-signature').allowed())
58 get_option('software-update-dbus-interface').allowed(),
62 conf.set('ACTIVE_BMC_MAX_ALLOWED', get_option('active-bmc-max-allowed'))
63 conf.set_quoted('HASH_FILE_NAME', get_option('hash-file-name'))
64 conf.set_quoted('IMG_UPLOAD_DIR', get_option('img-upload-dir'))
[all …]
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmeson.build5 if get_option('update-type') == 'static-layout'
6 if get_option('reboot-update')
9 if get_option('update-status')
17 if get_option('host-bios')
27 install_dir: get_option('datadir') / 'phosphor-ipmi-flash',
34 install_dir: get_option('libdir') / 'tmpfiles.d',
44 if get_option('host-bios')
71 if (get_option('lpc-type') == 'aspeed-lpc' or get_option('tests').allowed())
75 if (get_option('lpc-type') == 'nuvoton-lpc' or get_option('tests').allowed())
79 if (get_option('p2a-type') == 'aspeed-p2a' or get_option('tests').allowed())
[all …]
/openbmc/phosphor-fan-presence/
H A Dmeson.build62 if (get_option('tests').allowed())
79 not get_option('tests').allowed(),
96 get_option('control-persist-root-path'),
100 get_option('control-persist-root-path'),
102 conf.set_quoted('FAN_DEF_YAML_FILE', get_option('fan-def-yaml-file'))
103 conf.set_quoted('FAN_ZONE_YAML_FILE', get_option('fan-zone-yaml-file'))
104 conf.set_quoted('ZONE_EVENTS_YAML_FILE', get_option('zone-events-yaml-file'))
107 get_option('zone-conditions-yaml-file'),
112 if get_option('json-config').allowed() and get_option('json-control').allowed()
117 conf.set('NUM_MONITOR_LOG_ENTRIES', get_option('num-monitor-log-entries'))
[all …]
/openbmc/bios-bmc-smm-error-logger/
H A Dmeson.build16 conf_data.set('READ_INTERVAL_MS', get_option('read-interval-ms'))
18 conf_data.set('MEMORY_REGION_SIZE', get_option('memory-region-size'))
19 conf_data.set('MEMORY_REGION_OFFSET', get_option('memory-region-offset'))
20 conf_data.set('BMC_INTERFACE_VERSION', get_option('bmc-interface-version'))
22 conf_data.set('QUEUE_REGION_SIZE', get_option('queue-region-size'))
23 conf_data.set('UE_REGION_SIZE', get_option('ue-region-size'))
24 conf_data.set('MAGIC_NUMBER_BYTE1', get_option('magic-number-byte1'))
25 conf_data.set('MAGIC_NUMBER_BYTE2', get_option('magic-number-byte2'))
26 conf_data.set('MAGIC_NUMBER_BYTE3', get_option('magic-number-byte3'))
27 conf_data.set('MAGIC_NUMBER_BYTE4', get_option('magic-number-byte4'))
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.build19 conf_data.set_quoted('BOARD_SENSOR', get_option('board-sensor'))
20 conf_data.set_quoted('SYSTEM_SENSOR', get_option('system-sensor'))
23 get_option('ipmi-sms-atn-ack-timeout-secs'),
27 if get_option('softoff').allowed()
28 conf_data.set_quoted('SOFTOFF_BUSNAME', get_option('softoff-busname'))
29 conf_data.set_quoted('SOFTOFF_OBJPATH', get_option('softoff-objpath'))
32 get_option('ipmi-host-shutdown-complete-timeout-secs'),
36 get_option('host-inband-request-dir'),
40 get_option('host-inband-request-file'),
44 conf_data.set_quoted('CONTROL_HOST_BUSNAME', get_option('control-host-busname'))
[all …]
/openbmc/phosphor-debug-collector/
H A Dmeson.build62 if (get_option('optimization') == '0')
73 get_option('DUMP_BUSNAME'),
78 get_option('DUMP_OBJPATH'),
83 get_option('BMC_DUMP_OBJPATH'),
88 get_option('CORE_FILE_DIR'),
93 get_option('BMC_DUMP_OBJ_ENTRY'),
98 get_option('BMC_DUMP_PATH'),
103 get_option('SYSTEMD_PSTORE_PATH'),
108 get_option('BMC_DUMP_MAX_SIZE'),
113 get_option('BMC_DUMP_MIN_SPACE_REQD'),
[all …]
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.build42 cdata.set_quoted('SOFTWARE_OBJPATH', get_option('SOFTWARE_OBJPATH'))
43 cdata.set_quoted('MANIFEST_FILE', get_option('MANIFEST_FILE'))
46 get_option('PSU_INVENTORY_PATH_BASE'),
48 cdata.set_quoted('PSU_VERSION_UTIL', get_option('PSU_VERSION_UTIL'))
49 cdata.set_quoted('PSU_MODEL_UTIL', get_option('PSU_MODEL_UTIL'))
52 get_option('PSU_VERSION_COMPARE_UTIL'),
54 cdata.set_quoted('PSU_UPDATE_SERVICE', get_option('PSU_UPDATE_SERVICE'))
55 cdata.set_quoted('IMG_DIR', get_option('IMG_DIR'))
56 cdata.set_quoted('IMG_DIR_PERSIST', get_option('IMG_DIR_PERSIST'))
57 cdata.set_quoted('IMG_DIR_BUILTIN', get_option('IMG_DIR_BUILTIN'))
[all …]
/openbmc/phosphor-state-manager/
H A Dmeson.build11 build_host_gpios = get_option('host-gpios')
14 conf.set_quoted('HOST_SCHED_OBJPATH', get_option('host-sched-objpath'))
15 conf.set_quoted('HYPERVISOR_BUSNAME', get_option('hypervisor-busname'))
16 conf.set_quoted('HYPERVISOR_OBJPATH', get_option('hypervisor-objpath'))
17 conf.set_quoted('HOST_STATE_PERSIST_PATH', get_option('host-state-persist-path'))
20 get_option('poh-counter-persist-path'),
24 get_option('chassis-state-change-persist-path'),
28 get_option('scheduled-host-transition-persist-path'),
30 conf.set('BOOT_COUNT_MAX_ALLOWED', get_option('boot-count-max-allowed'))
31 conf.set('CLASS_VERSION', get_option('class-version'))
[all …]
/openbmc/smbios-mdr/src/
H A Dmeson.build2 if get_option('dimm-dbus').allowed()
6 if get_option('assoc-trim-path').allowed()
10 if get_option('dimm-only-locator').allowed()
14 if get_option('slot-drive-presence').allowed()
18 if get_option('tpm-dbus').allowed()
22 if get_option('firmware-inventory-dbus').allowed()
26 if get_option('expose-firmware-component-name').allowed()
30 if get_option('custom-dbus-path').allowed()
56 if get_option('cpuinfo').allowed()
64 if get_option('cpuinfo-peci').allowed()
[all …]
/openbmc/phosphor-host-postd/
H A Dmeson.build10 build_tests = get_option('tests')
21 conf_data.set('bindir', get_option('prefix') / get_option('bindir'))
22 conf_data.set('SYSTEMD_TARGET', get_option('systemd-target'))
26 if get_option('snoop').allowed()
29 snoopd_args += ' -h "' + get_option('host-instances') + '"'
30 elif get_option('snoop-device') != ''
31 snoopd_args += '-b ' + get_option('post-code-bytes').to_string()
32 snoopd_args += ' -d /dev/' + get_option('snoop-device')
33 rate_limit = get_option('rate-limit')
68 if get_option('7seg').allowed()
/openbmc/openpower-vpd-parser/
H A Dmeson.build22 if (get_option('optimization') == '0')
29 build_tests = get_option('tests')
42 conf_data.set_quoted('BUSNAME', get_option('BUSNAME'))
43 conf_data.set_quoted('OBJPATH', get_option('OBJPATH'))
44 conf_data.set_quoted('IFACE', get_option('IFACE'))
47 get_option('INVENTORY_JSON_DEFAULT'),
51 get_option('INVENTORY_JSON_SYM_LINK'),
55 get_option('JSON_ABSOLUTE_PATH_PREFIX'),
57 conf_data.set_quoted('SYSTEM_VPD_FILE_PATH', get_option('SYSTEM_VPD_FILE_PATH'))
58 conf_data.set_quoted('VPD_SYMLIMK_PATH', get_option('VPD_SYMLIMK_PATH'))
[all …]
/openbmc/google-misc/subprojects/bare-metal-host-monitor/
H A Dmeson.build26 install_dir: get_option('libexecdir'),
32 libexecdir = get_option('prefix') / get_option('libexecdir')
46 get_option('host_monitor_service_name'),
48 conf_data.set_quoted('DBUS_OBJECT_PATH', get_option('host_monitor_object_path'))
49 conf_data.set_quoted('DBUS_INTERFACE', get_option('host_monitor_interface'))
50 conf_data.set_quoted('DBUS_PROPERTY_NAME', get_option('host_monitor_property'))
53 get_option('host_monitor_host_in_reset_value'),
57 get_option('host_monitor_host_running_value'),
/openbmc/libmctp/
H A Dmeson.build35 if get_option('bindings').contains('serial')
39 if get_option('bindings').contains('astlpc')
43 if get_option('bindings').contains('i2c')
47 if get_option('control')
53 if not get_option('custom_alloc') and get_option('default_alloc').require(
67 if get_option('custom_alloc')
71 if get_option('nolog')
78 '-DMCTP_MAX_MESSAGE_SIZE=@0@'.format(get_option('max_message_size')),
79 '-DMCTP_REASSEMBLY_CTXS=@0@'.format(get_option('reassembly_contexts')),
80 '-DMCTP_REQ_TAGS=@0@'.format(get_option('request_tags')),
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/
H A D0002-meson-Add-options-pciutils-ftdi-usb.patch26 -group_ftdi = get_option('programmer').contains('group_ftdi')
27 -group_pci = get_option('programmer').contains('group_pci')
28 -group_usb = get_option('programmer').contains('group_usb')
29 +group_ftdi = get_option('programmer').contains('group_ftdi') or get_option('ftdi')
30 +group_pci = get_option('programmer').contains('group_pci') or get_option('pciutils')
31 +group_usb = get_option('programmer').contains('group_usb') or get_option('usb')
32 group_i2c = get_option('programmer').contains('group_i2c')
33 group_serial = get_option('programmer').contains('group_serial')
34 group_jlink = get_option('programmer').contains('group_jlink')
/openbmc/entity-manager/
H A Dmeson.build30 if get_option('fru-device')
34 if get_option('devicetree-vpd') or get_option('gpio-presence')
47 if get_option('gpio-presence') or get_option('tests').allowed()
58 pkgconfig_define: ['prefix', get_option('prefix')],
61 get_option('prefix'),
62 get_option('datadir'),
66 get_option('prefix'),
67 get_option('sysconfdir'),
102 if get_option('validate-json')
126 if get_option('tests').allowed()
/openbmc/openpower-proc-control/
H A Dmeson.build17 if get_option('cpp_std') != 'c++23'
21 if (get_option('buildtype') == 'minsize')
36 get_option('DEVTREE_EXPORT_FILTER_FILE'),
42 get_option('DEVTREE_EXP_FILE'),
48 get_option('CEC_DEVTREE_RW_PATH'),
54 get_option('CEC_DEVTREE_RO_BASE_PATH'),
59 get_option('CEC_INFODB_PATH'),
65 get_option('DEVTREE_REINIT_ATTRS_LIST'),
71 get_option('op_dump_obj_path'),
78 unit_subs.set('bindir', join_paths(get_option('prefix'), get_option('bindir')))
[all …]
/openbmc/phosphor-dbus-interfaces/
H A Dmeson.build27 if get_option('data_com_ampere')
30 if get_option('data_com_google')
33 if get_option('data_com_ibm')
36 if get_option('data_com_intel')
39 if get_option('data_com_meta')
42 if get_option('data_com_qualcomm')
45 if get_option('data_org_freedesktop')
48 if get_option('data_org_open_power')
51 if get_option('data_xyz_openbmc_project')
56 inst_yaml_dir = get_option('datadir') / 'phosphor-dbus-yaml'
[all …]
/openbmc/qemu/
H A Dmeson.build37 if get_option('qemu_suffix').startswith('/')
41 qemu_confdir = get_option('sysconfdir') / get_option('qemu_suffix')
42 qemu_datadir = get_option('datadir') / get_option('qemu_suffix')
43 qemu_docdir = get_option('docdir') / get_option('qemu_suffix')
44 qemu_moddir = get_option('libdir') / get_option('qemu_suffix')
46 qemu_desktopdir = get_option('datadir') / 'applications'
47 qemu_icondir = get_option('datadir') / 'icons'
92 required: get_option('rust').disable_auto_if(not have_system))
94 required: get_option('rust').disable_auto_if(not have_system))
98 if get_option('rust').enabled()
[all …]
/openbmc/phosphor-power/
H A Dmeson.build34 build_tests = get_option('tests')
36 if get_option('oe-sdk').allowed()
129 if get_option(service[0])
139 sequencer = get_option('power_sequencer')
152 get_option('input-history-busname-root'),
156 get_option('input-history-sensor-root'),
158 conf.set_quoted('INPUT_HISTORY_SYNC_GPIO', get_option('input-history-sync-gpio'))
161 conf.set10('DEVICE_ACCESS', get_option('device-access'))
162 conf.set10('IBM_VPD', get_option('ibm-vpd'))
163 conf.set('PGOOD_TIMEOUT', get_option('pgood-timeout-value'))
[all …]
/openbmc/phosphor-host-ipmid/include/
H A Dmeson.build3 install_dir: get_option('includedir'),
10 install_dir: get_option('includedir'),
17 install_dir: get_option('includedir'),
23 install_subdir('ipmid-host', install_dir: get_option('includedir'))
24 install_subdir('ipmid', install_dir: get_option('includedir'))
/openbmc/phosphor-buttons/
H A Dmeson.build9 host_instances = get_option('host-instances')
14 conf_data.set_quoted('ID_LED_GROUP', get_option('id-led-group'))
15 conf_data.set_quoted('POWER_BUTTON_PROFILE', get_option('power-button-profile'))
16 conf_data.set('LONG_PRESS_TIME_MS', get_option('long-press-time-ms'))
17 conf_data.set('LOOKUP_GPIO_BASE', get_option('lookup-gpio-base').allowed())
20 get_option('reset-button-do-warm-reboot').allowed(),
70 install_dir: get_option('bindir'),
80 install_dir: get_option('bindir'),
86 pkgconfig_define: ['prefix', get_option('prefix')],
/openbmc/phosphor-hwmon/
H A Dmeson.build11 conf.set_quoted('BUSNAME_PREFIX', get_option('busname-prefix'))
12 conf.set_quoted('SENSOR_ROOT', get_option('sensor-root'))
13 conf.set10('NEGATIVE_ERRNO_ON_FAIL', get_option('negative-errno-on-fail'))
14 conf.set10('UPDATE_FUNCTIONAL_ON_FAIL', get_option('update-functional-on-fail'))
95 pkgconfig_define: ['prefix', get_option('prefix')],
99 pkgconfig_define: ['prefix', get_option('prefix')],
109 install_dir: get_option('sysconfdir') / 'dbus-1/system.d',
118 if get_option('always-use-devpath').allowed()
126 'OVERRIDE_WITH_DEVPATH': ' '.join(get_option('override-with-devpath')),
129 install_dir: get_option('bindir'),
[all …]

12345678910>>...29