diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-07 13:57:37 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-08 16:37:01 -0200 |
commit | 75ddf7ede8aa8f18685ffbcbca8c5204857c0d36 (patch) | |
tree | 7f67eacc9641c5482e0d6f5e90894c691ca4adc3 | |
parent | a409c3449ed7415f5ba0d647cdec7fd3277e84ff (diff) | |
download | meta-freescale-75ddf7ede8aa8f18685ffbcbca8c5204857c0d36.tar.gz |
linux-imx-headers: Reduce visibility to imx host alone
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>
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_4.9.123.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_4.9.123.bb b/recipes-kernel/linux/linux-imx-headers_4.9.123.bb index 7be9cf94..77b05cff 100644 --- a/recipes-kernel/linux/linux-imx-headers_4.9.123.bb +++ b/recipes-kernel/linux/linux-imx-headers_4.9.123.bb | |||
@@ -55,3 +55,5 @@ do_install() { | |||
55 | ALLOW_EMPTY_${PN} = "1" | 55 | ALLOW_EMPTY_${PN} = "1" |
56 | 56 | ||
57 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 57 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
58 | COMPATIBLE_HOST_imx = ".*" | ||
59 | COMPATIBLE_HOST ?= "(none)" | ||