Renamed error yaml due to clash with error yaml in openpower-dbus

To fix duplicate "Event" string in error message ""Message":
"org.open_power.Error.Host.Event.Event"", renamed error yaml
in dbus interfaces from  org/open_power/Host/Event.errors.yaml
to org/open_power/Host.errors.yaml.

Renaming of error yaml file in dbus interfaces clashes with the
error yaml file name in openpower-debug-collector.

To fix the clash renaming openpower-debug-collector error yaml from
org/open_power/Host.errors.yaml to org/open_power/Host/Boot.errors.yaml

Change-Id: Ib5fc0cd176b5d9dc2f47f35b008277434855a711
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
4 files changed
tree: e4063768fc28b0e6e3e52531c9def3c2170706bc
  1. org/
  2. .gitignore
  3. bootstrap.sh
  4. checkstop_app.cpp
  5. configure.ac
  6. LICENSE
  7. Makefile.am
  8. README.md
  9. watchdog_timeout.cpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS} --prefix=/usr
    3. make

To full clean the repository again run `./bootstrap.sh clean`.
For local build, pass --prefix=/usr option to the configure script
to let the Makefile use /usr/share value over /usr/local/share for ${datadir}
variable. The error yaml files and elog parser are stored in /usr/share
location in the SDK.
For CI build, ${datadir} is expanded to /usr/local/share to which the
dependent files and parser are exported, so don't add the prefix option.
For recipe build, ${datadir} is expanded to /usr/share to which the
dependent files and parser are exported, so don't add the prefix option.