Hi Tony, On 2015-10-26 15:59, Anthony Felice wrote: > This commit updates mqxboot to version 2.0, to bring compatibility with MCC > v2.x.
Is this backward compatible to mqxboot 1.0? We currently still make use of mqxboot for the Toradex 4.1 kernel, hence if backward compatibility is not provided I would rather prefer a new recipe (e.g. mqxboot2, similar to libmcc2)... Or maybe we can just leave the mqxboot_1.0.bb in place and select that version for the Toradex case? Not sure however if this can be done using the OE build system... -- Stefan > > Signed-off-by: Anthony Felice <[email protected]> > --- > recipes-bsp/mqxboot/{mqxboot_1.0.bb => mqxboot_2.0.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename recipes-bsp/mqxboot/{mqxboot_1.0.bb => mqxboot_2.0.bb} (72%) > > diff --git a/recipes-bsp/mqxboot/mqxboot_1.0.bb > b/recipes-bsp/mqxboot/mqxboot_2.0.bb > similarity index 72% > rename from recipes-bsp/mqxboot/mqxboot_1.0.bb > rename to recipes-bsp/mqxboot/mqxboot_2.0.bb > index 7f11a98..3649883 100644 > --- a/recipes-bsp/mqxboot/mqxboot_1.0.bb > +++ b/recipes-bsp/mqxboot/mqxboot_2.0.bb > @@ -7,12 +7,12 @@ 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" > +CFLAGS += "-I${STAGING_KERNEL_DIR}/include/uapi" > > RDEPENDS_${PN} = "virtual/kernel-module-mcc" > > -- > 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
