diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2016-09-14 16:37:50 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-09-15 08:43:56 -0700 |
commit | 31abb97302ec665e076204fade3e23b395844380 (patch) | |
tree | 6f9281fd05f1549f103e071d4d516128f5339bd0 | |
parent | d2b70b5c98aaf47571af5fa6c518be742e58483b (diff) | |
download | meta-intel-31abb97302ec665e076204fade3e23b395844380.tar.gz |
meta-intel.inc: Bump PREFERRED_VERSION_linux-yocto to 4.8
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index f95e63bc..94dab6e7 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | # Soft set linux-yocto as preferred kernel like x86-base.inc | 11 | # Soft set linux-yocto as preferred kernel like x86-base.inc |
12 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | 12 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" |
13 | PREFERRED_VERSION_linux-yocto ?= "4.4%" | 13 | PREFERRED_VERSION_linux-yocto ?= "4.8%" |
14 | 14 | ||
15 | # for Xserver older than 1.13.0 | 15 | # for Xserver older than 1.13.0 |
16 | OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \ | 16 | OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \ |