meta-ibm:p10bmc: enable new secure-boot check

IBM manufacturing has requested this new feature be enabled on p10bmc
machines.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I47fcc24667dfcccc4314548b29772227280eef4c
diff --git a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
index 71739b3..8072068 100644
--- a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
+++ b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -10,6 +10,11 @@
 # included
 RRECOMMENDS:${PN}-host += "${PN}-hypervisor"
 
+# IBM p10 machines want the optional secure-check
+# feature enabled. This will verify all security
+# settings in manufacturing mode.
+RRECOMMENDS:${PN}-host:p10bmc += "${PN}-secure-check"
+
 # IBM systems want the chassis package to not allow a
 # system power on if chassis power is in a bad state
 RRECOMMENDS:${PN}-chassis = "${PN}-chassis-check-power-status"