VOL-248 Management of EdgeCore OLT devices
 VOL-312 Redfish server build integration
- ReadMe with instructions for Build, install and execution
- scripts for building redfish service code by downloading intelRSD code and accton pathc from google drive and apply patch file from calsoft
- remove.sh script for uninstalling redfish service
- calsoft.patch
- asfvolt16_redfish_uri for referring URI's

Change-Id: I9b6bcb1af08a427ed96ec9bc10f84bd39489786b
6 files changed
tree: 5a1f596b4f15e8a4e97a57527cecd43f687663c9
  1. .gitignore
  2. .gitmodules
  3. .gitreview
  4. INSTALL.md
  5. Makefile.am
  6. README.md
  7. asfvolt16_redfish_service/
  8. configure.ac
  9. device_simulator/
  10. patches/
  11. scripts/
  12. src/
  13. third_party/
README.md

Build

autoreconf --install
git submodule update --init --recursive
./configure
make
sudo make install