From 6425eaaf83bcda046f1e3b9f5d8a8d8a5de57e8a Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 17 Dec 2021 14:12:15 +0100 Subject: [PATCH] hardknott: imx-vpuwrap: sync with meta-imx hardknott-5.10.72-2.2.0 branch Update to v4.6.3 Signed-off-by: Gabriel Valcazar --- ...-vpuwrap_4.6.0.bb => imx-vpuwrap_4.6.3.bb} | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) rename meta-digi-dey/recipes-multimedia/imx-vpuwrap/{imx-vpuwrap_4.6.0.bb => imx-vpuwrap_4.6.3.bb} (66%) diff --git a/meta-digi-dey/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.0.bb b/meta-digi-dey/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.3.bb similarity index 66% rename from meta-digi-dey/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.0.bb rename to meta-digi-dey/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.3.bb index b1ef74a32..e8d59d906 100644 --- a/meta-digi-dey/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.0.bb +++ b/meta-digi-dey/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.3.bb @@ -1,17 +1,21 @@ # Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2017-2020 NXP +# Copyright 2017-2021 NXP # Released under the MIT license (see COPYING.MIT for the terms) + DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "virtual/imxvpu" -DEPENDS_append_mx8mp = " imx-vpu-hantro-vc" LICENSE = "Proprietary" SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" +LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" + +DEPENDS = "virtual/imxvpu" +DEPENDS_append_mx8mp = " imx-vpu-hantro-vc" IMX_VPUWRAP_SRC ?= "git://github.com/NXP/imx-vpuwrap.git;protocol=https" -SRCBRANCH = "MM_04.06.00_2012_L5.10.y" SRC_URI = "${IMX_VPUWRAP_SRC};branch=${SRCBRANCH}" -SRCREV = "2dc3fcad1bcb45d62c79e202a59af5c5418319aa" + +SRCBRANCH = "MM_04.06.03_2110_L5.10.y" +SRCREV = "0d600134d132a485a9e5a0fb70959e5a50c9d00b" + S = "${WORKDIR}/git" inherit autotools pkgconfig @@ -23,6 +27,4 @@ do_install_append() { PACKAGE_ARCH = "${MACHINE_ARCH}" -# Compatible only for i.MX with VPU -COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_imxvpu = "${MACHINE}" +COMPATIBLE_MACHINE = "(imxvpu)"