From 75801bcc7a8959bfe25fb5d9deba8cd2594d42e8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 12 Feb 2022 14:09:39 -0800 Subject: [PATCH] imx-g2d-samples: Ping to imxgpu2d machines It depends on imx-gpu-g2d recipe which is specific to imxgpu2d machine types Signed-off-by: Khem Raj --- recipes-graphics/imx-g2d/imx-g2d-samples_1.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_1.0.0.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_1.0.0.bb index b3f1051a..984c10fc 100644 --- a/recipes-graphics/imx-g2d/imx-g2d-samples_1.0.0.bb +++ b/recipes-graphics/imx-g2d/imx-g2d-samples_1.0.0.bb @@ -20,3 +20,6 @@ do_install() { } FILES:${PN} += "/opt" + +COMPATIBLE_MACHINE = "(imxgpu2d)" + -- 2.40.1