tizen-core-image-minimal: use mesa vmwgfx package only if x86 based 58/96358/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, 8 Nov 2016 21:42:11 +0000 (22:42 +0100)
Change-Id: I4cb826b7aa8260981bc2cdd5365708a90ccae85a
Bug-Tizen: BTY-121
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
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"