summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index f5606cbf7..1df091fe2 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -106,7 +106,7 @@ SYSTEMD_LINK_${PN} += "${@compose_list_zip(d, 'SOFT_FMT', 'OBMC_HOST_INSTANCES')
do_replace_entity_default() {
# The in-repo provided default is tailored to testing the ipmid code.
# Replace it with a reasonable default for users.
- cp entity.yaml ${S}/scripts/entity-example.yaml
+ cp ${THISDIR}/${PN}/entity.yaml ${S}/scripts/entity-example.yaml
}
do_patch_append() {