From 07af2e7561f3510bd30a66a79cdced288e84b996 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 21 Dec 2021 13:15:26 +0100 Subject: [PATCH] hardknott: imx-vpu-hantro-vc: sync with meta-imx hardknott-5.10.72-2.2.0 branch This recipe is only compatible with the i.MX8MP EVK, so it might be platform-specific or board-specific. Add it for now to be safe. Signed-off-by: Gabriel Valcazar --- .../imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb diff --git a/meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb b/meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb new file mode 100644 index 000000000..c590df134 --- /dev/null +++ b/meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb @@ -0,0 +1,12 @@ +# Copyright 2019-2021 NXP + +DESCRIPTION = "i.MX vc8000e encoder library" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" + +SRC_URI[md5sum] = "c24e2622c522bb4bc2da710c27389ee4" +SRC_URI[sha256sum] = "338eaa313cfa6f93eee5930903386fca922f82fda3617ecb2597cc90ccf8f22d" + +inherit fsl-eula2-unpack2 + +COMPATIBLE_MACHINE = "(imx8mpevk)"