diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2015-10-21 20:24:23 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2015-10-21 20:25:36 -0400 |
commit | c88c37c926c4070c158e2de978b9a558fb0b10d7 (patch) | |
tree | 0ee6c4092006a37cab50281889ce663975f4e90e /meta-phosphor/conf | |
parent | 5bd1f3da4906c257ce97618c70783ddddac4d7d1 (diff) | |
download | talos-openbmc-c88c37c926c4070c158e2de978b9a558fb0b10d7.tar.gz talos-openbmc-c88c37c926c4070c158e2de978b9a558fb0b10d7.zip |
Remove example applications from build.
They can still be built.
Not included in any images.
Part 2 of 2 (meta-palmetto, meta-phosphor).
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/machine/include/sample.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-phosphor/conf/machine/include/sample.inc b/meta-phosphor/conf/machine/include/sample.inc index 801706fc6..16e29801f 100644 --- a/meta-phosphor/conf/machine/include/sample.inc +++ b/meta-phosphor/conf/machine/include/sample.inc @@ -19,3 +19,10 @@ VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ " PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw ?= "host-ipmi-hw-example" +PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "obmc-phosphor-chassisd" +PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-eventd" +PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "obmc-phosphor-fand" +PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "obmc-phosphor-flashd" +PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "obmc-phosphor-policyd" +PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "obmc-phosphor-sensord" +PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "obmc-phosphor-sysd" |