summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
diff options
context:
space:
mode:
authorJohnathan Mantey <johnathanx.mantey@intel.com>2019-09-10 17:17:10 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-12 01:45:36 +0300
commit09c9cdda721756db9a48fd48605804a7d1342a44 (patch)
treee800d7c7ef3914a5d2c28dd597399e71a17e17ac /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
parente9403b6a8e9b6b5403f98c2ee53aacc95755dd75 (diff)
downloadopenbmc-09c9cdda721756db9a48fd48605804a7d1342a44.tar.xz
Fix phosphor-ipmi-host to permit "devtool modify" to succeed
The change that removed entity.yaml from the autogeneration method also broke using devtool modify. Devtool fails to copy entity.yaml to its destination directory because it can't be found in the Yocto source directories. (From meta-phosphor rev: 514e404cbfb9c0a8260d4dd157fecd0f2cefc438) Change-Id: Ida9ba7af1e89f77d9e8171de214d7951612f01f4 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb')
-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() {