summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2019-05-10 15:38:41 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-17 07:50:56 -0300
commitfc36e6877ad43b97bf009b425d4ffef10f737dcd (patch)
tree20c5dad451d9177d382eb8aef3f8e5a91fd77164 /recipes-bsp
parent01f28eb1c17d5390bcbcf3e6d7266f6253974256 (diff)
downloadmeta-freescale-fc36e6877ad43b97bf009b425d4ffef10f737dcd.tar.gz
imx-vpu-hantro: Upgrade version from 1.8.0 to 1.11.0
-[hantro h1]: Enable set videoFullRange and BGR format -Disable HEVC bumping flag and h264 bumping flag as default -[HEVC]: Add error return to avoid segement fault -Support get color aspect info h264/hevc/mpeg2 decoder -Add security mode for VP9 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb (renamed from recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb
index a330c7b0..6fae1fe7 100644
--- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb
+++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb
@@ -2,16 +2,15 @@
2 2
3DESCRIPTION = "i.MX Hantro VPU library" 3DESCRIPTION = "i.MX Hantro VPU library"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5ab1a30d0cd181e3408077727ea5a2db" 5LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28"
6 6
7PROVIDES = "virtual/imxvpu" 7PROVIDES = "virtual/imxvpu"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 ${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \ 10 ${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \
11 file://0001-Get-i.MX-custom-headers-from-usr-include-imx.patch \
12" 11"
13SRC_URI[md5sum] = "140796ddd6f1be47cffb7e5e2bfe0fb6" 12SRC_URI[md5sum] = "51b811f9523d03ca87f611ba86594311"
14SRC_URI[sha256sum] = "c092a5b0f8897bae54154f58e47b6d2de033da01ee231a8cd779a51bbe962606" 13SRC_URI[sha256sum] = "cec620241d303852ddad8601f2025a68abbc1ec26d605103c7e4173749b59e3f"
15 14
16inherit fsl-eula-unpack use-imx-headers 15inherit fsl-eula-unpack use-imx-headers
17 16