meta-tizen: tizen-core-image-minimal: use mesa vmwgfx package only if x86 based 85/97985/1
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 3 Nov 2016 18:26:28 +0000 (19:26 +0100)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 15 Nov 2016 13:14:50 +0000 (14:14 +0100)
Change-Id: I4cb826b7aa8260981bc2cdd5365708a90ccae85a
Bug-Tizen: BTY-121
(From meta-tizen rev: e2f970b2e598a1d59f08630a613e9a0aa544d3eb)
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb

index 181cc2e..edce422 100644 (file)
@@ -30,7 +30,8 @@ CORE_IMAGE_BASE_INSTALL += "libegl-mesa"
 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_append_x86 += "mesa-driver-pipe-vmwgfx"
+CORE_IMAGE_BASE_INSTALL_append_x86-64 += "mesa-driver-pipe-vmwgfx"
 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"