summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Add group names based on recipeRichard Marian Thomaiyar1-0/+6
Add ipmi, web, and redfish to the /etc/group file from own recipe. Note: phosphor-user-manager relies on this group names to manage access control (From meta-phosphor rev: fe5b8d24b982d2e7e0da26852b71df20a679abe2) Change-Id: Ide704dfb17b90c8d6bee75a14fc806397dce43c7 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-11phosphor-host-ipmid: srcrev bump 26f80ab2cc..0b02be925aAndrew Geissler1-1/+1
Patrick Venture (1): add .clang-format (From meta-phosphor rev: 173a10484d8d3b52aa49b294d567711dd8100f2e) Change-Id: Iedd73801dac37464eb28b6cb1b6ceec0584abefd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-11phosphor-net-ipmid: srcrev bump fe5a645872..584fa8877dAndrew Geissler1-1/+1
Adriana Kobylak (1): Add support for OpenSSL 1.1.0 (From meta-phosphor rev: d5052421e7b20c674b2205841edf65d3d5214138) Change-Id: I3a57ff78813ceb16ca73c4f1908ca1b1a56274c6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-07ipmi-fru-parser: srcrev bump c19b813e79..25fbd433ecAndrew Geissler1-1/+1
Adriana Kobylak (1): gen_pimrules: Update the Boot Progress Sensor (From meta-phosphor rev: 43812b766f7bfada6c367a0ce9cc3076ab50cd8f) Change-Id: I72a23734724e968e292bc8452ea1876ed352ae0b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-07phosphor-host-ipmid: srcrev bump 1e12112baf..26f80ab2ccAndrew Geissler1-1/+1
Andrew Geissler (1): Add -flto to CXXFLAGS Patrick Venture (1): add missing header: map (From meta-phosphor rev: 759f5a5d3e82eccb3fea958b116d78ce099ecfec) Change-Id: I1bde7819ca3537d6a08fd4b6c0ca81f9562d70a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-07ipmi-sensor: Add power supply derating factorAdriana Kobylak2-0/+27
Add the power supply derating factor sensor to the ipmi yaml file. This sensor was currently hardcoded in the /org/openbmc/sensors path but that is being deprecated in favor of having the sensors defined in the ipmi yaml config files. Tested: With this change the get sensor command was successful. (From meta-phosphor rev: 8605fa1ad9512fdc2bea2a3f5ad3be9b2828f9ee) Change-Id: Ie221521e91b47639cb9d24eb23ab2b8bf774d110 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06ipmi-sensor: Add power supply redundancyAdriana Kobylak2-0/+37
Add the power supply redundancy sensor to the ipmi yaml file. This D-Bus object already exists in the Settings app. Tested: Verifed that the generated phosphor-ipmi-host sensor.yaml file contained the new sensor. Removed the legacy sensor from the /org/openbmc path and powered on a Witherspoon to the Host OS without errors. (From meta-phosphor rev: 46adbb00b0b672789bd8fc47bee82e46c5880956) Change-Id: Id8a2494848d6b13710d0f6365438086ce1a42513 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop52-0/+3874
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>