summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-10-21 15:20:20 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-25 15:21:08 +0000
commita9ade478c9acbcef2b67aae376cac8254464dd6d (patch)
tree3ed31654681af5fe2c7494d7755a9c492accd352 /recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
parente977989a49a94e4e34536fbd3e37c4afb5e77d77 (diff)
downloadmeta-freescale-a9ade478c9acbcef2b67aae376cac8254464dd6d.tar.gz
imx-vpuwrap: upgrade to 4.6.2backport-896-to-honister
Following commits are included in this update: ---- f09ceba ("Update EULA.txt to v27 according to imx-release-info") 60b5950 ("Update EULA.txt to v25 according to imx-release-info") 8dce1b6 ("Update EULA.txt to v24 according to imx-release-info") c278d0d ("Update EULA.txt to v23 according to imx-release-info") 42da611 ("[configurea.ac] Update version to 4.6.2 for next release") 761c323 ("MMFMWK-8940 Force inserted I frame to be IDR frame.") bf01b8f ("Update EULA.txt to v19 according to imx-release-info") 9d05c1d ("Update EULA.txt to v18 according to imx-release-info") f84384e ("MA-18641 Fix vp8 encoder bitrate incorrect") 0594603 ("LF-3164 Fix segmentation fault when seeking one RV clip") fb11efe ("MMFMWK-8922 [8mp]Force one frame to be key frame with parameter nForceIPicture") 735d02d ("MMFMWK-8926 [hantro] disable adaptive mode") 7e94957 ("[configurea.ac] Update version to 4.6.1 for next release") 806fe7e ("Revert "MMFMWK-8922 [8mp]Force one frame to be key frame with parameter nForceIPicture"") eb4b209 ("MMFMWK-8922 [8mp]Force one frame to be key frame with parameter nForceIPicture") 13e9e78 ("MMFMWK-8816 vpuenc: add VBR mode for 8mm/8mp") b931875 ("[configurea.ac] Update version to 4.6.0 for next release") ---- Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> (cherry picked from commit c81ddb2dc11fe405b1b190d082f1798387eff071)
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
new file mode 100644
index 00000000..03702b16
--- /dev/null
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
@@ -0,0 +1,29 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2020 NXP
3# Released under the MIT license (see COPYING.MIT for the terms)
4
5DESCRIPTION = "Freescale Multimedia VPU wrapper"
6LICENSE = "Proprietary"
7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa"
9
10DEPENDS = "virtual/imxvpu"
11DEPENDS:append:mx8mp = " imx-vpu-hantro-vc"
12
13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}"
14
15SRCBRANCH = "MM_04.06.02_2108_L5.10.y"
16SRCREV = "f09ceba7bcf733b1b27e57462496d3b81ca28e50"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig
21
22do_install:append() {
23 # FIXME: Drop examples for now
24 rm -r ${D}${datadir}
25}
26
27PACKAGE_ARCH = "${MACHINE_ARCH}"
28
29COMPATIBLE_MACHINE = "(imxvpu)"