From 58a39c35e2ff13084c8caab9b5bd68b3bb076b97 Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Mon, 20 Apr 2020 14:00:27 +0800 Subject: imx-vpu-hantro: Upgrade to 1.16.0 [G1/G2]: Fix H264 conformance test failure caused by changes in latest release [G1]: Fix memory leak, inlcudes: h264/mpeg2/mpeg4/vc1/rv/avs [Mpeg4]: Fix DivX3 can't be decoded caused by wrong sscanf string Signed-off-by: Yuqing Zhu --- .../imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb | 34 ---------------------- .../imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb create mode 100644 recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb deleted file mode 100644 index 407d17f7..00000000 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2017-2018 NXP - -DESCRIPTION = "i.MX Hantro VPU library" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" - -PROVIDES = "virtual/imxvpu" - -SRC_URI = " \ - ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ -" -SRC_URI[md5sum] = "2cb9a95223bee98a5b3d86c89ee36a55" -SRC_URI[sha256sum] = "8d189156d713f12b255f16badd0093aaacd16859aa3191603908de07567485a5" - -inherit fsl-eula-unpack use-imx-headers - -PARALLEL_MAKE="-j 1" - -PLATFORM_mx8mm = "IMX8MM" -PLATFORM_mx8mq = "IMX8MQ" - -do_compile () { - oe_runmake CROSS_COMPILE="${HOST_PREFIX}" \ - SDKTARGETSYSROOT="${STAGING_DIR_TARGET}" \ - PLATFORM="${PLATFORM}" all -} - -do_install () { - oe_runmake DEST_DIR="${D}" PLATFORM="${PLATFORM}" install -} - -FILES_${PN} += "/unit_tests" - -COMPATIBLE_MACHINE = "(mx8m)" diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb new file mode 100644 index 00000000..67dbc8da --- /dev/null +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb @@ -0,0 +1,34 @@ +# Copyright 2017-2018 NXP + +DESCRIPTION = "i.MX Hantro VPU library" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" + +PROVIDES = "virtual/imxvpu" + +SRC_URI = " \ + ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ +" +SRC_URI[md5sum] = "79ca586c67ea9b007fa772df8959c852" +SRC_URI[sha256sum] = "1f373f5d9a37754f7936f9bf4b134b65afe98459c0383b63c50c1f6ecba49e25" + +inherit fsl-eula-unpack use-imx-headers + +PARALLEL_MAKE="-j 1" + +PLATFORM_mx8mm = "IMX8MM" +PLATFORM_mx8mq = "IMX8MQ" + +do_compile () { + oe_runmake CROSS_COMPILE="${HOST_PREFIX}" \ + SDKTARGETSYSROOT="${STAGING_DIR_TARGET}" \ + PLATFORM="${PLATFORM}" all +} + +do_install () { + oe_runmake DEST_DIR="${D}" PLATFORM="${PLATFORM}" install +} + +FILES_${PN} += "/unit_tests" + +COMPATIBLE_MACHINE = "(mx8m)" -- cgit v1.2.3-54-g00ecf