Add PACKAGECONFIG check for ibm-vmi-cert

this is required to launch ibm vmi certificate manager
for ibm systems
https://gerrit.openbmc-project.xyz/c/openbmc/meta-ibm/+/33969

Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
Change-Id: I29ea93394dcb168ff25429976d7d00aedc7eb301
diff --git a/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
index 08a810c..5248b76 100644
--- a/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
+++ b/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
@@ -28,3 +28,7 @@
 
 CERT_TMPL = "phosphor-certificate-manager@.service"
 SYSTEMD_SERVICE_${PN} = "${CERT_TMPL}"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[ibm-hypervisor-cert] = "--enable-ca-cert-extension,,"
+SYSTEMD_SERVICE_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'ibm-hypervisor-cert', 'bmc-vmi-ca-manager.service', '', d)}"