On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <[email protected]> wrote: > Released with 3.14.38-6QP_beta release. > Upgrade to 4.0.5 version. > Add the new MX7 SoC family in COMPATIBLE_MACHINE. > > Signed-off-by: Lauren Post <[email protected]> > --- > recipes-multimedia/libfslcodec/libfslcodec.inc | 2 +- > .../libfslcodec/libfslcodec_4.0.3.bb | 9 --------- > .../libfslcodec/libfslcodec_4.0.5.bb | 9 +++++++++ > 3 files changed, 10 insertions(+), 10 deletions(-) > delete mode 100644 recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb > create mode 100644 recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb > > diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc > b/recipes-multimedia/libfslcodec/libfslcodec.inc > index ed07774..3936258 100644 > --- a/recipes-multimedia/libfslcodec/libfslcodec.inc > +++ b/recipes-multimedia/libfslcodec/libfslcodec.inc > @@ -3,7 +3,7 @@ > DESCRIPTION = "Freescale Multimedia codec libs" > LICENSE = "Proprietary" > SECTION = "multimedia" > -LIC_FILES_CHKSUM = "file://COPYING;md5=acdb807ac7275fe32f9f64992e111241" > +LIC_FILES_CHKSUM = "file://COPYING;md5=01ba08a2b77c3a0a9d0ab5d4d83fed64" > > inherit fsl-eula-unpack autotools pkgconfig > > diff --git a/recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb > b/recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb > deleted file mode 100644 > index 4f105d4..0000000 > --- a/recipes-multimedia/libfslcodec/libfslcodec_4.0.3.bb > +++ /dev/null > @@ -1,9 +0,0 @@ > -# Copyright (C) 2013-2015 Freescale Semiconductor > -# Released under the MIT license (see COPYING.MIT for the terms) > - > -require recipes-multimedia/libfslcodec/libfslcodec.inc > - > -SRC_URI[md5sum] = "829f88758622eab85b7427e5b488c8a0" > -SRC_URI[sha256sum] = > "0d0ff933eed0a021763115b9c8ae812c6376a19bbd95e555d89ea7404f6c8f2f" > - > -COMPATIBLE_MACHINE = "(mx6)" > diff --git a/recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb > b/recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb > new file mode 100644 > index 0000000..27addb4 > --- /dev/null > +++ b/recipes-multimedia/libfslcodec/libfslcodec_4.0.5.bb > @@ -0,0 +1,9 @@ > +# Copyright (C) 2013-2015 Freescale Semiconductor > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +require libfslcodec.inc > + > +SRC_URI[md5sum] = "8c3f82b24ed52d0039f8e7d6d8b93cad" > +SRC_URI[sha256sum] = > "495f2ce954144436b500156859b1cf4381a27e04f7c7a1d035480f8a738d4c84" > + > +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7)"
This changes from mx6 to mxs/mx5/mx6/mx7 I would expect the mx7 inclusion, but I would not expect mxs and mx5. Can you, please, double check and comment? If this is really on purpose, please update commit log, because this is a new feature being included (gstreamer 1.0 accelerated support on mxs and mx5) Daiane > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
