All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-intel][common][dora][PATCHv2] emgd-driver-bin: limit build to x86
@ 2014-02-14 18:24 Koen Kooi
  2014-02-14 20:58 ` Kamble, Nitin A
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Koen Kooi @ 2014-02-14 18:24 UTC (permalink / raw)
  To: meta-intel; +Cc: yocto

When building GL apps for non-x86 machines (e.g. raspberrypi) emgd-driver-bin is being
dragged in as a valid provider. To avoid build breakage fix it at the
source by limiting emgd-driver-bin to x86 architectures.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 2 ++
 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
index c8ca726..8cb088e 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
@@ -9,6 +9,8 @@ LICENSE = "Intel-software-license-emgd-1.16 & Intel-user-space-graphics-driver-b
 LICENSE_FLAGS = "license_${PN}_${PV}"
 PR = "r0"
 
+COMPATIBLE_HOST = "(i.86).*-linux"
+
 EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
 EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
 EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
index b3bf0d2..cf6d855 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
@@ -9,6 +9,8 @@ LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-b
 LICENSE_FLAGS = "license_${PN}_${PV}"
 PR = "r1"
 
+COMPATIBLE_HOST = "(i.86).*-linux"
+
 EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
 EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
 EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
-- 
1.8.3.4



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

end of thread, other threads:[~2014-02-17  0:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 18:24 [meta-intel][common][dora][PATCHv2] emgd-driver-bin: limit build to x86 Koen Kooi
2014-02-14 20:58 ` Kamble, Nitin A
2014-02-14 21:13 ` Khem Raj
2014-02-14 21:27   ` Kamble, Nitin A
2014-02-17  0:02 ` Tom Zanussi

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.