summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-17 16:33:04 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-22 14:14:48 +0300
commit80b483e3aaa08ba97185748351a63f1442bb954b (patch)
tree1410da96198ae57737ca0a3b9a9b094797abb19a /meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend
parent310265a55b7fc36f61befd1efd4a09ea4ed4ffea (diff)
downloadopenbmc-80b483e3aaa08ba97185748351a63f1442bb954b.tar.xz
meta-ibm: phosphor-debug-collector: drop symlink
Drop symlink and rename bbappend for phosphor-debug-collector. (From meta-ibm rev: cfe867c1ccf65ad1069732a5d28c3863f159dfec) Change-Id: Id68e624c5405add0c5f03bd97a301617da5687aa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend')
-rw-r--r--meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend
deleted file mode 100644
index 402e4fa09..000000000
--- a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector.bbappend
+++ /dev/null
@@ -1,21 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://plugins.d/ibm_elogall"
-
-install_ibm_plugins() {
-
- install -m 0755 ${WORKDIR}/plugins.d/ibm_elogall ${D}${dreport_plugin_dir}
-
-}
-
-#Link in the plugins so dreport run them at the appropriate time
-python link_ibm_plugins() {
-
- workdir = d.getVar('WORKDIR', True)
- script = os.path.join(workdir, 'plugins.d', 'ibm_elogall')
- install_dreport_user_script(script, d)
-
-}
-
-do_install[postfuncs] += "install_ibm_plugins"
-do_install[postfuncs] += "link_ibm_plugins"