diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-09-08 17:13:33 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-09-14 21:20:54 -0400 |
commit | a1fe810a767be19e96675ea02bc208301453ae8e (patch) | |
tree | 7d4f52148d0dfcc654ddf706e8bb81fc4e98b98c /meta-phosphor/conf | |
parent | a39772f38ae238fe4514fe3a99d184d06c89a900 (diff) | |
download | talos-openbmc-a1fe810a767be19e96675ea02bc208301453ae8e.tar.gz talos-openbmc-a1fe810a767be19e96675ea02bc208301453ae8e.zip |
Add host ipmi feature
Add a distro/machine feature for Host IPMI.
Change-Id: I873e5a37236ab408890e967109f16bc1926503be
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/distro/openbmc-phosphor.conf | 1 | ||||
-rw-r--r-- | meta-phosphor/conf/machine/include/sample.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf index 0c432b60a..c890d36ce 100644 --- a/meta-phosphor/conf/distro/openbmc-phosphor.conf +++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf @@ -27,6 +27,7 @@ DISTRO_FEATURES = "\ obmc-phosphor-event-mgmt \ obmc-phosphor-user-mgmt \ obmc-phosphor-system-mgmt \ + obmc-host-ipmi \ ${DISTRO_FEATURES_LIBC} \ " diff --git a/meta-phosphor/conf/machine/include/sample.inc b/meta-phosphor/conf/machine/include/sample.inc index cd41c7220..cdf10dec8 100644 --- a/meta-phosphor/conf/machine/include/sample.inc +++ b/meta-phosphor/conf/machine/include/sample.inc @@ -3,6 +3,7 @@ OBMC_MACHINE_FEATURES += "\ obmc-phosphor-chassis-mgmt \ obmc-phosphor-sensor-mgmt \ obmc-phosphor-flash-mgmt \ + obmc-host-ipmi \ " PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "host-ipmi-hw-example" |