summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/machine
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-07 06:27:27 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-15 04:20:55 +0300
commit345f696d700a113d7e434f8655f59ca7cd5890ed (patch)
treef8fd2a273fba684f4bcf2cd5d85bffb8d35eb137 /meta-phosphor/conf/machine
parent676c6bb401b55248dbfb8a4c5b8b11e8313d1b45 (diff)
downloadopenbmc-345f696d700a113d7e434f8655f59ca7cd5890ed.tar.xz
Move default providers to distro config
Move the fake, example implementations from sample.inc to phosphor-defaults. Other layers override as needed. Change-Id: Ic024b13c39bf1750f5c76bc0fac1d18092e8305d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf/machine')
-rw-r--r--meta-phosphor/conf/machine/include/sample.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-phosphor/conf/machine/include/sample.inc b/meta-phosphor/conf/machine/include/sample.inc
index cdf10dec8..4a1b17fb3 100644
--- a/meta-phosphor/conf/machine/include/sample.inc
+++ b/meta-phosphor/conf/machine/include/sample.inc
@@ -5,12 +5,3 @@ OBMC_MACHINE_FEATURES += "\
obmc-phosphor-flash-mgmt \
obmc-host-ipmi \
"
-
-PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "host-ipmi-hw-example"
-PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "obmc-phosphor-chassisd"
-PREFERRED_PROVIDER_virtual/obmc-event-mgmt = "obmc-phosphor-event"
-PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "obmc-phosphor-fand"
-PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "obmc-phosphor-flashd"
-PREFERRED_PROVIDER_virtual/obmc-sensor-mgmt = "obmc-phosphor-sensord"
-PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "obmc-phosphor-sysd"
-PREFERRED_PROVIDER_virtual/obmc-user-mgmt = "obmc-phosphor-user"