diff options
| author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-06-06 11:44:24 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-06 11:30:14 -0300 |
| commit | d2f5dff473c79e063b2da1a9f7dcf456409ac8f6 (patch) | |
| tree | f53fb1bfa0c0b9e73228d4c650d3866fa06bb61d | |
| parent | db9d79ed1cf17bb843779eb2e3fe25716f794cc3 (diff) | |
| download | meta-freescale-d2f5dff473c79e063b2da1a9f7dcf456409ac8f6.tar.gz | |
imx-vpuwrap: Upgrade to v4.3.4
Add INSANE_SKIP for file-rdeps to fix QA Issue.
set hasColorDesc and fullRange in VPU_DecGetInitialInfo.
Fix H264 failure due to too many MBI buffers.
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit f66e95cbddcaae0a41e5399b4956c5137cf9fa63)
Change-Id: I2443f2daec94fa750ae8f6496ac9918e205c0c3a
| -rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb (renamed from recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb index 3c3423151..df73f4a39 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb | |||
| @@ -5,7 +5,7 @@ DESCRIPTION = "Freescale Multimedia VPU wrapper" | |||
| 5 | DEPENDS = "virtual/imxvpu" | 5 | DEPENDS = "virtual/imxvpu" |
| 6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
| 7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" |
| 9 | 9 | ||
| 10 | # For backwards compatibility | 10 | # For backwards compatibility |
| 11 | PROVIDES += "libfslvpuwrap" | 11 | PROVIDES += "libfslvpuwrap" |
| @@ -15,8 +15,8 @@ RCONFLICTS_${PN} = "libfslvpuwrap" | |||
| 15 | 15 | ||
| 16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
| 17 | 17 | ||
| 18 | SRC_URI[md5sum] = "af5a6b93ff24fdb4bf1a31d6e831f526" | 18 | SRC_URI[md5sum] = "bd832f70ef90dbbdc5a24e2a1eefc71f" |
| 19 | SRC_URI[sha256sum] = "282e7f8766ce385d8752bd29f04ddeff709ece0846be97547cf982183bbe241e" | 19 | SRC_URI[sha256sum] = "cd49a4d9379c2d3ffd71a4c8e81dcb30097d43899d11ccaa77ec981dbdec596b" |
| 20 | 20 | ||
| 21 | inherit fsl-eula-unpack autotools pkgconfig | 21 | inherit fsl-eula-unpack autotools pkgconfig |
| 22 | 22 | ||
| @@ -25,5 +25,7 @@ do_install_append() { | |||
| 25 | rm -r ${D}${datadir} | 25 | rm -r ${D}${datadir} |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | INSANE_SKIP_imx-vpuwrap = "file-rdeps" | ||
| 29 | |||
| 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 30 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 29 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" | 31 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" |
