commit | 29ddab1d178bd10c232338b5beab59afc4d1badd | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon Dec 05 17:08:42 2022 -0800 |
committer | Willy Tu <wltu@google.com> | Tue Dec 06 19:25:09 2022 +0000 |
tree | a064380c3214955e436d29ba2bd22741cd955789 | |
parent | 188c88f82390554bcd6926e2ba10a2957e6415f4 [diff] [blame] |
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>
diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend index 0270d87..dd186f9 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"