From 939f0327505d507ce3ed83679b11132dc357cf15 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 18 Jan 2018 18:01:29 -0800 Subject: phosphor-ipmi-host: Add channel config default To provide a custom channel configuration, provide a virtual phosphor-ipmi-channel-config. Change-Id: I00d8e8aed11a18d193a9066a098611784600da56 Signed-off-by: Patrick Venture --- .../ipmi/phosphor-ipmi-channel-inventory/channel.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory/channel.yaml (limited to 'meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory/channel.yaml') diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory/channel.yaml b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory/channel.yaml new file mode 100644 index 000000000..819f25198 --- /dev/null +++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory/channel.yaml @@ -0,0 +1,6 @@ +# Channel Number (must be unique) is the key +1: + # ifName the ethernet device name (used in the dbus path) + ifName: eth0 +2: + ifName: eth1 -- cgit v1.2.1