summaryrefslogtreecommitdiffstats
path: root/pyinventorymgr/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove inventory_items.py from installationAndrew Geissler2018-04-021-1/+1
| | | | | | | | | | | The old inventory manager is no longer needed with the final integration of phosphor-inventory-manager complete https://gerrit.openbmc-project.xyz/#/c/8793/ must be merged before this commit. Change-Id: I9ce3616b0e9aa272ea1254073e4c7b28353abf0a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* inventory: Move INVENTORY_ROOT to inventory moduleBrad Bishop2016-09-231-0/+1
| | | | | Change-Id: Ic68d4a48ff46002858934e0b9c9b1694a2a17a08 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add logic to sync/preserve MAC and UUIDAdriana Kobylak2016-08-081-1/+1
| | | | | | | | | | | | | | The MAC and UUID values are written in the VPD eeprom by the manufacturer. These values are mirrored to u-boot. During BMC boot, check that the values in the VPD eeprom and u-boot are the same. If they are different, use the VPD eeprom value to update u-boot. Exception is the MAC when it's been set by the admin to have a locally administered address. In this case the MAC is not updated. Updating the MAC takes effect immediately, updating the UUID requires a BMC reboot. Change-Id: Ied0f308ed06cd6a45bd618bbb307b2483c6b5b61 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Reorganize directory structureBrad Bishop2016-06-101-0/+6
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud