]> code.ossystems Code Review - meta-freescale.git/commitdiff
hyperrelay: rm as it is not maintained now
authorTing Liu <ting.liu@nxp.com>
Sat, 11 Apr 2020 14:41:55 +0000 (22:41 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 20 Apr 2020 19:17:28 +0000 (16:17 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-extended/hyperrelay/hyperrelay_git.bb [deleted file]

diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb b/recipes-extended/hyperrelay/hyperrelay_git.bb
deleted file mode 100644 (file)
index 29056c5..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Userspace proxy agent for Code Warrrior HyperTrk"
-LICENSE = "Freescale-EULA"
-LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
-
-inherit fsl-eula-unpack
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/hyperrelay.git;fsl-eula=true;branch=sdk-v2.0.x"
-SRCREV = "925af97359c2b86399561f1f97f2cb6ca0ccd344"
-
-S = "${WORKDIR}/git"
-
-CFLAGS += "\
-    -Wall \
-    -Wundef \
-    -Wstrict-prototypes \
-    -Wno-trigraphs \
-    -fno-strict-aliasing \
-    -fno-common \
-    -O2 \
-    -g \
-    -fmessage-length=0 \
-    -MMD \
-    -MP \
-    -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" \
-"
-
-LDFLAGS_prepend = " -lpthread "
-
-do_install() {
-    install -d ${D}${bindir}
-    oe_runmake install DESTDIR=${D}
-}
-
-COMPATIBLE_MACHINE = "(qoriq-ppc)"
-PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-INSANE_SKIP_${PN} = "ldflags"