build : provide extra properties yaml as config

Make it possible for the openpower-vpd-parser recipe to be able to
supply the extra properties YAML as configurable input.

Use extra-properties-example.yaml as input.

Change-Id: I3cfffa6bb9709b4dbf5c487ab198960cc52e3863
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
2 files changed
tree: d1d4c7f1156f4afadc9eac5b25f7c7aa6d1efbc1
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. Makefile.am
  12. readeeprom.cpp
  13. README.md
  14. strgfnhandler.cpp
  15. types.hpp
  16. writefrudata.cpp
  17. writefrudata.hpp
README.md

To Build

To build this package, do the following steps:

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

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