[meta-freescale] [meta-fsl-arm][PATCH 1/5] mqxboot: Update version to 2.0

Anthony Felice tony.felice at timesys.com
Fri Oct 9 14:38:55 PDT 2015


This commit updates mqxboot to version 2.0, to bring compatibility with MCC
v2.x.

Signed-off-by: Anthony Felice <tony.felice at timesys.com>
---
 recipes-bsp/mqxboot/{mqxboot_1.0.bb => mqxboot_2.0.bb} | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
 rename recipes-bsp/mqxboot/{mqxboot_1.0.bb => mqxboot_2.0.bb} (60%)

diff --git a/recipes-bsp/mqxboot/mqxboot_1.0.bb b/recipes-bsp/mqxboot/mqxboot_2.0.bb
similarity index 60%
rename from recipes-bsp/mqxboot/mqxboot_1.0.bb
rename to recipes-bsp/mqxboot/mqxboot_2.0.bb
index 7f11a98..78ca896 100644
--- a/recipes-bsp/mqxboot/mqxboot_1.0.bb
+++ b/recipes-bsp/mqxboot/mqxboot_2.0.bb
@@ -3,18 +3,14 @@ SUMMARY = "MQX Image loader - starts an MQX image on the M4"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
 
-DEPENDS = "virtual/kernel-module-mcc"
-
 SRC_URI = "http://repository.timesys.com/buildsources/m/mqxboot/mqxboot-${PV}/mqxboot-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421"
-SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699"
+SRC_URI[md5sum] = "8f8e2f20485c41b4760b9685fe4abf1f"
+SRC_URI[sha256sum] = "5a4013047ef099414fd40e45c9f4d8fd5a364816a526c304cc3e9759695d87ae"
 
 S = "${WORKDIR}/mqxboot-${PV}"
 
-CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
-
-RDEPENDS_${PN} = "virtual/kernel-module-mcc"
+CFLAGS += "-I${STAGING_KERNEL_DIR}/include/uapi"
 
 COMPATIBLE_MACHINE = "(vf60)"
 
-- 
1.9.1



More information about the meta-freescale mailing list