From 166e1dbc5a5b085f6813b599b884702832ac1d83 Mon Sep 17 00:00:00 2001 From: Zan Dobersek Date: Mon, 7 Dec 2020 15:29:18 +0100 Subject: imx-vpuwrap: update to NXP's MM_04.05.06_2008_L5.4.47 branch Update imx-vpuwrap package to use the MM_04.05.06_2008_L5.4.47 branch. Version also increases to 4.5.6. Signed-off-by: Zan Dobersek --- .../imx-vpuwrap/imx-vpuwrap_4.5.5.bb | 29 ---------------------- .../imx-vpuwrap/imx-vpuwrap_4.5.6.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb create mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.6.bb diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb deleted file mode 100644 index 06f97b09..00000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.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=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)" diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.6.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.6.bb new file mode 100644 index 00000000..42e245f5 --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.6.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.06_2008_L5.4.47" +SRCREV = "7d16e588b805163ef1c67dc92615ffa29bbb3dfb" + +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