[PATCH skeleton] Move board config files to their own directory

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed May 18 08:10:52 AEST 2016


This allows them to be easily installed in the correct place
rather than /usr/sbin by a Makefile or build recipe.

Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/skeleton/84)
<!-- Reviewable:end -->


https://github.com/openbmc/skeleton/pull/84

Brad Bishop (1):
  Move board config files to their own directory

 bin/Barreleye.py        | 742 ------------------------------------------------
 bin/Firestone.py        | 610 ---------------------------------------
 bin/Garrison.py         | 610 ---------------------------------------
 bin/Palmetto.py         | 314 --------------------
 bin/download_manager.py |   6 +-
 bin/hwmon.py            |   6 +-
 bin/inventory_items.py  |   6 +-
 bin/system_manager.py   |   6 +-
 configs/Barreleye.py    | 742 ++++++++++++++++++++++++++++++++++++++++++++++++
 configs/Firestone.py    | 610 +++++++++++++++++++++++++++++++++++++++
 configs/Garrison.py     | 610 +++++++++++++++++++++++++++++++++++++++
 configs/Palmetto.py     | 314 ++++++++++++++++++++
 12 files changed, 2288 insertions(+), 2288 deletions(-)
 delete mode 100755 bin/Barreleye.py
 delete mode 100755 bin/Firestone.py
 delete mode 100755 bin/Garrison.py
 delete mode 100755 bin/Palmetto.py
 create mode 100644 configs/Barreleye.py
 create mode 100644 configs/Firestone.py
 create mode 100644 configs/Garrison.py
 create mode 100644 configs/Palmetto.py

-- 
2.8.2




More information about the openbmc mailing list