opdreport: Remove duplicate fetch_serial_number function

fetch_serial_number is moved to opfunctions script,
it is being sourced in opdreport, hence this function
is no longer needed in opdreport.

Change-Id: Ibbdff9ac10d1ee47827c276d54e78172286035d4
Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
1 file changed
tree: cdfcc92d622b20b4f07899d5a241c631b824e4a1
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .clang-format
  5. .gitignore
  6. .shellcheck-ignore
  7. checkstop_app.cpp
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
  13. watchdog_timeout.cpp
README.md

openpower-debug-collector

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.