summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-04-15 15:29:12 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-16 10:32:45 -0300
commit927e26ec5192a2b26ac6b05a6332b44554188966 (patch)
tree1a1fa7ec11e8d65eef96bb9a76fb06e03dcea423
parent101e41cc6eabf27f4ea2a0016f7110c882187100 (diff)
downloadmeta-freescale-927e26ec5192a2b26ac6b05a6332b44554188966.tar.gz
linux-imx-headers: Mark recipe as 'use-nxp-bsp' only
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>
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.4.3.bb b/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
index ff5f238e..1517c647 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
+++ b/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
@@ -63,5 +63,5 @@ INHIBIT_DEFAULT_DEPS = "1"
63DEPENDS += "unifdef-native bison-native rsync-native" 63DEPENDS += "unifdef-native bison-native rsync-native"
64 64
65PACKAGE_ARCH = "${MACHINE_SOCARCH}" 65PACKAGE_ARCH = "${MACHINE_SOCARCH}"
66COMPATIBLE_HOST_imx = ".*" 66COMPATIBLE_HOST_imx = "(use-nxp-bsp)"
67COMPATIBLE_HOST ?= "(none)" 67COMPATIBLE_HOST ?= "(none)"