Home
last modified time | relevance | path

Searched refs:metadata_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/
H A Dgenerate_metadata.py10 def main(metadata_file, img_type_uuids, location_uuids, img_uuids): argument
13 with open(metadata_file, "ab") as fp:
19 with open(metadata_file, "ab") as fp:
39 with open(metadata_file, 'rb+') as fp:
63 main(args.metadata_file, args.img_type_uuids, args.location_uuids, args.img_uuids)
/openbmc/ibm-logging/
H A Dcreate_error_reports.py56 metadata_file = yaml_file.replace("errors.yaml", "metadata.yaml")
59 if os.path.exists(os.path.join(yaml_dir, metadata_file)):
60 with open(os.path.join(yaml_dir, metadata_file)) as mfd: