[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7209/8267] poky.conf: Enable vulkan by default



commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Tue Jul 18 10:30:33 2017 +0300

    poky.conf: Enable vulkan by default
    
    Things to note:
    * This ends up enabling dri3 in mesa
    * It does not completely enable dri3 in xorg with xf86-video-intel
      because that requires a run time configuration (xorg.conf)
    
    So vulkan in poky with xf86-video-intel still requires a xorg.conf
    snippet to enable dri3. Otherwise (weston or X with other drivers)
    it just works.
    
    (From meta-yocto rev: f55e894b7fb9fa6974e8048032a8373073738f9e)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta-poky/conf/distro/poky.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index cf5b580..7add261 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -15,7 +15,7 @@ DISTRO_VERSION[vardepsexclude] = "DATE"
 SDK_VERSION[vardepsexclude] = "DATE"
 
 # Override these in poky based distros
-POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland"
+POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland vulkan"
 POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
 POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]