summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-06-26 19:30:34 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-06-27 03:13:27 +0300
commit06c8790b7831fe7d459e5f81c5187b3ad6aea8db (patch)
tree06366bce7dbbe8f9ae61d4ddf398c81209b96f23 /meta-phosphor
parent8efacd95a27e80dfdbe23764f056971e5b330dc5 (diff)
downloadopenbmc-06c8790b7831fe7d459e5f81c5187b3ad6aea8db.tar.xz
phosphor-bmc-code-mgmt: srcrev bump 19dd56be1d..2311b64c99
Daniel Hsu (1): host_bios_upgrade: Add Updateable Association Jagpal Singh Gill (2): start-update-interface: add the new app fix for phoshphor-software-manager start issue Add necessary PACKAGECONFIG; we are expecting this feature to be disabled by default until it is fully implemented. Change-Id: If49e210860d4df7e0ea522baee12219931e09274 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc
index dca45f8edd..5589f02849 100644
--- a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc
+++ b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-bmc-code-mgmt"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt;branch=master;protocol=https"
-SRCREV = "19dd56be1df79ec47bcffa621c610da5dfbf4bf6"
+SRCREV = "2311b64c99b39fc28060c38e8a4d8e30b8fad075"
diff --git a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
index a8a24b552a..c53c8740f8 100644
--- a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
@@ -17,6 +17,8 @@ PACKAGECONFIG[ubifs_layout] = "-Dbmc-layout=ubi"
PACKAGECONFIG[mmc_layout] = "-Dbmc-layout=mmc"
PACKAGECONFIG[flash_bios] = "-Dhost-bios-upgrade=enabled, -Dhost-bios-upgrade=disabled"
PACKAGECONFIG[static-dual-image] = "-Dbmc-static-dual-image=enabled, -Dbmc-static-dual-image=disabled"
+PACKAGECONFIG[software-update-dbus-interface] = "-Dsoftware-update-dbus-interface=enabled, -Dsoftware-update-dbus-interface=disabled"
+
PV = "1.0+git${SRCPV}"
PR = "r1"