From 14acef2f4adf3feaff16e2fe436e2e2f61ef6037 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 2 Sep 2022 11:05:33 -0500 Subject: imx-vpuwrap: Upgrade to 5.15.32-2.0.0 Signed-off-by: Tom Hochstein (cherry picked from commit 2e4a6055859623828c85aac572d5f18aac3014cc) --- .../imx-vpuwrap/imx-vpuwrap_4.6.2.bb | 29 ---------------------- recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | 28 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb create mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb deleted file mode 100644 index 24af9e2b..00000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb +++ /dev/null @@ -1,29 +0,0 @@ -# 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=e565271ec9a80ce47abbddc4bffe56fa" - -DEPENDS = "virtual/imxvpu" -DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" - -SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" - -SRCBRANCH = "MM_04.06.02_2108_L5.10.y" -SRCREV = "f09ceba7bcf733b1b27e57462496d3b81ca28e50" - -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)" diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb new file mode 100644 index 00000000..240eab49 --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb @@ -0,0 +1,28 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright (C) 2017-2021 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=d3c315c6eaa43e07d8c130dc3a04a011" + +DEPENDS = "virtual/imxvpu" +DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" + +SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" +SRCBRANCH = "MM_04.07.00_2205_L5.15.y" +SRCREV = "0e417b0ade3e55b5fb639d20c419b05aa31ab329" + +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