diff options
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 840cc1027a..7c10b56c42 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -2,7 +2,7 @@ include conf/machine/include/x86-base.inc | |||
2 | MACHINE_FEATURES += "wifi efi pcbios" | 2 | MACHINE_FEATURES += "wifi efi pcbios" |
3 | 3 | ||
4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
5 | PREFERRED_VERSION_linux-yocto ?= "3.19%" | 5 | PREFERRED_VERSION_linux-yocto ?= "4.1%" |
6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
7 | XSERVER ?= "${XSERVER_X86_BASE} \ | 7 | XSERVER ?= "${XSERVER_X86_BASE} \ |
8 | ${XSERVER_X86_EXT} \ | 8 | ${XSERVER_X86_EXT} \ |