From: Andy Voltz Date: Thu, 20 Feb 2014 15:29:35 +0000 (-0500) Subject: mqxboot: add missing build dependency on kernel-module-mcc X-Git-Tag: 2.1~1055 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4127937c1e0600927f26a066fe16d908afe24673;p=meta-freescale.git mqxboot: add missing build dependency on kernel-module-mcc mqxboot pulls in a header from kernel-module-mcc Signed-off-by: Andy Voltz --- 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 17f02331..707cfbaa 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" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" +DEPENDS = "kernel-module-mcc" RDEPENDS_${PN} = "kernel-module-mcc" inherit autotools @@ -14,5 +15,6 @@ SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421" SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" S = "${WORKDIR}/mqxboot-${PV}" +CFLAGS += " -I${STAGING_KERNEL_DIR}/include" COMPATIBLE_MACHINE = "(vf60)"