From 29da7d3767abab50927902674aa5797e3ff07519 Mon Sep 17 00:00:00 2001 From: Shantappa Teekappanavar Date: Tue, 17 Aug 2021 16:46:54 -0500 Subject: meta-ibm: Enable eth1 as an alternate RMCP+ interface Testing: Built image for p10bmc platform, installed on a test system, and verified netipmid was started on both eth0 and eth1 interfaces. Also, verified that ipmitool commands work as expected for IP addresses configured on eth0 and eth1 interfaces Signed-off-by: Shantappa Teekappanavar Change-Id: Ie8399ba1219dac2f9c4ac15b7dfcf7e746750f0d --- meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend') diff --git a/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend b/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend index a157e0d04..4956dd78d 100644 --- a/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend +++ b/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend @@ -1,6 +1,11 @@ -ALT_RMCPP_IFACE:mihawk = "eth1" +ALT_RMCPP_IFACE:mihawk = "eth1" SYSTEMD_SERVICE:${PN}:append:mihawk += " \ ${PN}@${ALT_RMCPP_IFACE}.service \ ${PN}@${ALT_RMCPP_IFACE}.socket \ " +ALT_RMCPP_IFACE:p10bmc = "eth1" +SYSTEMD_SERVICE:${PN}:append:p10bmc += " \ + ${PN}@${ALT_RMCPP_IFACE}.service \ + ${PN}@${ALT_RMCPP_IFACE}.socket \ + " -- cgit v1.2.3