From ccf7a0a99308611bff0241b021681507b6ee78cc Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 16 Apr 2020 09:30:10 -0300 Subject: [PATCH] imx-test: Rework COMPATIBLE_HOST restriction to use wildcard Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" FILES_${PN}-dbg += "/unit_tests/.debug" COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" -COMPATIBLE_HOST = "(use-nxp-bsp)" +COMPATIBLE_HOST ?= "(none)" +COMPATIBLE_HOST_use-nxp-bsp = "(.*)" -- 2.40.1