meson: Enable unit tests from x86

Enable running the unit tests from an x86 sdk.

Tested: Raun unit tests with:
        meson -Doe-sdk=enabled -Dtests=enabled build
        ninja -C build test

Change-Id: Ifc05946cbc30d37de89326e9095e98d9a9fdcec5
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2 files changed
tree: 335b346d6ce41073e60e9e7c8f4eb4c145f9e4c2
  1. dbus/
  2. m4/
  3. mmc/
  4. static/
  5. test/
  6. ubi/
  7. vpnor/
  8. .clang-format
  9. .gitignore
  10. .shellcheck
  11. activation.cpp
  12. activation.hpp
  13. bootstrap.sh
  14. configure.ac
  15. functions.cpp
  16. functions.hpp
  17. generate-tar
  18. generate-ubi
  19. image_verify.cpp
  20. image_verify.hpp
  21. item_updater.cpp
  22. item_updater.hpp
  23. item_updater_main.cpp
  24. LICENSE
  25. MAINTAINERS
  26. Makefile.am
  27. meson.build
  28. meson_options.txt
  29. msl_verify.cpp
  30. msl_verify.hpp
  31. msl_verify_main.cpp
  32. op-pnor-msl.service
  33. openpower-pnor-update@.service
  34. org.open_power.Software.Host.Updater.service
  35. README.md
  36. utils.cpp
  37. utils.hpp
  38. version.cpp
  39. version.hpp
README.md

openpower-pnor-code-mgmt

OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.