Hi Otavio, On 01/23/2014 06:47 PM, Otavio Salvador wrote:
Hello folks,I did some small fixes that I found during test at O.S. Systems' autobuilder and I dropped some fixes that were pushed to master (as you've probably noticed from the e-mail to the mailing list). I am awaiting people's feedback for the patches as this upgrades package versions and we should have a better test coverage. Please give a try in the 'master-next' branch and comment in anything that could be improved in the patches. All comments are welcome... Lauren Post (7): imx-test: Update to 3.10.17-1.0.0 version imx-lib: Upgrade to 3.10.17-1.0.0_beta imx-vpu: Upgrade to 3.10.17-1.0.0_beta libfslparser: Upgrade to 3.0.10 version libfslvpuwrap: Upgrade to 1.0.45 version libfslcodec: Upgrade to 3.0.10 version gst-fsl-plugin: Upgrade to 3.0.10 version Otavio Salvador (4): libfslcodec: Drop sanity check override for .so files libfslcodec: Enable/disable the VPU support based on SoC libfslcodec: Add 'test-bin' and 'test-sources' packages gst-fsl-plugin: Add runtime dependencies for 'beep' plugin recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb | 14 +++++++++ recipes-bsp/imx-lib/imx-lib_3.10.9-1.0.0.bb | 10 ------- recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb | 15 ++++++++++ recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb | 10 ------- .../build-Allow-CC-and-AR-to-be-overriden.patch | 33 ---------------------- recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb | 14 +++++++++ recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb | 11 -------- recipes-multimedia/gstreamer/gst-fsl-plugin.inc | 10 +++---- .../gstreamer/gst-fsl-plugin_3.0.10.bb | 14 +++++++++ .../gstreamer/gst-fsl-plugin_3.0.9.bb | 17 ----------- recipes-multimedia/libfslcodec/libfslcodec.inc | 23 +++++++++++---- .../libfslcodec/libfslcodec_3.0.10.bb | 10 +++++++ .../libfslcodec/libfslcodec_3.0.9.bb | 13 --------- .../libfslparser/libfslparser_3.0.10.bb | 10 +++++++ .../libfslparser/libfslparser_3.0.9.bb | 13 --------- ...slvpuwrap_1.0.40.bb => libfslvpuwrap_1.0.45.bb} | 11 +++----- 16 files changed, 102 insertions(+), 126 deletions(-) create mode 100644 recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb delete mode 100644 recipes-bsp/imx-lib/imx-lib_3.10.9-1.0.0.bb create mode 100644 recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb delete mode 100644 recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb delete mode 100644 recipes-bsp/imx-vpu/imx-vpu-3.10.9-1.0.0/build-Allow-CC-and-AR-to-be-overriden.patch create mode 100644 recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb delete mode 100644 recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb create mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.10.bb delete mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb create mode 100644 recipes-multimedia/libfslcodec/libfslcodec_3.0.10.bb delete mode 100644 recipes-multimedia/libfslcodec/libfslcodec_3.0.9.bb create mode 100644 recipes-multimedia/libfslparser/libfslparser_3.0.10.bb delete mode 100644 recipes-multimedia/libfslparser/libfslparser_3.0.9.bb rename recipes-multimedia/libfslvpuwrap/{libfslvpuwrap_1.0.40.bb => libfslvpuwrap_1.0.45.bb} (57%)
I compile-tested the series against MACHINE="nitrogen6x" and MACHINE="nit6xlte" with target image "fsl-image-gui". The only compile-time issue was with clocks.sh and the imx_test recipe as noted separately. Run-time testing showed that the GPU binaries still need to be updated from 1_3.10.9-1.0.0-hfp-r0, so X wouldn't start. A limited amount of GStreamer testing showed accelerated playback of webm, mkv, and MP4 video files. Similarly limited testing showed that "dump-clocks.sh" and mxc_vpu_test.out worked from the imx-test package. This is a great first start. Thanks much. Eric _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
