summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-01-16 03:32:55 -0600
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-01-21 02:13:59 -0600
commitd310378f4fcd7a7bcdfea81c0e7c93351b6f992f (patch)
tree9d2ac3e6e82393374646f2949b3fa25fdf67dfc5 /tools
parentb0d5e3ddbcf0cc3317795687624afe9a4d5247e9 (diff)
downloadphosphor-logging-d310378f4fcd7a7bcdfea81c0e7c93351b6f992f.tar.gz
phosphor-logging-d310378f4fcd7a7bcdfea81c0e7c93351b6f992f.zip
Rename <Interface>.logging.yaml to <Interface>.metadata.yaml
This change is just for brevity. Change-Id: Ie2360b19179837a1dc3675e96a4adcc2114f2bc6 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/elog-gen.py4
-rw-r--r--tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml (renamed from tools/example/xyz/openbmc_project/Example/Elog.logging.yaml)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/elog-gen.py b/tools/elog-gen.py
index 430f991..57d5050 100755
--- a/tools/elog-gen.py
+++ b/tools/elog-gen.py
@@ -119,8 +119,8 @@ def main(i_args):
exit(1)
# the meta data will be defined in a similar file name where we replace
- # <Interface>.errors.yaml with <Interface>.logging.yaml
- meta_file = options.elog_yaml.replace("errors", "logging")
+ # <Interface>.errors.yaml with <Interface>.metadata.yaml
+ meta_file = options.elog_yaml.replace("errors", "metadata")
meta_file = "/".join((options.rootdir, meta_file))
if (not (os.path.isfile(meta_file))):
print "Can not find meta yaml file " + meta_file
diff --git a/tools/example/xyz/openbmc_project/Example/Elog.logging.yaml b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
index 9ca4a4e..9ca4a4e 100644
--- a/tools/example/xyz/openbmc_project/Example/Elog.logging.yaml
+++ b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
OpenPOWER on IntegriCloud