From 1d36059280b1228374a3c6d63d855b2b0735b31e Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 4 Nov 2020 13:59:44 +0300 Subject: Change default name for the IPMI KCS channel By default the 'kcsbridged.service' of the kcsbridge utility creates an IPMI channel on a Dbus with a name 'ipmi_kcs3'. To be able to use it 'channel_config.json' file should have the same name for the KCS channel. (From meta-phosphor rev: 73cf55f14deca23f2214578eb2c2661a1932d9da) Signed-off-by: Konstantin Aladyshev Change-Id: Ic483a7da0cf5d34d81f955da53561e14ba210f97 Signed-off-by: Andrew Geissler --- .../recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config') 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 7f26c247e..3b54d0c6c 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 @@ -165,7 +165,7 @@ } }, "15" : { - "name" : "SMS", + "name" : "ipmi_kcs3", "is_valid" : true, "active_sessions" : 0, "channel_info" : { -- cgit v1.2.3