summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/common/recipes-bsp/fsidbg/fsidbg.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-bsp/fsidbg/fsidbg.bb')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-bsp/fsidbg/fsidbg.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/fsidbg/fsidbg.bb b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/fsidbg/fsidbg.bb
deleted file mode 100644
index b6fed556a..000000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/fsidbg/fsidbg.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "FSI debug tool"
-DESCRIPTION = "fsidbg is a tool to access remote FSI engines and perform client driver operations"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
-
-SRC_URI += "git://github.com/eddiejames/fsidbg.git"
-
-SRCREV = "dfe278065c877724242dfae15a4c627fd2e3611c"
-PV = "git${SRCREV}"
-
-S = "${WORKDIR}/git"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 fsidbg ${D}${bindir}
-}
-
-TARGET_CC_ARCH += "${LDFLAGS}"