summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-02-14 19:24:46 +0100
committerTom Zanussi <tom.zanussi@intel.com>2014-02-15 21:23:43 -0600
commit318312ce38fb6fff052a9a870443519898b0c0d2 (patch)
tree073590f50c29ba63b2991dda52e83468b68fb4ab /common/recipes-graphics
parent49b97a90ea3bce2a61a8578cface01f32a97e2b3 (diff)
downloadmeta-intel-318312ce38fb6fff052a9a870443519898b0c0d2.tar.gz
emgd-driver-bin: Limit build to x86
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> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-graphics')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb2
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb2
2 files changed, 4 insertions, 0 deletions
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 92d2f76d..963536fa 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
9LICENSE_FLAGS = "license_${PN}_${PV}" 9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r0" 10PR = "r0"
11 11
12COMPATIBLE_HOST = "(i.86).*-linux"
13
12EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" 14EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
13EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" 15EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
14EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin" 16EMGD_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 b5ec1b9f..150663eb 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
9LICENSE_FLAGS = "license_${PN}_${PV}" 9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r1" 10PR = "r1"
11 11
12COMPATIBLE_HOST = "(i.86).*-linux"
13
12EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" 14EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
13EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" 15EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
14EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin" 16EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"