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 10:56:47 -0300 |
commit | f66e95cbddcaae0a41e5399b4956c5137cf9fa63 (patch) | |
tree | d6108acb5177b3ef33804738abe915626eb37bb6 /recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb | |
parent | e08465b13837c4bc2145e2cb36e22e89eda9cf6f (diff) | |
download | meta-freescale-f66e95cbddcaae0a41e5399b4956c5137cf9fa63.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>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb new file mode 100644 index 00000000..df73f4a3 --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | # Copyright 2017 NXP | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | ||
5 | DEPENDS = "virtual/imxvpu" | ||
6 | LICENSE = "Proprietary" | ||
7 | SECTION = "multimedia" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" | ||
9 | |||
10 | # For backwards compatibility | ||
11 | PROVIDES += "libfslvpuwrap" | ||
12 | RREPLACES_${PN} = "libfslvpuwrap" | ||
13 | RPROVIDES_${PN} = "libfslvpuwrap" | ||
14 | RCONFLICTS_${PN} = "libfslvpuwrap" | ||
15 | |||
16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | ||
17 | |||
18 | SRC_URI[md5sum] = "bd832f70ef90dbbdc5a24e2a1eefc71f" | ||
19 | SRC_URI[sha256sum] = "cd49a4d9379c2d3ffd71a4c8e81dcb30097d43899d11ccaa77ec981dbdec596b" | ||
20 | |||
21 | inherit fsl-eula-unpack autotools pkgconfig | ||
22 | |||
23 | do_install_append() { | ||
24 | # FIXME: Drop examples for now | ||
25 | rm -r ${D}${datadir} | ||
26 | } | ||
27 | |||
28 | INSANE_SKIP_imx-vpuwrap = "file-rdeps" | ||
29 | |||
30 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
31 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" | ||