From f98b448ee835646be48f530b3e6fe13b32b093f5 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:58 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-bsp/mqxboot/mqxboot_1.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-bsp/mqxboot/mqxboot_1.0.bb (limited to 'recipes-bsp/mqxboot') diff --git a/recipes-bsp/mqxboot/mqxboot_1.0.bb b/recipes-bsp/mqxboot/mqxboot_1.0.bb new file mode 100644 index 0000000..1293928 --- /dev/null +++ b/recipes-bsp/mqxboot/mqxboot_1.0.bb @@ -0,0 +1,21 @@ +# Copyright (C) 2013 Timesys Corporation +SUMMARY = "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)" -- cgit v1.2.3-54-g00ecf