diff options
author | Andy Voltz <andy.voltz@timesys.com> | 2013-08-24 19:37:06 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-29 16:14:22 -0300 |
commit | bc03838399ba15f85cdb9eb2b7a51f7026296de4 (patch) | |
tree | b0953353b3af5c9f4b9b6b0557bffab48e296eb0 /meta-fsl-arm | |
parent | 7ddb93663202fd1d65c7ae3ec04ac4057a166844 (diff) | |
download | meta-freescale-bc03838399ba15f85cdb9eb2b7a51f7026296de4.tar.gz |
mqxboot: Add package
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>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 index 000000000..17f023313 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | # Copyright (C) 2013 Timesys Corporation | ||
2 | SUMMARY = "mqxboot" | ||
3 | DESCRIPTION = "Timesys MQX Image loader - starts an MQX image on the M4" | ||
4 | LICENSE = "GPL-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" | ||
6 | |||
7 | RDEPENDS_${PN} = "kernel-module-mcc" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | SRC_URI = "http://repository.timesys.com/buildsources/m/mqxboot/mqxboot-${PV}/mqxboot-${PV}.tar.bz2" | ||
12 | |||
13 | SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421" | ||
14 | SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" | ||
15 | |||
16 | S = "${WORKDIR}/mqxboot-${PV}" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "(vf60)" | ||