[meta-ti] [PATCH] omap3-sgx-modules: Enable is only for relevant machines

Khem Raj raj.khem at gmail.com
Wed Nov 6 20:52:48 PST 2013


When layers is parsed in multi-bsp layer distros and
a non-omap/non-arm machine is used this causes parse
failures

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
index 31c7d4e..79b73cb 100644
--- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
+++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
@@ -10,6 +10,13 @@ BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"
 
 inherit module
 
+COMPATIBLE_HOST_omap3 = ".*"
+COMPATIBLE_HOST_omap4 = ".*"
+COMPATIBLE_HOST_ti814x = ".*"
+COMPATIBLE_HOST_ti816x = ".*"
+COMPATIBLE_HOST_ti33x = ".*"
+COMPATIBLE_HOST ?= "(none)"
+
 MACHINE_KERNEL_PR_append = "b"
 PR = "${MACHINE_KERNEL_PR}"
 
-- 
1.8.3.2




More information about the meta-ti mailing list