summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/packagegroups
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08packagegroups: Remove obmc-mgr-systemAdriana Kobylak1-1/+0
The system manager (obmc-mgr-system) which provided GPIO functionality is being deprecated and it's not in use anymore: * GPIOs have moved out of D-Bus (see openbmc/openbmc#3332). * Tools depending on its GPIO functions have been updated to call local functions instead. * The systemd service files have been updated to not depend on system manager. Tested: Powered on a Witherspoon with no errors. (From meta-openpower rev: a3923f554d58227862b3baeb069f3dfc55d535a6) Change-Id: I2f968b12dd3d557dfea81ed64aac623bf20205cf Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-04openpower: op-apps: Remove obmc-phosphor-licenseBrad Bishop1-1/+0
This class is on its way to being deprecated, and oe-core packagegroups don't have a LICENSE specified in the recipe. Adopt the same semantics for meta-openpower. (From meta-openpower rev: 55426381f1e2ad1aeae17f78f29eecee3e4bb1b5) Change-Id: Icb62e74915ac478b74776299cc1d9ad352accfe6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27meta-openpower: Introduce openpower-host-ipmi-flash pluginAdriana Kobylak1-1/+4
openpower-host-ipmi-flash implements the IPMI transport of the Host I/O Mapping protocol, enabling OpenPOWER platforms to access BMC-owned flash-devices. (From meta-openpower rev: bbad762651acad484087060cbd414d507a0d7fa5) Change-Id: I8c4adbf05d741a3b6242518fe608d08b0a91d0f6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21packagegroup-op-apps: Remove obmc-pcie-detectAdriana Kobylak1-1/+0
The obmc-pcie-detect was added for the Barreleye system which is not maintained anymore, and this app does not work on other supported platforms like Witherspoon and Zaius since it exits during an initial check. Therefore remove the package. Tested: Checked that there were no errors in Witherspoon. (From meta-openpower rev: 44c32142f7424731144c29778493bbb6c0901580) Change-Id: I503a4660f51f11034eedc7036e1fcdb33d678484 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-11packagegroup-obmc-apps: Remove obmc-mgr-sensorAdriana Kobylak1-7/+0
The obmc-mgr-sensor managed the sensors under the /org/openbmc/sensors path which is now deprecated. The sensors are now created in the paths specified by the ipmi sensor config.yaml files. Tested: Powered on a Witherspoon to the Host OS without ipmi giving get/set sensor errors. (From meta-openpower rev: b86af4f9e768c66986efc85726c73aa08ddeb732) Change-Id: I588bfd822aa70ab5ae6ff535a608ea4d2282a919 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05meta-openpower: Move layer content from common/Brad Bishop5-0/+95
Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>