diff options
author | Andy Voltz <andy.voltz@timesys.com> | 2014-02-20 10:29:35 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-21 09:02:53 -0300 |
commit | e6ae639268520a3a162533458b19c48e33cd31e9 (patch) | |
tree | 4ae340974802be57b138a279ffdc9906c50d06d1 | |
parent | e4c09a3abf15a86d91392cfb4130e13635bb1819 (diff) | |
download | meta-fsl-arm-e6ae639268520a3a162533458b19c48e33cd31e9.tar.gz |
mqxboot: add missing build dependency on kernel-module-mcc
mqxboot pulls in a header from kernel-module-mcc
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
-rw-r--r-- | recipes-bsp/mqxboot/mqxboot_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/mqxboot/mqxboot_1.0.bb b/recipes-bsp/mqxboot/mqxboot_1.0.bb index 17f0233..707cfba 100644 --- a/recipes-bsp/mqxboot/mqxboot_1.0.bb +++ b/recipes-bsp/mqxboot/mqxboot_1.0.bb | |||
@@ -4,6 +4,7 @@ DESCRIPTION = "Timesys MQX Image loader - starts an MQX image on the M4" | |||
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" |
6 | 6 | ||
7 | DEPENDS = "kernel-module-mcc" | ||
7 | RDEPENDS_${PN} = "kernel-module-mcc" | 8 | RDEPENDS_${PN} = "kernel-module-mcc" |
8 | 9 | ||
9 | inherit autotools | 10 | inherit autotools |
@@ -14,5 +15,6 @@ SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421" | |||
14 | SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" | 15 | SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" |
15 | 16 | ||
16 | S = "${WORKDIR}/mqxboot-${PV}" | 17 | S = "${WORKDIR}/mqxboot-${PV}" |
18 | CFLAGS += " -I${STAGING_KERNEL_DIR}/include" | ||
17 | 19 | ||
18 | COMPATIBLE_MACHINE = "(vf60)" | 20 | COMPATIBLE_MACHINE = "(vf60)" |