diff options
author | 2020-04-11 22:41:55 +0800 | |
---|---|---|
committer | 2020-04-20 16:17:28 -0300 | |
commit | b540a9a587eca2639a9bb5d30b835f9f2efcb9ce (patch) | |
tree | c6bf72211c8b518762c33be0fd91b462dd10a4bf /recipes-extended | |
parent | 7360e465f625ef4d1e178818dd29cf0907ccb8bb (diff) | |
download | meta-freescale-b540a9a587eca2639a9bb5d30b835f9f2efcb9ce.tar.gz meta-freescale-b540a9a587eca2639a9bb5d30b835f9f2efcb9ce.tar.bz2 meta-freescale-b540a9a587eca2639a9bb5d30b835f9f2efcb9ce.zip |
hyperrelay: rm as it is not maintained now
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/hyperrelay/hyperrelay_git.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb b/recipes-extended/hyperrelay/hyperrelay_git.bb deleted file mode 100644 index 29056c55..00000000 --- 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" |