summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 11:27:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 12:42:02 +0200
commitc7fae0de5cae3b4bcf741d168101c06d5bdb8a8f (patch)
tree1de90216b756540aa5fc449c283a3de9f75755cb /recipes-support
parent45677492bbb2bec8215e421c4db22ac9cf9eacaf (diff)
colibri-vf: drop machine
We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/mcc-pingpong/mcc-pingpong_1.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-support/mcc-pingpong/mcc-pingpong_1.0.bb b/recipes-support/mcc-pingpong/mcc-pingpong_1.0.bb
deleted file mode 100644
index a4ae4be..0000000
--- a/recipes-support/mcc-pingpong/mcc-pingpong_1.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "MultiCore Communication Ping-Pong Demo Application"
-SECTION = "examples"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
-PR = "r0"
-
-SRC_URI = " \
- http://repository.timesys.com/buildsources/m/mcc-pingpong/mcc-pingpong-${PV}/mcc-pingpong-${PV}.tar.bz2 \
- file://update-mcc_free_buffer-call.patch \
- file://makefile-use-libs.patch \
-"
-
-SRC_URI[md5sum] = "a03417c37f97849baa794e37d88e0cd2"
-SRC_URI[sha256sum] = "ad25a15f34eb758b7896d327a28ef884e2ab04851cff42f059b32dc63e42704b"
-
-S = "${WORKDIR}/mcc-pingpong-${PV}"
-
-CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
-
-DEPENDS = "libmcc"
-
-do_install (){
- oe_runmake DESTDIR=${D} install
-}
-
-COMPATIBLE_MACHINE = "(vf60)"