All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap3-sgx-modules: Enable is only for relevant machines
@ 2013-11-07  4:52 Khem Raj
  2013-11-07 15:27 ` Cooper Jr., Franklin
  2013-11-07 17:43 ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Khem Raj @ 2013-11-07  4:52 UTC (permalink / raw)
  To: meta-ti

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@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-07 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  4:52 [PATCH] omap3-sgx-modules: Enable is only for relevant machines Khem Raj
2013-11-07 15:27 ` Cooper Jr., Franklin
2013-11-07 16:08   ` Khem Raj
2013-11-07 17:43 ` Denys Dmytriyenko
2013-11-07 17:52   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.