commit | 2cef9b91d7979d73a6b840e3ca4ce3a1d34ba128 | [log] [tgz] |
---|---|---|
author | Avenash Asai Thambi <avenash.thambi@fii-usa.com> | Tue Mar 22 14:20:34 2022 -0500 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Tue Mar 28 23:00:46 2023 +0000 |
tree | 7692df9b9340c42c25685d66785b6c08cdf1cd4e | |
parent | 27affeb08f105da19083aa8d71443a81b0db6a8c [diff] |
meta-fii: meta-kudo: Remove unused entity-map json To fix the IPMI runtime error we need to remove this in kudo. Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com> Change-Id: I95ec7397812710992c5e4de3442e1d2ea7adbbeb
diff --git a/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend b/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend index a7f4b8c..25aee48 100644 --- a/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend +++ b/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend
@@ -1 +1,6 @@ FILESEXTRAPATHS:prepend:kudo := "${THISDIR}/${PN}:" + +# Remove unused entity-map JSON +do_install:append:kudo() { + rm ${D}${datadir}/ipmi-providers/entity-map.json +}