Remove unused bmcdump VPD plugin entry

This commit updates the VPD plugin in bmcdump to remove the unused bad
vpd directory in /tmp. vpd-manager now dumps bad VPD files into
/var/lib/vpd/dumps and /var/lib/vpd is already handled by plugin entry
"VPD persistent data".

Test:
```
1. Ensure vpd-manager has dumped 3  bad VPD files in /var/lib/vpd/dumps
2. Initiate a user generated BMC dump
   busctl --verbose call  xyz.openbmc_project.Dump.Manager
   /xyz/openbmc_project/dump/bmc xyz.openbmc_project.Dump.Create
   CreateDump a{sv} 0
3. Once dump entry status is shown as completed, extract the dump and
   check vpd folder to see a dumps directory is present with the
   expected bad VPD files inside.
```

Change-Id: I34d108ebba69e43b9fbe2fddd2a83cb8dd2b1174
Signed-off-by: Souvik Roy <souvikroyofficial10@gmail.com>
1 file changed
tree: e0b8f2119b987b7a0c311201d448c9065ef4ad2f
  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`.