From 927e26ec5192a2b26ac6b05a6332b44554188966 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Apr 2020 15:29:12 -0300 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-imx-headers_5.4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" DEPENDS += "unifdef-native bison-native rsync-native" PACKAGE_ARCH = "${MACHINE_SOCARCH}" -COMPATIBLE_HOST_imx = ".*" +COMPATIBLE_HOST_imx = "(use-nxp-bsp)" COMPATIBLE_HOST ?= "(none)" -- 2.40.1