summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-10-22 23:30:00 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-26 19:15:19 +0300
commit060ad3ff7fcc30aff78a9e504efee9d8fa0d4526 (patch)
tree877dd0f9de6316140d0749ef598599df014e2a6d /meta-quanta/meta-gbs
parentef38215c4c61a187cfc2e4e52bb467d15257d340 (diff)
downloadopenbmc-060ad3ff7fcc30aff78a9e504efee9d8fa0d4526.tar.xz
treewide: remove obmc-system-mgmt feature
Every machine layer treats 'system-management' as either part of a package-group or removes the feature. The sample implementation in meta-phosphor is a do-nothing shell script (and up until recently was a Python script). There appears to be no useful purpose to this feature as a stand-alone concept, so remove it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20ca1fa8ff3cb01cac2d07d4ded84e0769e4514b
Diffstat (limited to 'meta-quanta/meta-gbs')
-rw-r--r--meta-quanta/meta-gbs/conf/machine/gbs.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-quanta/meta-gbs/conf/machine/gbs.conf b/meta-quanta/meta-gbs/conf/machine/gbs.conf
index 8fb72f286..4a65c5dcb 100644
--- a/meta-quanta/meta-gbs/conf/machine/gbs.conf
+++ b/meta-quanta/meta-gbs/conf/machine/gbs.conf
@@ -49,7 +49,6 @@ IMAGE_FEATURES:remove = "obmc-rng"
IMAGE_FEATURES:remove = "obmc-net-ipmi"
IMAGE_FEATURES:remove = "obmc-sensors"
IMAGE_FEATURES:remove = "obmc-software"
-IMAGE_FEATURES:remove = "obmc-system-mgmt"
IMAGE_FEATURES:remove = "obmc-telemetry"
IMAGE_FEATURES:remove = "obmc-debug-collector"
IMAGE_FEATURES:remove = "obmc-settings-mgmt"