summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-20 12:00:39 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-22 11:06:19 +0000
commitb69396823416057a59666438ab68cd4b2ca7cc77 (patch)
tree4143dc9fcc61f6dc7c2880026e8fb535a9a98770
parent0318b23ce45d31faf38fa745607e9cd6bbcf9034 (diff)
downloadtizen-distro-b69396823416057a59666438ab68cd4b2ca7cc77.tar.gz
tizen-distro-b69396823416057a59666438ab68cd4b2ca7cc77.tar.bz2
tizen-distro-b69396823416057a59666438ab68cd4b2ca7cc77.zip
meta-tizen: images: i915 driver is x86-specific
Only on x86 the mesa i915 driver can be compiled. So, change the IMAGE_INSTALL rule to only include it for x86 archs. Change-Id: Ic8702a9f07c40e317d7b965ad38ff46901b58b5d (From meta-tizen rev: f69c32ea03921e48f19d72b0f1d80b76e08ba7f2) Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb b/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb
index b90adebf8f..cacfcf8ed7 100644
--- a/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb
+++ b/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb
@@ -31,7 +31,8 @@ CORE_IMAGE_BASE_INSTALL += "libgbm"
CORE_IMAGE_BASE_INSTALL += "libgbm-gallium"
CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-swrast"
CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-vmwgfx"
-CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-i915"
+CORE_IMAGE_BASE_INSTALL_append_x86 += "mesa-driver-pipe-i915"
+CORE_IMAGE_BASE_INSTALL_append_x86-64 += "mesa-driver-pipe-i915"
CORE_IMAGE_BASE_INSTALL += "libgles1-mesa"
CORE_IMAGE_BASE_INSTALL += "libgles2-mesa"
CORE_IMAGE_BASE_INSTALL += "gum-utils"