summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2022-12-06 04:08:42 +0300
committerWilly Tu <wltu@google.com>2022-12-06 22:25:09 +0300
commit29ddab1d178bd10c232338b5beab59afc4d1badd (patch)
treea064380c3214955e436d29ba2bd22741cd955789 /meta-google
parent188c88f82390554bcd6926e2ba10a2957e6415f4 (diff)
downloadopenbmc-29ddab1d178bd10c232338b5beab59afc4d1badd.tar.xz
meta-google: ipmid: disable dbus Active Software
Google uses a different version via ipmi-config: https://github.com/openbmc/openbmc/blob/master/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend The dbus active software keeps failing and printing errors. Change-Id: Ibbbc73a2121c51d146f0db76d231a2be5e30231d Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index 0270d87a3d..dd186f9a7b 100644
--- a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -1,3 +1,5 @@
# Neither of these are used in a gbmc configuration
RDEPENDS:${PN}:remove:gbmc = "clear-once"
RDEPENDS:${PN}:remove:gbmc = "phosphor-software-manager-updater"
+
+EXTRA_OEMESON:append:gbmc = " -Dget-dbus-active-software=disabled"