Searched refs:yaml_dir (Results 1 – 10 of 10) sorted by relevance
/openbmc/ibm-logging/ |
H A D | create_error_reports.py | 36 for yaml_dir in yaml_dirs: 37 yaml_files = get_yaml(yaml_dir) 40 all_errors += read_error_yaml(yaml_dir, yaml_file) 45 def read_error_yaml(yaml_dir, yaml_file): argument 59 if os.path.exists(os.path.join(yaml_dir, metadata_file)): 60 with open(os.path.join(yaml_dir, metadata_file)) as mfd: 63 with open(os.path.join(yaml_dir, yaml_file)) as fd: 114 def get_yaml(yaml_dir): argument 120 if os.path.exists(yaml_dir): 121 for directory, _, files in os.walk(yaml_dir): [all …]
|
/openbmc/openpower-occ-control/ |
H A D | sensor_gen.py | 26 yaml_dir = script_dir variable 27 yaml_file = os.path.join(yaml_dir, "occ_sensor.yaml") 30 yaml_dir = args.inputdir variable 33 yaml_file = os.path.join(yaml_dir, args.filename)
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-dbus-yaml.bbclass | 1 yaml_dir = "${datadir}/phosphor-dbus-yaml" 4 FILES:${PN}-yaml += "${yaml_dir}"
|
H A D | phosphor-logging-yaml-provider.bbclass | 23 install -d $(dirname ${D}${yaml_dir}/$subpath) 25 install -m 0644 ${yaml_f} ${D}${yaml_dir}/$subpath
|
/openbmc/phosphor-led-manager/scripts/ |
H A D | parse_led.py | 238 yaml_dir = script_dir variable 239 yaml_file = os.path.join(yaml_dir, "led.yaml") 242 yaml_dir = args.inputdir variable 245 yaml_file = os.path.join(yaml_dir, args.filename)
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 178 yaml_dir = i_yaml_dir.strip("./") 179 yaml_dir = yaml_dir.strip("../")
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/ |
H A D | openpower-ipmi-oem-error-native_git.bb | 15 DEST=${D}${yaml_dir}/org/open_power/OCC
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/ |
H A D | witherspoon-pfault-analysis-error-native_git.bb | 14 DEST=${D}${yaml_dir}/org/open_power/Witherspoon
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/ |
H A D | phosphor-inventory-manager_git.bb | 34 -DIFACES_PATH=${STAGING_DIR_TARGET}${yaml_dir} \
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/ |
H A D | phosphor-logging_git.bb | 59 -Dyamldir=${STAGING_DIR_TARGET}${yaml_dir} \
|