From 4b04e1fff12efc02ef234b37293958f7fc1c11f5 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 19 Dec 2018 14:53:22 -0800 Subject: phosphor-ipmi-host: Provide new libusercmds.so The user commands have been split off from the libipmi20 provider. We now need to include the libusercmds provider to utilize those commands. (From meta-phosphor rev: c426a989dfac7998f463c275ed89694f51038c30) Change-Id: Ie738d3e636e6e296957ff0b8c9a59f8c81cbb85a Signed-off-by: William A. Kennington III Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb index e85b2609c..45dd98b47 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb @@ -86,8 +86,10 @@ SRC_URI += "file://merge_yamls.py " HOSTIPMI_PROVIDER_LIBRARY += "libipmi20.so" HOSTIPMI_PROVIDER_LIBRARY += "libsysintfcmds.so" +HOSTIPMI_PROVIDER_LIBRARY += "libusercmds.so" NETIPMI_PROVIDER_LIBRARY += "libipmi20.so" +NETIPMI_PROVIDER_LIBRARY += "libusercmds.so" FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" -- cgit v1.2.3