diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 09:30:10 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | ccf7a0a99308611bff0241b021681507b6ee78cc (patch) | |
tree | 115c30ed274360bc3332749f7ad6eea0108fda35 /recipes-bsp/imx-test | |
parent | 3529dc2ed3d3c7faebd26be3a8c5c323e52407af (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 3 |
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" | |||
81 | FILES_${PN}-dbg += "/unit_tests/.debug" | 81 | FILES_${PN}-dbg += "/unit_tests/.debug" |
82 | 82 | ||
83 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" | 83 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" |
84 | COMPATIBLE_HOST = "(use-nxp-bsp)" | 84 | COMPATIBLE_HOST ?= "(none)" |
85 | COMPATIBLE_HOST_use-nxp-bsp = "(.*)" | ||