From d3ec43b3a177277d07b604ecdd5984ef42abd1f9 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 27 Dec 2021 14:54:57 +0100 Subject: [PATCH] hardknott: imx-vpu-hantro-vc: make package compatible with all i.MX8MP boards This is a small oversight on NXP's part, because this package is pulled in as a dependency of imx-vpuwrap, but it's only compatible with their EVK board, making the build fail on any other i.MX8MP board. Signed-off-by: Gabriel Valcazar --- .../imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bbappend diff --git a/meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bbappend b/meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bbappend new file mode 100644 index 000000000..749b73997 --- /dev/null +++ b/meta-digi-arm/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bbappend @@ -0,0 +1,4 @@ +# Copyright (C) 2021 Digi International. + +# Make the package compatible with al platforms, not just with NXP's EVK +COMPATIBLE_MACHINE = "(mx8mp)"