Sync channel name to network interface name
Update channel config to network interface name so that
it can be referenced directly without any mapper.
i.e. channel name is network interface name
Depends on phosphor-host-ipmid version, which
is also updated in this patch
(From meta-phosphor rev: 8d2b48ddef636c8daea43111cc843ed6aaa67688)
Change-Id: I3bb5780d3182cbae2a490943818f5d5d20034275
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
index 8a5ff9c..cf8b6ee 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
@@ -11,7 +11,7 @@
}
},
"1" : {
- "name" : "LAN1",
+ "name" : "eth0",
"is_valid" : true,
"active_sessions" : 0,
"channel_info" : {
@@ -22,7 +22,7 @@
}
},
"2" : {
- "name" : "LAN2",
+ "name" : "eth1",
"is_valid" : true,
"active_sessions" : 0,
"channel_info" : {
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index c6c0927..d47ef81 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "161f20d59d205dd5b7702975984dca5b8d6f599c"
+SRCREV = "e19540e6d8e96e205978712a698e83f676553360"