summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/obmc-phosphor-ipmiprovider-symlink.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09class: obmc-phosphor-ipmiprovider-symlink: Add IPMI BlobsPatrick Venture1-0/+9
The IPMI Blobs handler is loaded by phosphor-host-ipmid at run-time, and this handler then searches for IPMI Blob Handlers. This patch adds the option to register them against this class and installs a symlink to blob handlers in a location expected by the blob manager. This is akin to what's presently done for phosphor-host-ipmid and phosphor-net-ipmid. (From meta-phosphor rev: 4b3f25f6d43caa08e4f424d875c46212727f0d08) Change-Id: Ied2b1adf85ec9510c119f9b79367a284ad376751 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-03-23Clean up stale obmc-phosphor-utils referencesBrad Bishop1-0/+2
There were a number of places that inherited this class but did not use it. A number of classes that did use it did not inherit it. This was possible because the class was pulled in by the distro configuration but that has been removed here as well. Tested: Built and verified a witherspoon image Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I73511cdcc609875b4fe016967c1b84c5200fb703
2018-02-17classes: ipmi: symlink: Don't change directoriesBrad Bishop1-2/+1
Avoid a build warning by not changing directories when installing ipmid provider symlinks. Change-Id: I174c91643197f387ffa1bc76d71d6f736444cffd Tested: Built an image and verified symlinks Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-02-16classes: ipmi: symlink: Add missing EOF newlineBrad Bishop1-1/+1
Change-Id: I1dccd10d802c773a6b07eed0e08934d3b24962eb Tested: No functional changes Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2017-02-01Create symlink for IPMI Provider librariesTom Joseph1-0/+37
The IPMI provider libraries are installed into /usr/lib/ipmid-providers. If the provider library is applicable for host-ipmid channel then soft link is created to /usr/lib/host-ipmid. In this way the soft links are created for the provider library to the corresponding directory. Change-Id: I586bc830efd2b1d1ff1941181d1aa8d9a400f628 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>