diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-09-06 22:13:46 -0400 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-09-14 20:15:05 +0000 |
commit | d1a33855271c86c3f976eae72355856adaaf3c8e (patch) | |
tree | 4408d7b4f0d534c6a555d65f5cc388c5b6d2c284 /meta-phosphor/conf/machine | |
parent | 09ad89864988c0bb83f170d8c1638df2cab01a20 (diff) | |
download | talos-openbmc-d1a33855271c86c3f976eae72355856adaaf3c8e.tar.gz talos-openbmc-d1a33855271c86c3f976eae72355856adaaf3c8e.zip |
remove VIRTUAL-RUNTIME_xxx_ctl
These variables don't do anything functionally at the moment
and the idea is better implemented with a packagegroup anyway.
Change-Id: I026989df7a1169d44ff1a532731c97930c95d293
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf/machine')
-rw-r--r-- | meta-phosphor/conf/machine/include/sample.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-phosphor/conf/machine/include/sample.inc b/meta-phosphor/conf/machine/include/sample.inc index 272f8387e..91c1d66db 100644 --- a/meta-phosphor/conf/machine/include/sample.inc +++ b/meta-phosphor/conf/machine/include/sample.inc @@ -5,18 +5,6 @@ OBMC_MACHINE_FEATURES += "\ obmc-phosphor-flash-mgmt \ " -VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \ - obmc-phosphor-example-sdbus \ - " -VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \ - obmc-phosphor-example-sdbus \ - " -VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \ - obmc-phosphor-example-pydbus \ - " -VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ - obmc-phosphor-example-pydbus \ - " VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ host-ipmid-oem \ host-ipmid-fru \ |