From decb28f9bce307d40466171c66a216fef22c59d7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 19 May 2015 07:12:16 -0700 Subject: [PATCH] genericx860common.inc: Enable using the 3.19 kernel This is the second half of enabling the 3.19 kernel for the genericx86* meta-yocto BSPs. (From meta-yocto rev: 7671a1f303b822e6773fc54bb623ef342203d917) Signed-off-by: Saul Wold Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index c61be97f22..840cc1027a 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 MACHINE_FEATURES += "wifi efi pcbios" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.14%" +PREFERRED_VERSION_linux-yocto ?= "3.19%" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \