[PATCH openbmc 1/2] Remove example applications from build.

OpenBMC Patches patches at stwcx.xyz
Thu Oct 22 13:31:34 AEDT 2015


From: Brad Bishop <bradleyb at us.ibm.com>

They can still be built.
Not included in any images.
Part 1 of 2 (meta-palmetto, meta-phosphor).
---
 .../meta-openpower/conf/machine/include/openpower.inc     | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc b/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
index 10fa40c..474dde8 100644
--- a/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
+++ b/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
@@ -6,16 +6,23 @@ OBMC_MACHINE_FEATURES += "\
         "
 
 VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
-       obmc-phosphor-example-sdbus \
+       skeleton \
        "
 VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
-       obmc-phosphor-example-sdbus \
+       skeleton \
        "
 VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
-       obmc-phosphor-example-pydbus \
+       skeleton \
        "
 VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
-       obmc-phosphor-example-pydbus \
+       skeleton \
        "
 
 PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "host-ipmi-bt"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "skeleton"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton"
+PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton"
-- 
2.6.0




More information about the openbmc mailing list