summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Voltz <andy.voltz@timesys.com>2014-02-20 10:29:35 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-21 09:02:53 -0300
commite6ae639268520a3a162533458b19c48e33cd31e9 (patch)
tree4ae340974802be57b138a279ffdc9906c50d06d1
parente4c09a3abf15a86d91392cfb4130e13635bb1819 (diff)
downloadmeta-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.bb2
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"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
6 6
7DEPENDS = "kernel-module-mcc"
7RDEPENDS_${PN} = "kernel-module-mcc" 8RDEPENDS_${PN} = "kernel-module-mcc"
8 9
9inherit autotools 10inherit autotools
@@ -14,5 +15,6 @@ SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421"
14SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" 15SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699"
15 16
16S = "${WORKDIR}/mqxboot-${PV}" 17S = "${WORKDIR}/mqxboot-${PV}"
18CFLAGS += " -I${STAGING_KERNEL_DIR}/include"
17 19
18COMPATIBLE_MACHINE = "(vf60)" 20COMPATIBLE_MACHINE = "(vf60)"