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
commit4127937c1e0600927f26a066fe16d908afe24673 (patch)
tree9a778a6b0ddda7b65d4822a4f77b4a4c404f2d0f
parente5ad36d1b019aa924e91da9bd4fbd2aa439722be (diff)
downloadmeta-freescale-4127937c1e0600927f26a066fe16d908afe24673.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--meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb2
1 files changed, 2 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
index 17f023313..707cfbaa0 100644
--- a/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb
+++ b/meta-fsl-arm/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)"