]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-headers: Mark recipe as 'use-nxp-bsp' only
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Apr 2020 18:29:12 +0000 (15:29 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Apr 2020 13:32:45 +0000 (10:32 -0300)
This is a safe guard so no recipe can use this, except if NXP BSP
support is in use.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/linux/linux-imx-headers_5.4.3.bb

index ff5f238e953f932ea1db9baa948fcbc15ae27d01..1517c6474d2fe430cc81e80a67fd5f92280716f7 100644 (file)
@@ -63,5 +63,5 @@ INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native bison-native rsync-native"
 
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-COMPATIBLE_HOST_imx = ".*"
+COMPATIBLE_HOST_imx = "(use-nxp-bsp)"
 COMPATIBLE_HOST ?= "(none)"