summaryrefslogtreecommitdiff
path: root/recipes-bsp/mqxboot/mqxboot_1.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-26 13:55:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:26 +0200
commit02168545a567dfd50b869b1c0cc8caffc8b939b5 (patch)
tree1324f5ae8fe0f5471d4fd4b0f46ff17e3f69dc1e /recipes-bsp/mqxboot/mqxboot_1.0.bb
parent9471fb11f995b77e92f9a7874fe0e9832404e25b (diff)
mcc/m4: use recipes from meta-fsl-arm
deleted: recipes-bsp/libmcc/libmcc_1.04.bb deleted: recipes-bsp/mqxboot/mqxboot_1.0.bb deleted: recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.04.bb
Diffstat (limited to 'recipes-bsp/mqxboot/mqxboot_1.0.bb')
-rw-r--r--recipes-bsp/mqxboot/mqxboot_1.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-bsp/mqxboot/mqxboot_1.0.bb b/recipes-bsp/mqxboot/mqxboot_1.0.bb
deleted file mode 100644
index f7b6348..0000000
--- a/recipes-bsp/mqxboot/mqxboot_1.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 2013 Timesys Corporation
-SUMMARY = "mqxboot"
-DESCRIPTION = "Timesys MQX Image loader - starts an MQX image on the M4"
-LICENSE = "GPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
-
-DEPENDS = "kernel-module-mcc"
-
-inherit autotools
-
-SRC_URI = "http://repository.timesys.com/buildsources/m/mqxboot/mqxboot-${PV}/mqxboot-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421"
-SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699"
-
-S = "${WORKDIR}/mqxboot-${PV}"
-
-CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
-
-RDEPENDS_${PN} = "kernel-module-mcc"
-
-COMPATIBLE_MACHINE = "(vf60)"