From c7fae0de5cae3b4bcf741d168101c06d5bdb8a8f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 11:27:19 +0200 Subject: 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 --- recipes-support/mcc-pingpong/mcc-pingpong_1.0.bb | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 recipes-support/mcc-pingpong/mcc-pingpong_1.0.bb (limited to 'recipes-support') 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)" -- cgit v1.2.3