summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-s6q
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-04-18 22:29:31 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-20 23:07:57 +0300
commitc0201c9390c014791474ac46b4ed7243897bc4e4 (patch)
treea1de5bb7428c3713d92bc3e0a9ab56541fa2afc5 /meta-quanta/meta-s6q
parent439a39392cfde76e727b0622e66475e9e8959e29 (diff)
downloadopenbmc-c0201c9390c014791474ac46b4ed7243897bc4e4.tar.xz
meta-phosphor: disable phosphor-dbus-monitor by default
phosphor-dbus-monitor still uses autoconf and has a hard dependency on phosphor-snmp, causing phosphor-snmp to be brought in on systems that have no interest in using SNMP. The vast majority of systems do not supply any config for phosphor-dbus-monitor, so the usage of it does not seem wide enough to enable the IMAGE_FEATURE by default. - Remove 'obmc-dbus-monitor' from IMAGE_FEATURE by default. - Clean up all systems that manually remove the dbus-monitor feature or package. - Explicitly add the 'obmc-dbus-monitor' to the following systems: - meta-ibm: all - meta-inspur: fp5280g2 - meta-quanta: s6q Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iad6c4104466e21d1b9843dac964a634019eb6935
Diffstat (limited to 'meta-quanta/meta-s6q')
-rw-r--r--meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 3c1f006d8c..42c0f2a950 100644
--- a/meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1 +1,2 @@
OBMC_IMAGE_EXTRA_INSTALL:append:s6q = " usb-ethernet-gadget"
+IMAGE_FEATURES:append:s6q = " obmc-dbus-monitor"