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 | 4127937c1e0600927f26a066fe16d908afe24673 (patch) | |
| tree | 9a778a6b0ddda7b65d4822a4f77b4a4c404f2d0f | |
| parent | e5ad36d1b019aa924e91da9bd4fbd2aa439722be (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 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)" |
