Searched refs:yamldir (Results 1 – 13 of 13) sorted by relevance
/openbmc/phosphor-logging/ |
H A D | meson.build | 30 yamldir = get_option('yamldir') variable 31 if yamldir == '' variable 32 yamldir = pdi_dep.get_variable('yamldir') variable 90 '-y', yamldir, 106 '-y', yamldir,
|
H A D | meson.options | 10 option('yamldir', type: 'string', description: 'Path to YAML')
|
H A D | README.md | 292 yamldir = ${datadir}/phosphor-dbus-yaml/yaml
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | meson.build | 17 yamldir = get_option('YAML_PATH') variable 18 if yamldir == '' variable 19 yamldir = meson.project_source_root() + '/src/example' variable 29 '-d', yamldir,
|
/openbmc/openpower-occ-control/ |
H A D | meson.build | 142 yamldir = get_option('yamldir') variable 143 if yamldir == '' variable 144 yamldir = meson.project_source_root() / 'example' variable 153 '-i', yamldir,
|
H A D | meson.options | 51 'yamldir',
|
/openbmc/sdbusplus/tools/ |
H A D | sdbus++-gen-meson | 177 yamldir="$(realpath --relative-to="${mesondir}" "${rootdir}")" 183 sources="${sources}'${yamldir}/$1.${s}', " 232 yamldir="$(realpath --relative-to="${mesondir}" "${rootdir}")" 237 sources="${sources}'${yamldir}/$1.${s}', "
|
/openbmc/ibm-dbus-interfaces/ |
H A D | Makefile.am | 22 yamldir = ${datadir}/phosphor-dbus-yaml/yaml macro
|
/openbmc/openpower-dbus-interfaces/ |
H A D | Makefile.am | 22 yamldir = ${datadir}/phosphor-dbus-yaml/yaml macro
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | meson.build | 9 '-y', yamldir,
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | meson.build | 141 variables: ['yamldir=' + '${pc_sysrootdir}${prefix}' / inst_yaml_dir], 149 variables: ['yamldir=' + meson.project_source_root() / 'yaml'],
|
/openbmc/phosphor-inventory-manager/ |
H A D | meson.build | 64 ifacesdir = phosphor_dbus_interfaces_dep.get_variable('yamldir')
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 330 options.yamldir,
|