commit | f0053a50e6a423e12b68673c89b53938346a3af6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 16 12:38:00 2024 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 16 12:38:02 2024 -0500 |
tree | 1853ce470630a3cc068b31e0985401e3b12dce28 | |
parent | 5f725958b7d5c0d59c3802d1dd0468f70097ddc8 [diff] |
meta-facebook: phosphor-state-manager: fix append directive `:append` calls usually need to have a space at the beginning since it does a literal direct append of the string. Without this we end up with an invalid PACKAGECONFIG of "only-allow-boot-when-bmc-readyno-warm-reboot". Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9a1f302b1b9c64b32dd6f32a1925d41916e2969f
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend index 1faa301..ab4a245 100644 --- a/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend +++ b/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -31,7 +31,7 @@ BLETCHLEY_SYS_ST_INIT_CONF_FMT = "bletchley-system-state-init.conf:phosphor-discover-system-state@{0}.service.d/bletchley-system-state-init.conf" SYSTEMD_OVERRIDE:${PN}-discover += "${@compose_list_zip(d, 'BLETCHLEY_SYS_ST_INIT_CONF_FMT', 'OBMC_HOST_INSTANCES')}" -PACKAGECONFIG:append = "no-warm-reboot" +PACKAGECONFIG:append = " no-warm-reboot" PACKAGECONFIG:remove = "only-run-apr-on-power-loss" #======================
diff --git a/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager_%.bbappend index a3f032c..bcaac52 100644 --- a/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager_%.bbappend +++ b/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -4,7 +4,7 @@ -Dwarm-reboot=enabled \ " -PACKAGECONFIG:append = "no-warm-reboot" +PACKAGECONFIG:append = " no-warm-reboot" PACKAGECONFIG:remove = "only-run-apr-on-power-loss" HOST_DEFAULT_TARGETS:remove = " \