summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/merge_yamls.py
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01phosphor-host-ipmid: Move to python3Andrew Geissler1-2/+2
Bump the revision and use python3native (From meta-phosphor rev: 06fe96971a3201fc1f263f1ef5208e7b699604bb) Change-Id: Ia715f3b14f48a3430b8c0bb3257d3a274af7129a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-14Revert "Revert "Accelerator interface for sensorinventory items""Santosh Puranik1-0/+7
This reverts commit 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52. Restore function reverted by 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52, swift build issue has now been resolved. (From meta-phosphor rev: 7106ecfbc78b7ab9aba84dfa3319455cdc833903) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: Iec14a8efc79f9094e6c37e0b1489e4e9ab9406c9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-30Revert "Accelerator interface for sensorinventory items"Adriana Kobylak1-7/+0
This reverts commit f510f7b6b708b22db1f08faf369994f01edd0ddc. The change causes a compilation error when building the swift machine, reverting until a fix is submitted. Tested: Built swift successfully. (From meta-phosphor rev: 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52) Change-Id: I690ff08d233ff9e654cfc6fbf1b466f39b447360 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-23Accelerator interface for sensorinventory itemsSantosh Puranik1-0/+7
This commit adds the xyz.openbmc_project.inventory.Item.Accelerator interface to GPU inventory items. This is needed so that the inventory DBUS objects can be queried based on the interface they implement (using the mapper). Changes made to merge_yamls script to support interfaces that contain no properties. This will need a corresponding change in the phosphor-host-ipmi repo to support empty DBUS interfaces. https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-host-ipmid/+/21106 Tested: Verified that the merged YAML file containing sensor config information has now an empty interface xyz.openbmc_project.Inventory.Item.Accelerator for the GV100 GPU sensors. (From meta-phosphor rev: f510f7b6b708b22db1f08faf369994f01edd0ddc) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I213c4af2e5b09b8a9cd5d37409f37fc7c075a013 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+59
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>