Update clang-format

Update to the latest OpenBMC clang-format.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ic8ef12ef658f6248b2dac72d40df8c016d0fe378
1 file changed
tree: 2377411162bbada1d00d104393b7c59569959d11
  1. org/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. checkstop_app.cpp
  6. configure.ac
  7. LICENSE
  8. MAINTAINERS
  9. Makefile.am
  10. README.md
  11. 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 clean the repository 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.