From 443f182f25b01c8dc137012f40df559b3b4ef7c8 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Mon, 31 Aug 2020 20:48:35 +0000 Subject: imx-vpuwrap: upgrade to 4.5.5 Starting from this version, imx-vpuwrap is provided in a separate GIT repository and no longer in archive. Following commits are added in this release (including command): $ git log --oneline --no-decorate 8a3f1b0..b683295 b683295 MA-17072 [VC8000E] Set AVC default profile/level ae24b72 MA-16984 update Android.bp to remove "imx_defaults" 1349ea2 MA-16873-4 Update vpu_wrapper path c1235d2 MA-16830-2 Fix memleak when free memory in wrapper f680b3c MMFMWK-8745 hantro: enable reorder config for hantro vpu 3685f06 MA-16717-3 add VPU_DEC_SKIP for CODEC_PIC_SKIPPED 35b43ea MA-16717-2 Add Config to reset codecdata flag 8c92057 MMFMWK-8742 Map decoders to timestamps ad0bc7f MMFMWK-8739 [8mp]Grecorder: Only one recorded ts file play well when set '-n 3' 6c306bc MMFMWK-8738 [8mp] Set right input buffer's Y,U,V physical address 1524207 MMFMWK-8736 Fix hantro decoder can't get fullrange flag of files encoded with vc8000e 19fe757 MA-16593 [evk_8mm] Fix video hang due to error frame 13459f7 MMFMWK-8733 Update EULA.txt for vpu_wrapper according to imx-release-info 35ea5e6 [configurea.ac] Update version to 4.5.5 for next release 94c38de MA-16435-1 Modify Android makefile 96e189f MMFMWK-8720 Replace docs/EULA.txt and add SRC file SCR-imx-vpuwrap.txt 341dc9b MMFMWK-8720 Simplify vpu wrapper bf6680e MMFMWK-8720 Sync vpu wrapper code with Android and change copyright 1e6bc61 MMFMWK-8720 fix vc8000e encoder can't work a61d115 MMFMWK-8722 Fix color abnormal issue of streaming feature f68972d MMFMWK-8722 [8mp] Fix bitrate getting smaller issue of VC8000E encoder e7b3992 MMFMWK-8718 Enable cropping for hantro encoder at preprocess stage 017ecf7 MMFMWK-8714 [8mp] Adjust parameters to get correct filesize with given bit rate. 95acceb MMFMWK-8595 seperate 845 and 865 rootfs 180d19f MMFMWK-8595 Enable VC8000E encoder for 865 6fb749b [configurea.ac] Update version to 4.5.4 for next release Signed-off-by: Andrey Zhizhikin Cc: Tom Hochstein --- .../imx-vpuwrap/imx-vpuwrap_4.5.3.bb | 32 ---------------------- .../imx-vpuwrap/imx-vpuwrap_4.5.5.bb | 29 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 32 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.3.bb create mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.3.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.3.bb deleted file mode 100644 index 3dcfcef8..00000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.3.bb +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2018 (C) O.S. Systems Software LTDA. -# Copyright 2017, 2019 NXP -# Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "virtual/imxvpu" -LICENSE = "Proprietary" -SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" - -# For backwards compatibility -PROVIDES += "libfslvpuwrap" -RREPLACES_${PN} = "libfslvpuwrap" -RPROVIDES_${PN} = "libfslvpuwrap" -RCONFLICTS_${PN} = "libfslvpuwrap" - -SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" - -SRC_URI[md5sum] = "41515584410b9e9a75d0880b51af5d76" -SRC_URI[sha256sum] = "b2a7297afc9c5e1caebc1f3b7b4755430f595241d283c61cd0a3ba13dcf5c82b" - -inherit fsl-eula-unpack autotools pkgconfig - -do_install_append() { - # FIXME: Drop examples for now - rm -r ${D}${datadir} -} - -INSANE_SKIP_imx-vpuwrap = "file-rdeps" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(imxvpu)" diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb new file mode 100644 index 00000000..06f97b09 --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb @@ -0,0 +1,29 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright (C) 2017-2020 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Freescale Multimedia VPU wrapper" +LICENSE = "Proprietary" +SECTION = "multimedia" +LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" + +DEPENDS = "virtual/imxvpu" +DEPENDS_append_mx8mp = " imx-vpu-hantro-vc" + +SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" + +SRCBRANCH = "MM_04.05.05_2005_L5.4.24" +SRCREV = "76225d8e15b2b72cd11ce073706473473e446294" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +do_install_append() { + # FIXME: Drop examples for now + rm -r ${D}${datadir} +} + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE = "(imxvpu)" -- cgit v1.2.3-54-g00ecf