/openbmc/phosphor-ipmi-flash/ |
H A D | meson.build | 15 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/telemetry/ |
H A D | meson.build | 41 '-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-fan-presence/ |
H A D | meson.build | 62 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('jso [all...] |
/openbmc/phosphor-host-ipmid/ |
H A D | meson.build | 19 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/pldm/ |
H A D | meson.build | 23 if (get_option('optimization') == '0') 29 get_option('prefix'), 30 get_option('datadir'), 34 get_option('prefix'), 35 get_option('localstatedir'), 46 if get_option('libpldmresponder').allowed() 50 get_option('system-specific-bios-json').allowed(), 71 conf_data.set('HEARTBEAT_TIMEOUT', get_option('heartbeat-timeout-seconds')) 72 conf_data.set('TERMINUS_ID', get_option('terminus-id')) 73 conf_data.set('TERMINUS_HANDLE', get_option('terminus-handle')) [all …]
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | meson.build | 42 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 D | meson.build | 5 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 72 get_option('tests').allowed()) 76 if (get_option('lpc-type') == 'nuvoton-lpc' or [all …]
|
/openbmc/dbus-sensors/src/ |
H A D | meson.build | 4 get_option('validate-unsecure-feature').allowed(), 8 get_option('insecure-sensor-override').allowed(), 69 if get_option('intel-cpu').allowed() 74 if get_option('adc').allowed() 78 if get_option('exit-air').allowed() 82 if get_option('fan').allowed() 86 if get_option('hwmon-temp').allowed() 90 if get_option('intrusion').allowed() 94 if get_option('ipmb').allowed() 98 if get_option('mctp').allowed() [all …]
|
/openbmc/bios-bmc-smm-error-logger/ |
H A D | meson.build | 16 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-debug-collector/ |
H A D | meson.build | 62 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/openpower-vpd-parser/ |
H A D | meson.build | 22 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')) 45 conf_data.set_quoted('BAD_VPD_DIR', get_option('BAD_VPD_DIR')) 48 get_option('INVENTORY_JSON_DEFAULT'), 52 get_option('INVENTORY_JSON_SYM_LINK'), 56 get_option('JSON_ABSOLUTE_PATH_PREFIX'), 58 conf_data.set_quoted('SYSTEM_VPD_FILE_PATH', get_option('SYSTEM_VPD_FILE_PATH')) [all …]
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | meson.build | 42 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 D | meson.build | 11 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/qemu/ |
H A D | meson.build | 32 if get_option('qemu_suffix').startswith('/') 36 qemu_confdir = get_option('sysconfdir') / get_option('qemu_suffix') 37 qemu_datadir = get_option('datadir') / get_option('qemu_suffix') 38 qemu_docdir = get_option('docdir') / get_option('qemu_suffix') 39 qemu_moddir = get_option('libdir') / get_option('qemu_suffix') 41 qemu_desktopdir = get_option('datadir') / 'applications' 42 qemu_icondir = get_option('datadir') / 'icons' 87 required: get_option('rust').disable_auto_if(not have_system)) 89 required: get_option('rust').disable_auto_if(not have_system)) 93 if get_option('rust').enabled() [all …]
|
/openbmc/openpower-occ-control/ |
H A D | meson.build | 32 conf_data.set_quoted('OP_DUMP_OBJ_PATH', get_option('op_dump_obj_path')) 34 conf_data.set('MAX_CPUS', get_option('max-cpus')) 37 conf_data.set('PS_DERATING_FACTOR', get_option('ps-derating-factor')) 39 if get_option('i2c-occ').allowed() 51 conf_data.set('I2C_OCC', get_option('i2c-occ').allowed()) 52 conf_data.set('READ_OCC_SENSORS', get_option('read-occ-sensors').allowed()) 53 conf_data.set('PLDM', get_option('with-host-communication-protocol') == 'pldm') 54 conf_data.set('POWER10', get_option('power10-support').allowed()) 55 conf_data.set('PHAL_SUPPORT', get_option('phal-support').allowed()) 57 if get_option('transport-implementation') == 'mctp-demux' [all …]
|
/openbmc/phosphor-host-postd/ |
H A D | meson.build | 14 build_tests = get_option('tests') 25 conf_data.set('bindir', get_option('prefix') / get_option('bindir')) 26 conf_data.set('SYSTEMD_TARGET', get_option('systemd-target')) 30 if get_option('snoop').allowed() 33 snoopd_args += ' -h "' + get_option('host-instances') + '"' 34 elif get_option('snoop-device') != '' 35 snoopd_args += '-b ' + get_option('post-code-bytes').to_string() 36 snoopd_args += ' -d /dev/' + get_option('snoop-device') 37 rate_limit = get_option('rate-limit') 75 if get_option('7seg').allowed()
|
/openbmc/openpower-proc-control/ |
H A D | meson.build | 17 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/google-misc/subprojects/bare-metal-host-monitor/ |
H A D | meson.build | 26 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/phosphor-power/ |
H A D | meson.build | 23 build_tests = get_option('tests') 25 if get_option('oe-sdk').allowed() 113 if get_option(service[0]) 123 sequencer = get_option('power_sequencer') 136 get_option('input-history-busname-root'), 140 get_option('input-history-sensor-root'), 142 conf.set_quoted('INPUT_HISTORY_SYNC_GPIO', get_option('input-history-sync-gpio')) 145 conf.set10('DEVICE_ACCESS', get_option('device-access')) 146 conf.set10('IBM_VPD', get_option('ibm-vpd')) 184 if get_option('regulators') [all …]
|
/openbmc/phosphor-hwmon/ |
H A D | meson.build | 11 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')) 93 pkgconfig_define: ['prefix', get_option('prefix')], 97 pkgconfig_define: ['prefix', get_option('prefix')], 107 install_dir: get_option('sysconfdir') / 'dbus-1/system.d', 116 if get_option('always-use-devpath').allowed() 124 'OVERRIDE_WITH_DEVPATH': ' '.join(get_option('override-with-devpath')), 127 install_dir: get_option('bindir'), [all …]
|
/openbmc/phosphor-buttons/ |
H A D | meson.build | 9 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/smbios-mdr/src/ |
H A D | meson.build | 2 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() 43 if get_option('cpuinfo').allowed() 51 if get_option('cpuinfo-peci').allowed() 77 if get_option('smbios-ipmi-blob').allowed()
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | meson.build | 27 if get_option('data_com_google') 30 if get_option('data_com_ibm') 33 if get_option('data_com_intel') 36 if get_option('data_com_meta') 39 if get_option('data_org_freedesktop') 42 if get_option('data_org_open_power') 45 if get_option('data_xyz_openbmc_project') 50 inst_yaml_dir = get_option('datadir') / 'phosphor-dbus-yaml' 61 if not get_option('libphosphor_dbus') 66 should_generate_markdown = get_option('generate_md')
|
/openbmc/fb-ipmi-oem/ |
H A D | meson.build | 31 if get_option('host-instances') != '' 32 host_instances = get_option('host-instances') 37 conf_data.set('POST_CODE_BYTES', get_option('post-code-bytes')) 38 conf_data.set('DEBUG_CARD_FRAME_SIZE', get_option('debug-card-frame-size')) 46 if get_option('bic').allowed() 94 install_dir: get_option('libdir') / 'ipmid-providers', 97 if get_option('machine') != '' 100 file = join_paths('configs', get_option('machine'), c) 106 install_dir: get_option('datadir') / 'lcd-debug',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | 0002-meson.build-add-features-options-for-png-gif-tiff-we.patch | 26 +png_dep = dependency('libpng', required: get_option('png')) 27 +tiff_dep = dependency('libtiff-4', required: get_option('tiff')) 28 +webp_dep = dependency('libwebp', required : get_option('webp')) 37 +gif_dep = cc.find_library('gif', required: get_option('gif')) 45 +motif_dep = cc.find_library('Xm', required : get_option('motif')) 46 +xpm_dep = cc.find_library('Xpm', required : get_option('motif')) 47 +xt_dep = cc.find_library('Xt', required : get_option('motif')) 48 +xext_dep = cc.find_library('Xext', required : get_option('motif')) 49 +x11_dep = cc.find_library('X11', required : get_option('motif')) 66 +if get_option('png').enabled() [all …]
|