diff options
Diffstat (limited to 'meta-yocto-bsp/conf/machine/include')
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 1 |
1 files changed, 0 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 cec7970852..e35685cb22 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -3,7 +3,6 @@ require conf/machine/include/qemuboot-x86.inc | |||
3 | MACHINE_FEATURES += "wifi efi pcbios" | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
6 | PREFERRED_VERSION_linux-yocto ?= "4.8%" | ||
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | XSERVER ?= "${XSERVER_X86_BASE} \ | 7 | XSERVER ?= "${XSERVER_X86_BASE} \ |
9 | ${XSERVER_X86_EXT} \ | 8 | ${XSERVER_X86_EXT} \ |