Trimmed out code paths that relied on the old namespace.

There were references to the skeleton because it was still updating
items in the old namespace.  This trims those out, however, doesn't
clean up all the extra bits.  That will be a subsequent commit.

Fixes openbmc/openbmc#1425.

Change-Id: Ibe9af614458bced70f478f70ffb5b5195034bc7e
Signed-off-by: Patrick Venture <venture@google.com>
1 file changed
tree: 231f9e32c7fcfb64d0d2846aabea1280cd961f18
  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`.