diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2020-10-26 14:32:30 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-10-26 11:04:01 -0300 |
commit | dfb2d811ae1a501b1ae8c9ec6aa96988088497c8 (patch) | |
tree | 074443cc87a8abe765d3591bfd9a56a9e6a70b08 /recipes-bsp | |
parent | 9e35371f25a7409929066a5e122490b22bc64c66 (diff) | |
download | meta-freescale-dfb2d811ae1a501b1ae8c9ec6aa96988088497c8.tar.gz |
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 <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.19.0.bb (renamed from recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.18.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
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 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 @@ | |||
2 | 2 | ||
3 | DESCRIPTION = "i.MX Hantro VPU library" | 3 | DESCRIPTION = "i.MX Hantro VPU library" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143" |
6 | 6 | ||
7 | PROVIDES = "virtual/imxvpu" | 7 | PROVIDES = "virtual/imxvpu" |
8 | 8 | ||
@@ -10,8 +10,8 @@ SRC_URI = " \ | |||
10 | ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ | 10 | ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ |
11 | file://0001-decoder_sw-resolve-compilation-error-with-fcommon.patch \ | 11 | file://0001-decoder_sw-resolve-compilation-error-with-fcommon.patch \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "78034de7ed74363eb793d29894bba5e3" | 13 | SRC_URI[md5sum] = "05a2c37fddcabdadd5fa37d3a38914c6" |
14 | SRC_URI[sha256sum] = "bebd82649d00d6dd8236b77b8677b1cc6ac46dc474200502df7797a75dc8f568" | 14 | SRC_URI[sha256sum] = "261cab83954bd66e95b1650a737cb36261a2098597d904e517da638097ed4fd2" |
15 | 15 | ||
16 | inherit fsl-eula-unpack use-imx-headers | 16 | inherit fsl-eula-unpack use-imx-headers |
17 | 17 | ||