Home
last modified time | relevance | path

Searched refs:yaml_dir (Results 1 – 10 of 10) sorted by relevance

/openbmc/ibm-logging/
H A Dcreate_error_reports.py36 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 Dsensor_gen.py26 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 Dphosphor-dbus-yaml.bbclass1 yaml_dir = "${datadir}/phosphor-dbus-yaml"
4 FILES:${PN}-yaml += "${yaml_dir}"
H A Dphosphor-logging-yaml-provider.bbclass23 install -d $(dirname ${D}${yaml_dir}/$subpath)
25 install -m 0644 ${yaml_f} ${D}${yaml_dir}/$subpath
/openbmc/phosphor-led-manager/scripts/
H A Dparse_led.py238 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 Delog-gen.py178 yaml_dir = i_yaml_dir.strip("./")
179 yaml_dir = yaml_dir.strip("../")
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/
H A Dopenpower-ipmi-oem-error-native_git.bb15 DEST=${D}${yaml_dir}/org/open_power/OCC
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/
H A Dwitherspoon-pfault-analysis-error-native_git.bb14 DEST=${D}${yaml_dir}/org/open_power/Witherspoon
/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/
H A Dphosphor-inventory-manager_git.bb34 -DIFACES_PATH=${STAGING_DIR_TARGET}${yaml_dir} \
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/
H A Dphosphor-logging_git.bb59 -Dyamldir=${STAGING_DIR_TARGET}${yaml_dir} \