summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo
diff options
context:
space:
mode:
authoravenash.thambi <avenash.thambi@fii-usa.com>2021-11-24 17:44:28 +0300
committerVivekanand Veeracholan <vveerach@google.com>2022-01-27 22:26:27 +0300
commit5488ea8d63f7479edb8213feb2d04dba68ffe4d7 (patch)
tree71083b2462073f377ab2524841e81288020d81d9 /meta-fii/meta-kudo
parent9627053fe7948e135bb54d67cc9c4644caba7128 (diff)
downloadopenbmc-5488ea8d63f7479edb8213feb2d04dba68ffe4d7.tar.xz
meta-fii/meta-kudo: Remove phosphor-ipmi-host bbappend
This file is no longer needed since we moved away from using the intel-ipmi-oem. Signed-off-by: avenash.thambi <avenash.thambi@fii-usa.com> Change-Id: Ifadd213d9b26a11d88caeab37b4b5cb079ba0f52
Diffstat (limited to 'meta-fii/meta-kudo')
-rw-r--r--meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
deleted file mode 100644
index da7f376e34..0000000000
--- a/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS:prepend:kudo := "${THISDIR}/${PN}:"
-
-#Add sensorhandler.hpp and selutilty.hpp since intel-ipmi-oem requires these libs
-do_install:append:kudo(){
- install -d ${D}${includedir}/phosphor-ipmi-host
- install -m 0644 -D ${S}/sensorhandler.hpp ${D}${includedir}/phosphor-ipmi-host
- install -m 0644 -D ${S}/selutility.hpp ${D}${includedir}/phosphor-ipmi-host
-}