summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 3183614b..dacef82f 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -81,4 +81,5 @@ RDEPENDS_${PN} = "bash"
81FILES_${PN}-dbg += "/unit_tests/.debug" 81FILES_${PN}-dbg += "/unit_tests/.debug"
82 82
83COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" 83COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"
84COMPATIBLE_HOST = "(use-nxp-bsp)" 84COMPATIBLE_HOST ?= "(none)"
85COMPATIBLE_HOST_use-nxp-bsp = "(.*)"