From aaab29ad036b13a0959925329b2b8e471869ca53 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 27 Jan 2016 12:51:14 -0800 Subject: machine: move PREFERRED_VERSION/PREFERRED_PROVIDER to meta-intel.inc This information is the same across all meta-intel supported MACHINEs, so we can move it to a shared location. Signed-off-by: California Sullivan --- conf/machine/include/meta-intel.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/include') diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 7dc0095d..d5792e53 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -8,6 +8,9 @@ # XSERVER subcomponents, used to build the XSERVER variable # +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "4.4%" + # for Xserver older than 1.13.0 OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \ xserver-xorg-extension-dri2 \ -- cgit v1.2.3-54-g00ecf