summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-04-27 04:10:13 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-05-03 19:43:17 +0300
commitd2b6c0265491b841957d36b65cf70d9fb55d97a7 (patch)
tree0ce6282d1fba61e29ee0ccb24fa06f89c6388cee
parent6e2cf34d2d87bb59e186f08ce3a840eb572e618b (diff)
downloadopenbmc-d2b6c0265491b841957d36b65cf70d9fb55d97a7.tar.xz
phosphor-state-manager: srcrev bump aaa8d3466b..1662ba6bec
Andrew Geissler (8): make bmc dump creation a utility function host-quiesce: generate a bmc dump secure-boot: initial basic app to check gpio secure-boot: check sysfs debug settings secure-boot: check for manufacturing environment secure-boot: optional param for data on error create secure-boot: log warning error when insecure secure-boot: add service to run new secure check This commit also introduces the needed change to add this new service as an optional package users can include (not on by default) Change-Id: Iae8e637abe64c33da29f5c619f125860cb6faa2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index 7301b54cc9..544a196aa0 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -22,6 +22,7 @@ STATE_MGR_PACKAGES = " \
${PN}-obmc-targets \
${PN}-scheduled-host-transition \
${PN}-chassis-check-power-status \
+ ${PN}-secure-check \
"
PACKAGE_BEFORE_PN += "${STATE_MGR_PACKAGES}"
ALLOW_EMPTY:${PN} = "1"
@@ -79,6 +80,9 @@ FILES:${PN}-bmc += "${sysconfdir}/phosphor-systemd-target-monitor/phosphor-servi
DBUS_SERVICE:${PN}-bmc += "xyz.openbmc_project.State.BMC.service"
DBUS_SERVICE:${PN}-bmc += "obmc-bmc-service-quiesce@.target"
+FILES:${PN}-secure-check = "${bindir}/phosphor-secure-boot-check"
+SYSTEMD_SERVICE:${PN}-secure-check += "phosphor-bmc-security-check.service"
+
FILES:${PN}-hypervisor = "${bindir}/phosphor-hypervisor-state-manager"
DBUS_SERVICE:${PN}-hypervisor += "xyz.openbmc_project.State.Hypervisor.service"
@@ -194,6 +198,6 @@ SYSTEMD_LINK:${PN}-obmc-targets += "${@compose_list(d, 'QUIESCE_FMT', 'HOST_ERRO
SRC_URI += "git://github.com/openbmc/phosphor-state-manager;branch=master;protocol=https"
-SRCREV = "aaa8d3466b931b9cf5a64e3a972cd23c2b5b90c6"
+SRCREV = "1662ba6bec808437a7aeb3689c9ed185cabd5351"
S = "${WORKDIR}/git"