From 4a35d35ce96b1831d4fd74883f964b18a25ba169 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Apr 2020 15:36:46 -0300 Subject: [PATCH] imx-test: Restrict recipe to NXP BSP only Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 184ee406..f108d5a9 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -81,3 +81,4 @@ RDEPENDS_${PN} = "bash" FILES_${PN}-dbg += "/unit_tests/.debug" COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" +COMPATIBLE_HOST = "(use-nxp-bsp)" -- 2.40.1