summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-04-16 09:30:10 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-16 10:32:45 -0300
commitccf7a0a99308611bff0241b021681507b6ee78cc (patch)
tree115c30ed274360bc3332749f7ad6eea0108fda35 /recipes-bsp/imx-test/imx-test_git.bb
parent3529dc2ed3d3c7faebd26be3a8c5c323e52407af (diff)
downloadmeta-freescale-ccf7a0a99308611bff0241b021681507b6ee78cc.tar.gz
imx-test: Rework COMPATIBLE_HOST restriction to use wildcard
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-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 = "(.*)"