#
17944e13 |
| 13-Feb-2017 |
Adriana Kobylak <anoo@us.ibm.com> |
Move inherits keyword from errors.yaml to metadata.yaml The metadata.yaml file is the correct location for the inherits. Update the elog-gen.py parser to support this change. Ch
Move inherits keyword from errors.yaml to metadata.yaml The metadata.yaml file is the correct location for the inherits. Update the elog-gen.py parser to support this change. Change-Id: Iac7f67ec72e761ab3dafbf89c7e4d5495b34f00d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
5d1aace6 |
| 18-Jan-2017 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
elog-gen.py : order inherited errors The elog-gen.py script should process errors such that the generated code has definitions for parent errors before their child errors are defined
elog-gen.py : order inherited errors The elog-gen.py script should process errors such that the generated code has definitions for parent errors before their child errors are defined. Change-Id: I035292731346bdba969f549c7e4033066814890f Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|
#
82b7de7e |
| 17-Jan-2017 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
elog-gen.py : get inherited-from error Openbmc error interfaces can inherit other error interfaces, thereby allowing to combine metadata across errors. The current implementation wou
elog-gen.py : get inherited-from error Openbmc error interfaces can inherit other error interfaces, thereby allowing to combine metadata across errors. The current implementation would support single inheritance only. This first commit related to error inheritance implementation lets elog-gen.py figure out an error's parent. Change-Id: Ia5c44de755e777e0cb2725afa5988c97283d10f0 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|
#
160d3e0b |
| 17-Jan-2017 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
elog-gen.py : read multiple error yaml files This change enables the elog-gen script to look at more than one error yaml file (and corresponding metadata yaml file). The input to the
elog-gen.py : read multiple error yaml files This change enables the elog-gen script to look at more than one error yaml file (and corresponding metadata yaml file). The input to the script had to be changed to a yaml directory, containing error yaml files, instead of a single error yaml file. The reason to support reading multiple error yaml files is that, without this, applications have to all dump their errors in a single big error yaml file. Now it's possible to write application/domain specific error yaml files; they just need to be exported to the same location, from where elog-gen.py can pick them. Change-Id: I9418bf0e0b54a7b7f7701b337649cb8eb4c54913 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|