From: Otavio Salvador Date: Wed, 15 Apr 2020 18:29:12 +0000 (-0300) Subject: linux-imx-headers: Mark recipe as 'use-nxp-bsp' only X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=927e26ec5192a2b26ac6b05a6332b44554188966;p=meta-freescale.git 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 --- 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)"