summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/configuration
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-13 17:55:07 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-14 12:29:32 +0300
commit821f31dc0c11df8f1037d4d18d66f0d9b58d3436 (patch)
treeb5d5b9220e71838d443793741ba126a1c637eb8e /meta-phosphor/recipes-phosphor/configuration
parent42e723c049a0bd1863347ac550f232391db89d6a (diff)
downloadopenbmc-821f31dc0c11df8f1037d4d18d66f0d9b58d3436.tar.xz
meta-phosphor: entity-manager: fix ibm-power-cpu override
There is a missing fix from from Yocto OVERRIDE syntax change that hasn't been noticed in a long while. Fix it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic40b65d328b4d8fa02f736948d7fde7981ba0669
Diffstat (limited to 'meta-phosphor/recipes-phosphor/configuration')
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 848049b77e..efd0c48dce 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
SYSTEMD_PACKAGES = "${PN} ${EXTRA_ENTITY_MANAGER_PACKAGES}"
SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.EntityManager.service"
SYSTEMD_SERVICE:fru-device = "xyz.openbmc_project.FruDevice.service"
-SYSTEMD_AUTO_ENABLE:fru-device_ibm-power-cpu = "disable"
+SYSTEMD_AUTO_ENABLE:fru-device:ibm-power-cpu = "disable"
inherit pkgconfig meson systemd python3native