]> code.ossystems Code Review - meta-freescale.git/commitdiff
mqxboot: Add package
authorAndy Voltz <andy.voltz@timesys.com>
Sat, 24 Aug 2013 19:37:06 +0000 (19:37 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 29 Aug 2013 19:14:22 +0000 (16:14 -0300)
Provides an utility for Freescale Vybrid platforms which allows an MQX
image to be loaded into memory. It's used for launching an MQX
application from a running Linux kernel.

Change-Id: Ie6f2ee78546dd557434facbe347d8865560e29fb
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb [new file with mode: 0644]

diff --git a/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb b/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb
new file mode 100644 (file)
index 0000000..17f0233
--- /dev/null
@@ -0,0 +1,18 @@
+# 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"
+
+RDEPENDS_${PN} = "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}"
+
+COMPATIBLE_MACHINE = "(vf60)"