From dfb2d811ae1a501b1ae8c9ec6aa96988088497c8 Mon Sep 17 00:00:00 2001 From: Cristinel Panfir Date: Mon, 26 Oct 2020 14:32:30 +0200 Subject: [PATCH] imx-vpu-hantro: Upgrade to 1.19.0 This version uses EULA v15 August 2020 Following commits are included: * cd8a7a6 M865SW-326-2: VP9 decoder return error stream for a special stream * f607b7c M865SW-342-[H1] support VUI info in H1 encoder * 1419c97 M865SW-326-[G2] Fix vp9 error of 'shou_existing_frame' * 48ae7d6 MA-17522 modify android.bp to pass build both in android 10 and 11 * 2b8639a M865SW-217 - [G1/G2] Avoid use virtual framebuffer address to support secure mode * ac91e5c M865SW-231: [G1/G2]: Fix building error in type conversion * a09dba2 MA-17424-3 - [MPEG2] Implement DWLFlushCache * 048a93d M865SW-217 - [MPEG2] Call flush cache after CPU touch framebuffer * 9f11483 M865SW-231: [G1/G2]: Avoid use virtual YUV buffer address as handler to support security mode Signed-off-by: Cristinel Panfir --- .../{imx-vpu-hantro_1.18.0.bb => imx-vpu-hantro_1.19.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-bsp/imx-vpu-hantro/{imx-vpu-hantro_1.18.0.bb => imx-vpu-hantro_1.19.0.bb} (76%) diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.18.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.19.0.bb similarity index 76% rename from recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.18.0.bb rename to recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.19.0.bb index a950f548..1e347ca8 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.18.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.19.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "i.MX Hantro VPU library" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" +LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143" PROVIDES = "virtual/imxvpu" @@ -10,8 +10,8 @@ SRC_URI = " \ ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ file://0001-decoder_sw-resolve-compilation-error-with-fcommon.patch \ " -SRC_URI[md5sum] = "78034de7ed74363eb793d29894bba5e3" -SRC_URI[sha256sum] = "bebd82649d00d6dd8236b77b8677b1cc6ac46dc474200502df7797a75dc8f568" +SRC_URI[md5sum] = "05a2c37fddcabdadd5fa37d3a38914c6" +SRC_URI[sha256sum] = "261cab83954bd66e95b1650a737cb36261a2098597d904e517da638097ed4fd2" inherit fsl-eula-unpack use-imx-headers -- 2.40.1