summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorChanh Nguyen <chanh@os.amperecomputing.com>2022-09-13 07:04:18 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2023-06-09 10:20:05 +0300
commita423ad3f0000c733e61cfd4eced09272bd868a16 (patch)
treec5ba157acb69efb19a68c2d1fffe490216cb5d6c /meta-ampere
parente760df85eded3ead9d756555d5144acc5e3d3fa1 (diff)
downloadopenbmc-a423ad3f0000c733e61cfd4eced09272bd868a16.tar.xz
meta-ampere: mtmitchell: Enable IPMI over NCSI interface
This commit configures the phosphor-ipmi-net to support IPMI via NCSI/eth1 interface. Tested: 1. Plug the NCSI card, boot the BMC and get its IP. 2. Check if IPMI can be reproted via eth1's IP: ipmitool -I lanplus -H NCSI_IP -C 17 -U root -P 0penBmc mc info Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Change-Id: Ib5b26cd0e4e82214234bce49272ed767cfba50d3
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend b/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend
new file mode 100644
index 0000000000..d73ea68b6e
--- /dev/null
+++ b/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend
@@ -0,0 +1,7 @@
+DEFAULT_RMCPP_IFACE = "eth0"
+
+ALT_RMCPP_IFACE = "eth1"
+SYSTEMD_SERVICE:${PN} += " \
+ ${PN}@${ALT_RMCPP_IFACE}.service \
+ ${PN}@${ALT_RMCPP_IFACE}.socket \
+ "