From: Jussi Kukkonen Date: Tue, 18 Jul 2017 07:30:33 +0000 (+0300) Subject: poky.conf: Enable vulkan by default X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6016ec177af2406cacfeb3276dfcb8bfc3df8fce;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index cf5b5805602..7add26173f9 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"