]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-headers: Reduce visibility to imx host alone
authorKhem Raj <raj.khem@gmail.com>
Wed, 7 Nov 2018 21:57:37 +0000 (13:57 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 8 Nov 2018 18:37:01 +0000 (16:37 -0200)
It uses variables that are specific to meta-fsl layer and when using in
multi-BSP env this fails to expand those variables

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/linux/linux-imx-headers_4.9.123.bb

index 7be9cf94eb203ecdcc4be016de653fb46c4edf65..77b05cff5c6f90ace0aad33b1b22d5b85007b992 100644 (file)
@@ -55,3 +55,5 @@ do_install() {
 ALLOW_EMPTY_${PN} = "1"
 
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
+COMPATIBLE_HOST_imx = ".*"
+COMPATIBLE_HOST ?= "(none)"