[meta-freescale] [PATCH 09/14] hyperrelay: remove recipes

C.r. Guo chunrong.guo at nxp.com
Sun Aug 11 20:32:49 PDT 2019


From: Chunrong Guo <chunrong.guo at nxp.com>

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-extended/hyperrelay/hyperrelay_git.bb | 36 ---------------------------
 1 file changed, 36 deletions(-)
 delete mode 100644 recipes-extended/hyperrelay/hyperrelay_git.bb

diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb b/recipes-extended/hyperrelay/hyperrelay_git.bb
deleted file mode 100644
index 29056c5..0000000
--- a/recipes-extended/hyperrelay/hyperrelay_git.bb
+++ /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"
-- 
2.7.4



More information about the meta-freescale mailing list