summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-10-27 09:15:49 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-28 11:08:07 -0200
commitb7a1a91c6bdafd331446c4c0faa4bc98681973e7 (patch)
tree319760d79340a177ee6048bea021011d6960000d /recipes-bsp
parent980d924a798aacaaf6e1c9ddd33f5121788d4005 (diff)
downloadmeta-fsl-arm-b7a1a91c6bdafd331446c4c0faa4bc98681973e7.tar.gz
Remove Vybrid mcc related recipes
The mqxboot and mcc Linux kernel module requires the Timesys kernel to work. The kernel is not in use in meta-fsl-arm anymore and in long term the Vybrid will be using the remoteproc mechanism to share resources across the different CPU, inside of the SoC. As consequence of the update for the Linux 4.1 kernel, those recipes ought to move for meta-fsl-arm-extra where 3rd party boards can keep using them. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/mqxboot/mqxboot_1.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/mqxboot/mqxboot_1.0.bb b/recipes-bsp/mqxboot/mqxboot_1.0.bb
deleted file mode 100644
index 7f11a98..0000000
--- a/recipes-bsp/mqxboot/mqxboot_1.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1# Copyright (C) 2013 Timesys Corporation
2SUMMARY = "MQX Image loader - starts an MQX image on the M4"
3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
5
6DEPENDS = "virtual/kernel-module-mcc"
7
8SRC_URI = "http://repository.timesys.com/buildsources/m/mqxboot/mqxboot-${PV}/mqxboot-${PV}.tar.bz2"
9
10SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421"
11SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699"
12
13S = "${WORKDIR}/mqxboot-${PV}"
14
15CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
16
17RDEPENDS_${PN} = "virtual/kernel-module-mcc"
18
19COMPATIBLE_MACHINE = "(vf60)"
20
21do_install() {
22 oe_runmake 'DESTDIR=${D}' install
23}