Build fails for p10bmc machine type

The commit, eebcf900a23b41df24d0985240a4da83bffa8a54, to move yaml
files to a specific subdirectory caused build failure for p10bmc
mchine type.

Tested: build succeeds with this change.

Signed-off-by: Shantappa Teekappanavar <shantappa.teekappanavar@ibm.com>
Change-Id: I52a5f3911b1bc5a96de35cc98a2a03a18c8691dd
1 file changed
tree: 11fc11d3447d650e5343540cc90028b5f4b7f6a2
  1. gen/
  2. phosphor-logging/
  3. subprojects/
  4. watchdog/
  5. yaml/
  6. .clang-format
  7. .gitignore
  8. checkstop_app.cpp
  9. LICENSE
  10. meson.build
  11. meson_options.txt
  12. OWNERS
  13. README.md
  14. watchdog_timeout.cpp
README.md

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`.