From 4bf8b9522c0d6b4efc82e1e0d199553a6c72666f Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 16 Oct 2018 21:13:34 -0500 Subject: [PATCH] imx-vpu-hantro: Simplify COMPATIBLE_MACHINE Signed-off-by: Tom Hochstein --- recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb index c49f90db..a330c7b0 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb @@ -32,4 +32,4 @@ do_install () { FILES_${PN} += "/unit_tests" -COMPATIBLE_MACHINE = "(mx8mq|mx8mm)" +COMPATIBLE_MACHINE = "(mx8m)" -- 2.40.1