meta-ampere: phosphor-state-manager: prefer PACKAGECONFIG
There is a preference in Yocto recipes for using PACAKGECONFIG instead
of EXTRA_OEMESON-style config. The phosphor-state-manager recipe seems
to be missing PACKAGECONFIG settings for some of the options being
applied by meta-ampere, but it does have one for
`only-run-apr-on-power-loss` so leverage that.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Id91c1e53679409349e5ef681194e83f0237dd610
diff --git a/meta-ampere/meta-common/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ampere/meta-common/recipes-phosphor/state/phosphor-state-manager_%.bbappend
index 74c1ba8..9a5cde2 100644
--- a/meta-ampere/meta-common/recipes-phosphor/state/phosphor-state-manager_%.bbappend
+++ b/meta-ampere/meta-common/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -5,8 +5,8 @@
EXTRA_OEMESON:append = " \
-Dhost-gpios=enabled \
-Dboot-count-max-allowed=1 \
- -Donly-run-apr-on-power-loss=true \
"
+PACKAGECONFIG:append = "only-run-apr-on-power-loss"
FILES:${PN} += "${systemd_system_unitdir}/*"
FILES:${PN}-host += "${bindir}/phosphor-host-condition-gpio"